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扩展中遇到的ViewController实例化错误问题,该问题源于试图连接未在代码中描述的视图控件。文章提供了具体的解决办法:删除界面链接或在代码中进行声明。
1510

被折叠的 条评论
为什么被折叠?



