Hallo,
versuche gerade eine ganz einfache Anwendung mit dem DX10 für Mac OSX laufen zu lassen.
Einfach ein Button und ein OpenDialog auf die Form und im Button.Onlick() das OpenDialog1.Execute;
In der Konfiguration "Normal" alles ok.
Mit der Konfiguration "Anwendung Store" nix, mit folgenden Meldungen im PAServer Fenster:
Code:
2015-10-08 17:41:39.480 Project2[767:14651] unable to obtain configuration from file:///Library/Preferences/
com.apple.ViewBridge.plist due to Error Domain=NSCocoaErrorDomain Code=257 "Die Datei „
com.apple.ViewBridge.plist“ konnte nicht geöffnet werden, da Sie nicht die Zugriffsrechte haben, um sie anzuzeigen." UserInfo={NSFilePath=/Library/Preferences/
com.apple.ViewBridge.plist, NSUnderlyingError=0xbbc780 {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"}}
2015-10-08 17:41:39.590 Project2[767:14651] -[NSVBSavePanel init] caught non-fatal NSObjectNotAvailableException 'service
com.apple.appkit.xpc.openAndSavePanelService failed to init an instance of NSOpenPanelService on behalf of <NSLayerCentricRemoteView: 0xbbbaa0> due to {
callStackSymbols = (
0 CoreFoundation 0x00007fff8d356bd2 __exceptionPreprocess + 178
1 libobjc.A.dylib 0x00007fff90e83dd4 objc_exception_throw + 48
2 CoreFoundation 0x00007fff8d3bd3fd +[NSException raise:format:] + 205
und noch viel mehr ...
Eine Idee was hier nicht klappt?