chriscant commented on pull request #823: URL: https://github.com/apache/cordova-ios/pull/823#issuecomment-639108689
I ran a test using my change and referring to a profile by UUID and it worked: https://travis-ci.com/github/Freegle/iznik-nuxt/builds/169686564 The Travis build copies several mobileprovision files into place in ~/Library/MobileDevice/Provisioning\ Profiles This command was run and it succeeded at line 6941: `- cordova build --debug --device --codeSignIdentity="iPhone Distribution" --developmentTeam="$iosDeveloper" --packageType="ad-hoc" --automaticProvisioning="false" --provisioningProfile="3539d51d-56be-4241-a9b6-b3c0c1a97848" ` ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
