-
-
Notifications
You must be signed in to change notification settings - Fork 469
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 ITMS-90381 #89
Comments
Oops, this is due to an oversight by me. |
I've published the fix for this in v6.0.7 |
After several days chasing an issue I thought was caused by Pod dependencies, I've finally figured out this version 6.0.7 no longer works for me. The after_prepare hook just dies. So anytime I try to build/run for ios it just ends at this step with no error messages. Please let me know what you need from my env. Thanks. |
For me, it works with this version, but sometimes when I do a clean install (removing plugins, platform, and node_modules), I need to remove and install this plugin at the end to make it works. |
This issue is back for me with v9.1.1 & v9.1.2
I have "IOS_STRIP_DEBUG": "true" and have tried rebuilding the cordova platforms from scratch - has happened for the last two versions for me. Any ideas? |
@jpduckwo If You can check if this was successful by checking
For me this is working fine on iOS use v9 of the plugin when tested with the example project. |
Issue seems to be back with 10.1.2
|
Hi,
I have commented this issue #28, but don't know if you're looking into closed one.
I constantly get this error from Apple:
cordova plugin add cordova-plugin-firebasex --variable IOS_STRIP_DEBUG=true
Debug Information Format
toDWARF
cordova-plugin-cocoapod-supportx
but then when building with Xcode I got this error:'Firebase.h' file not found
. It seems I don't have any pop dependencies installed:pod dependencies
doesn't show any.Here are all the pod dependencies when I don't install the above plugin:
Is there something I can do to make it works?
Do you know if we still can publish the app or it will be refused?
I tried with the latest version too (6.0.6) but no luck.
Thanks for you work
The text was updated successfully, but these errors were encountered: