Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1

前端 未结 3 558
臣服心动
臣服心动 2021-01-19 07:57

I am getting following error when I am running my application on iPod touch (version 4.2.1). My app crashes after a point:

Unable to read symbols for /Develope

3条回答
  •  春和景丽
    2021-01-19 08:28

    Just delete that folder (/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1), connect your device again, go to the XCode Organizer and it will ask you to collect the symbols from the device. After a couple minutes it will be done collecting and processing the symbols off the device, and you should be good to go.

    You can also see this thread for more solutions if this doesn't work.

提交回复
热议问题