th3hamm0r commented on issue #806: ITMS-90381: Too many symbol files
URL: https://github.com/apache/cordova-ios/issues/806#issuecomment-603939604
 
 
   I've now tried some other things and it seems like the issue is already 
solved by CocoaPods (see referenced 
[GH](https://github.com/CocoaPods/CocoaPods/issues/7111) issue in 
https://stackoverflow.com/a/50582315), so instead of the `post_install` code I 
did the following:
   1. change the platform in the `Podfile` from 10.0 to 11.0 (my xcode project 
is already set for 11.0, only the Podfile is set to 10.0)
   2. execute `pod install` inside the "platforms/ios" folder
   
   Now the generated app archive only contains dsyms for the relevant archs 
(arm64).
   @sebastian-zarzycki-es Is this working for you?
   
   But changing the deployment target in the Podfile is still a temporary 
solution. Actually there is a "deployment-target" preference for the 
config.xml, but changing this to "11.0" does not change the Podfile atm. I've 
found a related issue: https://github.com/apache/cordova-ios/issues/580

----------------------------------------------------------------
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]

Reply via email to