th3hamm0r edited a comment on issue #806: ITMS-90381: Too many symbol files URL: https://github.com/apache/cordova-ios/issues/806#issuecomment-603891059 @timbru31 I'm not using this plugin, I think cordova-ios needs this or some other handling to avoid unnecessary dsyms from CocoaPods. In my case those UUIDs from the ITMS warning all reference armv7-dsyms, which are not needed starting with iOS 11 @sebastian-zarzycki-es fyi, for me it worked by adding those lines to the Podfile AND executing `pod install` inside the "platforms/ios" folder. But of course, this is only a temporary solution and you may loose some debug information in your crashlytics reports (from those libraries).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
