Xcode crash Logs not appearing
I have an iOS app that is only crashing with the client on iOS8.0
At first I tried to install iOS simulator8.0 on my xcode7.0, OS X El Capitan to test the code but, facing some issues, I dropped the case
Now, what I am trying to do is get the crash log from xcode's organizer, but weird things are happening:
Can anyone help me on any (or both) of the issues? Thanks
NB: I want to avoid to ask the client to send me his device's crash logs. Although one time I asked a client for the crash log from the device and there wasn't any crash registered on the device
The reason you and your colleague do not see the same crash logs is likely because your colleague is assigned a lesser role in your team. (Say you are admin and he's technical) Can't help with the Includes Symbols: NO issue cause I have debug symbols stripping set to NO for both debug an release targets and yet I see the exact same issue (Includes Symbols: NO in itc). Apple just does not like to symbolicate I guess...
链接地址: http://www.djcxy.com/p/44978.html上一篇: IOS应用程序崩溃,但没有可用的崩溃日志
下一篇: Xcode崩溃日志没有出现