-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Mac OS X El Capitan
The archive option no longer works with newer Xcode versions as it has been obsoleted. It can be called via this command instead:
xcodebuild -project "XXX.xcodeproj" -scheme "Unity-iPhone" -configuration Release archive
Would be great if the plugin could be updated to support this.
Thanks!
- Tommi
I can't archive the build too.
But from the console output, It is as follow:
[MyProject] $ /usr/bin/xcodebuild -scheme MyTarget -project MyProject.xcodeproj -configuration Release clean build archive CONFIGURATION_BUILD_DIR=/Users/Shared/Jenkins/Home/jobs/ProjectA/workspace/archive".
Build settings from command line:
CONFIGURATION_BUILD_DIR = /Users/Shared/Jenkins/Home/jobs/ProjectA/workspace/archive
And for a very long time, it still stock here.
if not using "Generate Archive?" and not fill "MyTarget " as "Xcode Schema File", the .ipa generate without error.
Any suggestion?