使用 iAtkos 10.5.7版本的黑苹果操作系统,装了Xcode竟然发现断点不能工作,只用GDB也不行。 经过研究,看上去是一个X86上Voodoo Kernel的Bug,貌似装了破解内核的童鞋会有这个问题。
解决办法:
1.修改/Library/Preferences/SystemConfiguration/com.apple.Boot.plist为,红色为修改处.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>custom</string>
<key>Kernel Flags</key>
<string>cpus=1 -f std_dyld=1 </string>
<key>Boot Graphics</key>
<string>Yes</string>
<key>Quiet Boot</key>