warning: Unable to read symbols

前端 未结 3 2032
梦如初夏
梦如初夏 2021-01-05 04:32

When I try to run my app in iOS 4.2.1, I am getting following warning messages;

[Switching to thread 11523]
[Switching to thread 11523]
`/xcode iOS/Platforms         


        
3条回答
  •  心在旅途
    2021-01-05 04:59

    The problem is that Xcode and the debugger expect iOS 4.2, but your device runs iOS 4.2.1.

    What you can do to avoid this error; Let Xcode gather the needed symbols from your device (you may have to delete previous ones). After this, it will work without any problem.

提交回复
热议问题