-
Notifications
You must be signed in to change notification settings - Fork 6
Description
We implemented this plugin on Windows so we could add entitlements for apple push and use NativeScript Side Kick cloud build to create our apple .ipa's. It seems that during the prepare the path to the .entitlements file is ...\app.entitlements which causes issues during cloud build (see the error below).
If we hardcode the entitlements in build.xcconfig, it builds without error.
Environment
npm - 5.6
tns - 3.4.2
Sidekick - Version: 1.5.0-v.2018.2.15.3
Error
[18-02-21 06:47:23.569] (Info) Code Signing Error: The file "/tmp/builds/_/4db63c0f19cce48a3b5124f7fe46019bb014047d/3.4.2/mobile/platforms/ios/mobile\mobile.entitlements" could not be opened. Verify the value of the CODE_SIGN_ENTITLEMENTS build setting for target "mobile" and build configuration "Debug" is correct and that the file exists on disk.
[18-02-21 06:47:23.570] (Info) [xcode-build] Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'