mark-veenstra commented on issue #338: support for creating Xcode9 style exportOptions.plist URL: https://github.com/apache/cordova-ios/pull/338#issuecomment-335448198 @jrryhrtn @surajpindoria thnx for all the help and time. I finally found the error / mistake. The problem of this code sign error also appears to hapen if you try to build on a external CLI. For example if you connect with SSH to a build machine or use any other CI build tool. You need to unlock the keychain before doing the `cordova build ios` command. You can unlock the keychain by doing: `security unlock-keychain -p SecretPass` So the problem is not within anything else. I thought I share my result, because the error thrown is very misleading. Maybe this would help @SanjanaTailor too. ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
