Big error message by ios

What platform are you building for?

iOS

What framework are you building with?

Cordova

What is your build ID?

98107d1d-0578-4e09-ac37-42a638a76406

What is your error message?

ServerError: Cordova build for iOS failed
No scripts found for hook “before_build”.
No scripts found for hook “before_prepare”.
Checking for saved platforms that haven’t been added to the project
Loaded API for ios project /Users/vagrant/voltbuilder/agent/upload/98107d1d-0578-4e09-ac37-42a638a76406/platforms/ios/cordova/Api.js
Checking for saved plugins that haven’t been added to the project
Generating platform-specific config.xml from defaults for iOS at /Users/vagrant/voltbuilder/agent/upload/98107d1d-0578-4e09-ac37-42a638a76406/platforms/ios/Archaeo Tour/config.xml
Merging project’s config.xml into platform-specific iOS config.xml
Merging and updating files from [www, platforms/ios/platform_www] to platforms/ios/www
Wrote out iOS Bundle Version “3.0.0” to /Users/vagrant/voltbuilder/agent/upload/98107d1d-0578-4e09-ac37-42a638a76406/platforms/ios/Archaeo Tour/Archaeo Tour-Info.plist
iOS Product Name has not changed (still “Archaeo Tour”)
Updating icons at platforms/ios/Archaeo Tour/Assets.xcassets/AppIcon.appiconset
Updating launch storyboard images at platforms/ios/Archaeo Tour/Assets.xcassets/LaunchStoryboard.imageset
Updating Storyboard image set contents.json
Updating Background Color color set Contents.json
Updating Splash Screen Background Color color set Contents.json
This app does not have additional resource files defined
Prepared iOS project successfully
No scripts found for hook “after_prepare”.
No scripts found for hook “before_compile”.
Reading build config file: /Users/vagrant/voltbuilder/agent/upload/98107d1d-0578-4e09-ac37-42a638a76406/build.json
ProvisioningProfile build option set, changing project settings to Manual.
Set CODE_SIGN_STYLE Build Property to Manual.
Set ProvisioningStyle Target Attribute to Manual.
Building project: /Users/vagrant/voltbuilder/agent/upload/98107d1d-0578-4e09-ac37-42a638a76406/platforms/ios/Archaeo Tour.xcworkspace
Configuration: Release
Platform: device
Target:
Adding xcodebuildArg: ALWAYS_EMBED_SWIFT_STANDARD_LIB

Please describe the issue:

Hello,
can somebody help me? What is the problem? Is it a server probelm or is it my probelm? What did i wrong? Android worked fine…
Thank you and best regards.
Frank

Okay, I found the error in config.xml:

<plugin name=“cordova-plugin-inappbrowser” spec=“~3.1.0” />

must be

plugin name=“cordova-plugin-inappbrowser” />

Thank you

Bst regards

Frank

It’s not surprising that a very old version of that plugin would cause issues. We do suggest pinning versions so your plugins don’t update without you knowing, but this means you need to keep an eye on new releases. The current release of this plugin is 6.0.0.