joeldhenry opened a new issue #536: Provisioning Profile not setup correctly with new build system URL: https://github.com/apache/cordova-ios/issues/536 Building with the CLI: `cordova build ios --device --codeSignIdentity="iPhone Developer" --provisioningProfile="NAME" --developmentTeam="TEAMID"` after upgrading to cordova-ios 5.0.0, the following error occurs: ``` note: Using new build system note: Planning build note: Constructing build description Build system information error: "[app-name]" requires a provisioning profile with the Push Notifications feature. Select a provisioning profile for the "Debug" build configuration in the project editor. (in target '[app-name]') Build system information warning: The iOS deployment target is set to 4.3, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'nanopb') Build system information warning: The iOS deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'Protobuf') ``` i am using a provisioning profile which contains an entitlement and my project also has the aps-entitlement. cordova-ios 4.5.5 build fine.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
