我已经创建了 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
谁能帮帮我?