-
-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcodebuild: Command failed with exit code 65 #323
Comments
Sorry, this was my fault. I updated the test project to use the new iOS custom receiver mechanism but that functionality was still on the master branch of this plugin and hadn't been published yet, so when you built the test project it pulled in v8.1.0 of this plugin from npm which doesn't contain the iOS custom receiver code. I've just published v8.1.1 to npm which contains the custom receiver code, so that resolves the build issue with the test project. |
Hi @dpa99c , i've the same problem with latest version 8.1.1 |
@stegithub this specific issue was caused by the example project containing code referencing a plugin class not present in v8.1.0 but this class is present in v8.1.1. In which case you would see an error something like this:
If not, please check your build is not actually failing due to #326. |
Bug report
Current behavior:
Building the test repo or my project results in error
xcodebuild: Command failed with exit code 65
Error building
cordova-plugin-firebasex-test
(commit da195ce3639ab1b54ef1937cfb9464499546f02a)Error building my project
I have tried to many pod related reinstallation steps e.g. reinstalled ruby / cocoapods / pod repo / pod install etc.
Expected behavior:
The test project should compile
Steps to reproduce:
Checked out latest test project
npm install
cordova platform add ios
cordova build ios
Environment information
9.0.0 (cordova-lib@9.0.1)
Installed platforms: android 8.1.0 ios 5.1.1
cordova-plugin-androidx 1.0.2 "cordova-plugin-androidx" cordova-plugin-androidx-adapter 1.1.0 "cordova-plugin-androidx-adapter" cordova-plugin-device 2.0.3 "Device" cordova-plugin-firebasex 8.1.0 "Google Firebase Plugin" cordova-plugin-googleplus 8.4.0 "Google SignIn" cordova-plugin-inappbrowser 3.2.0 "InAppBrowser" cordova-plugin-nativestorage 2.3.2 "NativeStorage" cordova-plugin-splashscreen 5.0.3 "Splashscreen" cordova-plugin-statusbar 2.4.3 "StatusBar" cordova-plugin-whitelist 1.3.4 "Whitelist" cordova-plugin-wkwebview-engine 1.2.1 "Cordova WKWebView Engine" cordova-plugin-wkwebview-file-xhr 2.1.4 "Cordova WKWebView File XHR Plugin" cordova-universal-links-plugin 1.2.1 "Universal Links Plugin"
ProductName: Mac OS X ProductVersion: 10.15.3 BuildVersion: 19D76
iOS build issue:
v12.3.1
Version 11.3.1 (11C504)
The text was updated successfully, but these errors were encountered: