我已经创建了finder同步扩展,并且在10.10 OS X上工作正常,但在10.11上运行时,对于每个新的finder窗口,同步扩展- (instancetype)init
方法都会被调用。
启动新窗口后,我在Xcode控制台下面登录
15/10/2015 07:51:17.920 pkd[270]: UNINSTALLED:com.MyApp.FinderSync com.MyApp.FinderSync(1.0) 56B1B0FA-1F46-403F-82AA-101E17F551DD /Applications/MyApp.app/Contents/PlugIns/FinderSync.appex
15/10/2015 07:51:17.927 pkd[270]: INSTALLED:com.MyApp.FinderSync com.MyApp.FinderSync(1.0) <__NSConcreteUUID 0x7fa753d17870> 6E0A9D10-275F-43D4-B8CD-B22923DE879B /Applications/MyApp.app/Contents/PlugIns/FinderSync.appex
15/10/2015 07:51:18.016 FinderSync[3237]: host connection <NSXPCConnection: 0x7f8b22d10d60> connection from pid 260 invalidated
有人可以帮帮我吗?