iPhone app crashes on device, File not found

后端 未结 3 1552
既然无缘
既然无缘 2021-01-22 03:38

I see this error

Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.2 (8H7)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (fi

3条回答
  •  情歌与酒
    2021-01-22 04:38

    Since you're using a different SDK than the solution you pointed at, you do need to tweak the commands to make it right. It should fix itself if you do

    cd "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.2 (8H7)/Symbols/"
    sudo ln -s ../../Latest/Symbols/Developer
    (enter your password at prompt)
    

    Might not help your actual crash, but it should get rid of the file not found message.

提交回复
热议问题