Issue with iphone sdk 4.2.1

前端 未结 8 950
别跟我提以往
别跟我提以往 2020-11-29 22:56

Probably a silly question. When running my project on the Device in the debug mode I get a lot of warnings al having the following string:

warning: Un

8条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 23:10

    I was getting:

    warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found).

    Version 4.2.1 does not include 'info/dns.so'. At least that was the case for me. However, it does exist in the 4.2 directory and is pointed to by the /DeviceSupport/Latest shortcut. I simply copy-pasted 'info/dns.so' to where the debugger was looking for it and that seemed to fix the warning.

提交回复
热议问题