-
-
Notifications
You must be signed in to change notification settings - Fork 468
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
Cocoapods based build casues issues #28
Comments
Seems like this is a generic problem for iOS builds that pull in a lot of library code: https://stackoverflow.com/q/25755240/777265 The best solution is probably to omit debug symbols for all pod libraries (including the ones referenced by this library): https://stackoverflow.com/a/48518656/777265 That will require modification to cordova-plugin-cocoapod-supportx on which this plugin depends, rather than to this plugin itself. It will also mean symbolificated stack traces of crashes that occur in those libraries will not be possible. |
|
Fix published in v3.0.8 |
Awesome, thanks! |
I constantly get this error from Apple.
Here are all the pod dependencies when I don't install the above plugin:
Is there something I can do to make it works? Thanks for you work |
…coapods. Resolves dpa99c#28.
When uploading production version of cordova/ionic app with this plugin, App Store responds with the following warning
I think I saw similar warning in Google Store, too, when uploading Android build. It would seem that this is caused by cocoapods. Some symbols not stripped?
This hasn't happened before and the only thing that changed was adding cordova-plugin-firebasex, along with androidx and adapter (recent versions).
I'm not sure if this will be the cause of Apple review team rejection, but it might be. Will learn that in 1-2 days, I guess.
The text was updated successfully, but these errors were encountered: