iOS build failure when using cli-6.0.0

  • 1
  • Problem
  • Updated 4 years ago
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.
Photo of David Funderburk

David Funderburk

  • 18 Posts
  • 1 Reply Like

Posted 4 years ago

  • 1
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
What does the build log say? Any error messages?
Photo of David Funderburk

David Funderburk

  • 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
Photo of David Funderburk

David Funderburk

  • 18 Posts
  • 1 Reply Like
Changing to the cordova-keychain plugin on NPM fixed the problem.
Photo of JesseMonroy650 (Volunteer)

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
Photo of David Funderburk

David Funderburk

  • 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.
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
The latest version is which version number?