AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
172 stars 92 forks source link

[FR] Debugs Symbols are present in the framework and shouldn't #296

Open jesus-mg-ios opened 3 months ago

jesus-mg-ios commented 3 months ago

Debugs Symbols are in the framework. Use strip -rSTx after generating DSYMS -> dsymutil -o .dSYM to decrease framework size.

SDK Version

6.14.3

What did you do?

Download binary from tags

What did you expect to happen?

Receive Debug symbols and the binary with stripped debug symbols.

What happened instead?

Debugs Symbols are in the framework. Use strip -rSTx after generating DSYMS -> dsymutil -o .dSYM to decrease framework size.