Export Symbols of Static Library When Used for iOS App Creation -
some code packed in static library me (using libtool
) should used in project build ios application. create crash analysation possible, .dsym of app should contain symbols of static library. assume have somehow either include symbols in library proberly or have pass symbols file build step creates .dsym.
is possible? bit overwhelmed steps involved in process of creating .dsym. if has link info this, appreciate that.
also, how can determine symbols in .dsym?
for static libraries contain required symbols, part of apps dsym when linking static library app, need create sure static library has next build settings:
strip debug symbols during copy: no strip style: debugging symbols strip linked product: no ios static-libraries debug-symbols
No comments:
Post a Comment