I get the following error every time I attempt to build an iOS app using cli-6.0.0:
"Oh geez. Your build failed. Sorry, but a problem occurred on the build server".
Android builds works fine with cli-6.0.0. iOS builds works fine with cli-5.x.
"Oh geez. Your build failed. Sorry, but a problem occurred on the build server".
Android builds works fine with cli-6.0.0. iOS builds works fine with cli-5.x.
- 18 Posts
- 1 Reply Like
Posted 4 years ago
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
- 18 Posts
- 1 Reply Like
Yes. It's failing on a keychain plugin.
The following build commands failed:
CompileC build/TouchID.build/Release-iphoneos/TouchID.build/Objects-normal/armv7/CDVKeychain.o TouchID/Plugins/com.shazron.cordova.plugin.keychainutil/CDVKeychain.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
The following build commands failed:
CompileC build/TouchID.build/Release-iphoneos/TouchID.build/Objects-normal/armv7/CDVKeychain.o TouchID/Plugins/com.shazron.cordova.plugin.keychainutil/CDVKeychain.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
- 18 Posts
- 1 Reply Like
Changing to the cordova-keychain plugin on NPM fixed the problem.
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
@David,
could you give us some more details on this? Was it a version issue? did you use an earlier or later version? a different plugin? Change the syntax in the config.xml?
TIA
Jesse
could you give us some more details on this? Was it a version issue? did you use an earlier or later version? a different plugin? Change the syntax in the config.xml?
TIA
Jesse
- 18 Posts
- 1 Reply Like
I was using the latest version of the com.shazron.cordova.plugin.keychainutil plugin in the PGB repository. When I switched to the latest version of the cordova-keychain plugin in the NPM repository, it worked fine.
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
The latest version is which version number?
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers


