You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): Do not strip local symbols from NativeScript.framework
Stripping them reduces .ipa size with about 900kb but native stacktraces become significantly
less readable without dSYMs.
Although Crashlytics and Xcode can use the dSYMs, stack unwinds in application code cannot
use them (as they are missing from the device) and remain unsymbolicated.
0 commit comments