iOS8 App Extension产生的错误

plugin com.*.*.*Extension interrupted

error instantiating remote view controller: Error Domain=NSCocoaErrorDomain Code=4097 "The operation couldn’t be completed. (Cocoa error 4097.)" (connection to service named com.*.*.*Extension.viewservice) UserInfo=0x7b0d3340 {NSDebugDescription=connection to service named com.*.*.*Extension.viewservice}

此错误是由于在extension当中的视图控制器viewcontroller里面的某控件已经加入了outlet collections或者referencing outlet当中的视图链接控制,但是代码中并未进行描述,因此,可以先删除先做界面或者在代码中声明即可。。

你可能感兴趣的:(ios,extension,app,cocoa)