[AC-5986] XCode10: Enterprise AdHoc build broken (CLI 7.0.6+SDK 7.4.1)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2018-11-07T23:49:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Titanium SDK & CLI |
Labels | n/a |
Reporter | Martin Kainzbauer |
Assignee | Shak Hossain |
Created | 2018-10-22T08:14:34.000+0000 |
Updated | 2018-11-07T23:49:07.000+0000 |
Description
In the process of upgrading to Titanium SDK 7.4.1.GA (as of some major issues with iOS12), I've installed and set up latest XCode 10.0, but running an *Enterprise AdHoc build* gives me the error
[INFO] : Invoking xcodebuild
[INFO] : Packaging for Ad Hoc distribution
[ERROR] : Failed to export archive to ipa
[ERROR] : The selected provisioning profile "Corporate App (abc123)" is most likely not a valid Ad Hoc provisioning profile.
[ERROR] : Please ensure you are using a valid Ad Hoc provisioning that is linked to the signing identity, then try again.
this is the build command:
appc run -p ios -T dist-adhoc -R 'CorporationName' --pp-uuid abc123 -O ./ --ios-version 12.0 --distribution-name 'CorporationName' --deploy-type production --project-dir ./
Switching the _XCode CLI build tools_ back to 9.2 and using the _--ios-version 11.2_ flag builds and packages the app correctly.
Unfortunately, the iOS12 crashes seem to persist, so I assume I have to get it going with XCode10 to take full advantage of Ti SDK 7.4.1.GA
Could you please help me with this?
Hi, did you have a chance to check on this? Thanks in advance!
[~mkainzbauer], Could you please try with the newly created certificate and provisioning profile? At first, delete the previous certificate and provisioning profile from the Apple developer account and Keychain Access. Then let us know how it goes. Thanks!
Hi, thanks for the suggestion, unfortunately it didn't work out. Have you been able to reproduce it on your side? Thanks!
the issue is with a third party module which doesn't compile in XCode 10, ticket can be closed