[Pyobjc-dev] Trying to get simple pyobjc app through sandbox
Brought to you by:
ronaldoussoren
From: Chayapan K. <cha...@gm...> - 2016-04-29 11:16:48
|
Hi, I'm trying to build pyobjc app to pass Apple's sandbox requirement (https://developer.apple.com/app-sandboxing/). Currently, I'm getting this error: 29/04/2016 5:10:32.826 PM appleeventsd[56]: SecTaskLoadEntitlements failed error=22 29/04/2016 5:10:33.022 PM Fluke[4318]: Fluke Error 29/04/2016 5:10:33.076 PM launchservicesd[82]: SecTaskLoadEntitlements failed error=22 29/04/2016 5:10:33.081 PM launchservicesd[82]: SecTaskLoadEntitlements failed error=22 29/04/2016 5:10:36.018 PM sharedfilelistd[3327]: SecTaskLoadEntitlements failed error=22 Is this codesign / entitlement issue, or is there problem with py2app compilation and linking? What is the latest instruction for using py2app to create app for distribution? The latest one I could find is this article: http://dafoster.net/articles/2014/06/24/submitting-a-python-app-to-the-mac-app-store/ Here is my test app: https://github.com/chayapan/flukeformac Best, chayapan (A) |