當我在Mac應用程序中使用沙盒時,我點擊菜單項「導出」,它應該使用NSOpenPanel打開一個對話框,但事實並非如此。這裏是我的代碼:Mac apps SandBox:使用NSOpenPanel有一個關於NSRemoteOpenPanel的錯誤
[playExportPanel beginSheetModalForWindow:mainWindow
completionHandler: ^(NSInteger result) {
if(result == NSFileHandlingPanelOKButton) {
....
}
}]
它拋出一個異常:-[NSRemoteOpenPanel close]: unrecognized selector sent to instance
。什麼是NSRemoteOpenPanel
?有沒有人見過這個?
我也看到了。 – JanX2 2012-05-19 07:41:13