我不久前创建了一个iPhone OS 2.2应用程序,最近安装了3.1 SDK.
当我尝试在我的(3.1)iPod Touch上运行我的应用程序时,启动窗口显示"调试器出错:启动远程程序时出错:安全策略错误".
查看iPod Touch的控制台(通过Xcode管理器中我的设备的控制台选项卡)显示:
Wed Feb 3 23:29:17 unknown SpringBoard[24] <Warning>: Unable to launch com.blahblah.Blah_Blah because it has an invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user.
Wed Feb 3 23:29:17 unknown com.apple.debugserver-43[789] <Error>: error: unable to launch the application with CFBundleIdentifier 'com.blahblah.Blah_Blah' sbs_error = 9
Run Code Online (Sandbox Code Playgroud)
我已经筛选了一堆代码签名问题,只是为了让它构建和部署,所以我认为这可能是其他的东西.