Skip to content

Export fails for Xcode 9 #3061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PanayotCankov opened this issue Aug 14, 2017 · 1 comment
Closed

Export fails for Xcode 9 #3061

PanayotCankov opened this issue Aug 14, 2017 · 1 comment

Comments

@PanayotCankov
Copy link
Contributor

The export options plist has additional fields:

    provisioningProfiles : Dictionary

        For manual signing only. Specify the provisioning profile to use for each executable in your app. Keys in this dictionary are the bundle identifiers of executables; values are the provisioning profile name or UUID to use.

When performing a build with --provision option, or if provision is specified in the .xcconfig, the signing mode is switched from auto to manual. The CLI commands for tns build|run ios do an Xcode build and then Xcode export.

The solution would be to add provisioningProfiles dictionary with the app id key and provision UUID or identifier here:

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>method</key>
<string>${exportOptionsMethod}</string>
<key>uploadBitcode</key>
<false/>
</dict>
</plist>`;

@dtopuzov
Copy link
Contributor

Close as duplicate of #3046

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants