You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The export options plist has additional fields:
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 fortns 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:
nativescript-cli/lib/services/ios-project-service.ts
Lines 256 to 264 in 381b35e
The text was updated successfully, but these errors were encountered: