Run Script with agvtool canceled build
Run Script with agvtool canceled build
- Subject: Run Script with agvtool canceled build
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Thu, 4 May 2017 13:38:04 +0700
macOS 12.4, Xcode Version 8.3.2 (8E2002).
This Run Script:
#!/bin/sh
OLD_VERSION=`xcrun agvtool what-marketing-version -terse1`
echo "old ShortVersionString = ${OLD_VERSION}"
xcrun agvtool next-version -all
always works.
But in most cases it results in: “Build Release: Canceled” later on.
No problem when the next-version line is commented out.
What I am doing wrong?
Gerriet.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden