You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/01 14:08:07 UTC

[GitHub] [cordova-ios] oslr opened a new issue #625: build.json not working with 5.0.0

oslr opened a new issue #625: build.json not working with 5.0.0
URL: https://github.com/apache/cordova-ios/issues/625
 
 
   I have a cordova app (built using corber.io) that I compile using the command line with this command:
   
   `corber build --platform ios --environment cordova --release --build-config "corber/cordova/build.json"`
   
   This loads signing identities and provisioning profiles from build.json, which looks like this:
   
   ```
   {
     "ios": {
       "release": {
         "codeSignIdentity": "XXXX",
         "provisioningProfile": "XXXX",
         "developmentTeam": "XXXX",
         "packageType": "app-store",
         "buildFlag": [
           "-UseModernBuildSystem=0"
         ]
       }
     }
   }
   ```
   
   This works fine in cordova-ios@4.5.5 but after upgrading to cordova-ios@5.0.0 it does not seem to read the code signing identity or provisioning profile any more - I get the following warning:
   
   `xcode project is configured for manual signing, but no provisioning profile has been selected; project may build, but archive will fail.`
   
   and the build fails with the error:
   
   ```
   Corber: xcodebuild: Command failed with exit code 65
   WARNING: corber 
   No signing identity has been configured for your xcode project. If you have received an "ARCHIVE FAILED" message with error code 65, you will need to run "corber open ios" and set your development team (for automatic signing), or set your release provisioning profile (for manual signing).
   ```
   
   This problem does seem to be specific to cordova-ios as it resolves after running `corber platform remove ios` then `corber platform add ios@4.5.5`. Do I need to update my build settings for the new release? 
   
   Many thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org