1. Edit: /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/SDKSettings.plist and change CODE_SIGNING_REQUIRED from YES to NO.
2. Run this script:
#!/bin/bash
cd /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneOS/ Build/ System/ Support.xcplugin/Contents/MacOS/
dd if=iPhoneOS/ Build/ System/ Support of=working bs=500 count=255
printf "/x8f/x2a/x00/x00" >> working
dd if=iPhoneOS/ Build/ System/ Support of=working bs=1 skip=127504 seek=127504
/bin/mv -n iPhoneOS/ Build/ System/ Support iPhoneOS/ Build/ System/ Support.original
/bin/mv working iPhoneOS/ Build/ System/ Support
chmod a+x iPhoneOS/ Build/ System/ Support
或者你懒的去执行,也可以下载这个文件(要解压下) patch.sh.zip (1 K) 下载次数:97 放在用户根目录,执行
sudo sh ./patch.sh
3. In project settings set Code Signing Identity and Any iPhone OS Device to 'don't code sign.'
iPhone 3.0免证书真机调试方法
最新推荐文章于 2025-07-29 15:28:10 发布