mark-veenstra commented on issue #338: support for creating Xcode9 style exportOptions.plist URL: https://github.com/apache/cordova-ios/pull/338#issuecomment-333790620 I am debugging the issue I have, but I get a bit stuck. I can see the process exits on this line: https://github.com/apache/cordova-ios/blob/cf424b46fb37c00395c1ee9a249280efee5f65b5/bin/templates/scripts/cordova/lib/build.js#L175 I never reach this line: https://github.com/apache/cordova-ios/blob/cf424b46fb37c00395c1ee9a249280efee5f65b5/bin/templates/scripts/cordova/lib/build.js#L179 To be sure that no plugin is causing the build error I removed all plugins and tried the build, but still failing: ``` The following build commands failed: CodeSign /Users/xxx/Library/Developer/Xcode/DerivedData/LOC_XXX-csdrjnbtfijeavcbxowwgbjvbyii/Build/Intermediates.noindex/ArchiveIntermediates/LOC\ XXX/InstallationBuildProductsLocation/Applications/LOC\ XXX.app (1 failure) Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/xxx/builds/21ed5712/0/xxx/client/platforms/ios/cordova/build-debug.xcconfig,-workspace,LOC XXX.xcworkspace,-scheme,LOC XXX,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,LOC XXX.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/xxx/builds/21ed5712/0/xxx/client/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/xxx/builds/21ed5712/0/xxx/client/platforms/ios/build/sharedpch ``` ---------------------------------------------------------------- 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]
