pepenemo

Results 6 comments of pepenemo

> @dpogue I've tested with a UUID instead of a name and it works for me. My fix might have been what's been necessary all along to fix this issue,...

> @pepenemo My changes only help if using manual signing eg --automaticProvisioning="false" or equivalent in build.json. What's in your build.json? Getting the codeSignIdentity, packageType and provisioningProfile right is crucial -...

For additional information my project is working on [email protected] but when I tried to switch to the 5.1.1 got an issue...

@chriscant I take a screenshot on Mac at fyi I redacted my provisioning profile... my code content in /build.json file. "ios": { "debug": { "codeSignIdentity": "iPhone Developer: ", "developmentTeam": "",...

@chriscant I got same issue again in the ss below by trying "iPhone Developer" in 'codeSignIdentity' in build.json for running debug... ![BuildErrorAgain](https://user-images.githubusercontent.com/40771612/80100708-e916c080-85a2-11ea-98c4-ae8bf7b405f9.png) [OutputRuntimeBuildErrorLog.txt](https://github.com/apache/cordova-ios/files/4522976/OutputRuntimeBuildErrorLog.txt) runtime error logs for additional information.