嘿,我有一个应用程序扩展,我在el capitan上使用xcode 7.1构建了一个应用程序扩展,我试图让它在yosemite上工作,这样它就具有了向后兼容性。但是在yosemite上没有显示任何内容,console.app说
killed because com.team.example.exampleextension because its use of the com.devaloper.team-identifier entitlement is not allowed. 我尝试过重新设置配置文件,并在谷歌上搜索过,但它只是不起作用。
我也在console.app中得到了这个
"app" checked in with appleeventsd, but its code signature could not be read and validated by appleeventsd, and so it cannot receive AppleEvents targeted by name, bundle id, or signature. Install the application in /Applications/ or some other world readable location to resolve this issue. 发布于 2016-02-01 21:10:31
原来是因为我使用的设备不在开发门户下面的设备列表中!我不知道这很重要哈哈
https://stackoverflow.com/questions/33425948
复制相似问题