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/03/04 21:55:11 UTC

[GitHub] [cordova-ios] david-mccoy opened a new issue #564: Using ios@5.0.0, still getting "Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision."

david-mccoy opened a new issue #564: Using ios@5.0.0, still getting "Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision."
URL: https://github.com/apache/cordova-ios/issues/564
 
 
   # Bug Report
   
   ## Problem
   When building and publishing a Cordova iOS app through Fastlane, despite using version cordova-ios@5.0.0, I'm still getting the "Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision." error during publishing.
   
   ### What is expected to happen?
   #407 supposedly fixed this issue, and but even setting `-UseNewBuildSystem=NO` during xcode build doesn't work.
   
   
   ### What does actually happen?
   ```
   14:57:35 + ionic cordova platform rm ios
   14:57:35 > cordova platform remove ios --save
   14:57:36 Removing platform ios from config.xml file...
   14:57:36 Removing ios from cordova.platforms array in package.json
   14:57:46 + ionic cordova platform add ios@5.0.0
   14:57:47 > cordova platform add ios@5.0.0 --save
   14:57:48 Using cordova-fetch for cordova-ios@5.0.0
   14:58:08 Adding ios project...
   14:58:08 Creating Cordova project for the iOS platform:
   14:58:08 	Path: platforms/ios
   14:58:08 	Package: com.hallmarkinsco.iHallmark
   14:58:08 	Name: iHallmark
   14:58:08 iOS project created with cordova-ios@5.0.0
   ...
   14:59:05 [14:59:05]: $ set -o pipefail && xcodebuild -workspace ./platforms/ios/iHallmark.xcworkspace -scheme iHallmark -destination 'generic/platform=iOS' -archivePath /Users/jenkins/Library/Developer/Xcode/Archives/2019-03-04/iHallmark\ 2019-03-04\ 14.59.05.xcarchive -allowProvisioningUpdates -UseNewBuildSystem=NO clean archive | tee /Users/jenkins/Library/Logs/gym/iHallmark-iHallmark.log | xcpretty
   ...
   15:00:20 [15:00:20]: -------------------
   15:00:20 [15:00:20]: --- Step: pilot ---
   15:00:20 [15:00:20]: -------------------
   15:00:21 [15:00:21]: Login to App Store Connect (appcenter@insuresoft.com)
   15:00:26 [15:00:26]: Login successful
   15:00:28 [15:00:28]: Ready to upload new build to TestFlight (App: 1186759052)...
   15:00:30 [15:00:30]: Going to upload updated app to App Store Connect
   15:00:30 [15:00:30]: This might take a few minutes. Please don't interrupt the script.
   15:01:34 [15:01:34]: [Transporter Error Output]: ERROR ITMS-90174: "Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision."
   
   15:01:34 [15:01:34]: Transporter transfer failed.
   ```
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   Running on macOS 10.14.3
   
   
   ### Version information
   cordova 8.1.2
   fastlane 2.117.1
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   

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