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/01/10 06:21:01 UTC

[GitHub] shazron edited a comment on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support

shazron edited a comment on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support
URL: https://github.com/apache/cordova-ios/issues/407#issuecomment-452983959
 
 
   ![screen shot 2019-01-10 at 1 52 56 pm](https://user-images.githubusercontent.com/36107/50949670-04f76f80-14e2-11e9-81bf-7ac82c5f576f.png)
   
   The left side is what `Product -> Archive` gives me, and the right side is through cordova's command line.
   
   I used:
   `cordova build --device --release  --developmentTeam=D42HQMA488 --automaticProvisioning=false --provisioningProfile=2b8d2b9a-7011-4486-8a2a-711ce14bbc4c` (and turned on Manual Signing in the Target from Xcode beforehand)
   
   When debugging it, our exportOptions are:
   ```javascript
   {   "compileBitcode":false,
       "method":"development",
       "teamID":"D42HQMA488",
       "provisioningProfiles": {"$(PRODUCT_BUNDLE_IDENTIFIER)":"2b8d2b9a-7011-4486-8a2a-711ce14bbc4c"},
     "signingStyle":"manual"
   }
   ```
   
   So you can see the error already, obviously the **bundle identifier is wrong** (the variable is not resolved), and the `uuid` for the provisioning profile I'm not sure why it doesn't match what Xcode itself exports (the profile's human readable name, which is keyed as 'Name' in the provisioning profile itself).

----------------------------------------------------------------
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:
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