Why are static library symbols not included in dSYM during archive?

前端 未结 3 842
我在风中等你
我在风中等你 2021-02-04 16:03

We have a pretty major application suite for a client with a couple application targets utilizing several static libraries that we made in house. All targets are contained in on

3条回答
  •  Happy的楠姐
    2021-02-04 16:51

    I m using XCode 5.1.1 and was having the same problem.

    The fix was to set "Strip Linked Product" setting under "Deployment" section to "No" for each dependent library project. For more detail, please see my post at

    can i debug ios app installed from ipa archive

提交回复
热议问题