-
-
Notifications
You must be signed in to change notification settings - Fork 474
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
iOS build failed with Command PhaseScriptExecution failed exit code 65 #451
Comments
The actual cause of the build failure is:
Please try building and running the example project which is a known working codebase to see if you can replicate the issue there. Also run |
Thanks for the quick reply. Also trying to run on the demo project you have provided the link of. PS: I have ran |
This is something specific to your environment as it's not affecting my builds, other members of my team or other users of this plugin. There are some suggestions to resolve this issue here: CocoaPods/CocoaPods#8955 |
Hello, I tried with test project and facing issue in it also as below: Any help is appreciated. PS: I ran |
To resolve this error use the CLI version of the plugin for CLI builds - see Cordova CLI builds and #326. |
Yes I tried to use CLI version but then faced the original error which I reported in this issue. Thanks in advance. |
Hello, It was the issue with the file formatting issue with the file in
Hope it may be useful for others. |
Thanks for posting this suggestion, this resolved my issue also. |
Bug report
Current behavior:
After I add cordova-plugin-firebasex ios build failed with following error:
Expected behavior:
Should build it successfully
Steps to reproduce:
ionic cordova platform rm ios
ionic cordova plugin add cordova-plugin-firebasex
ionic cordova platform add ios@5
ionic cordova build ios
Screenshots
Environment information
9.0.0 ([email protected])
iOS build issue:
v12.16.3
11.5 (11E608c)
Console output
console output
Other information:
Also I have tried
sudo gem install cocoapods-dependencies
andpod install
, but no success. Without this plugin project builds properly.Any help is appreciated.
Thanks,
The text was updated successfully, but these errors were encountered: