Re: How to sandbox an included framework
Re: How to sandbox an included framework
- Subject: Re: How to sandbox an included framework
- From: Mike Abdullah <email@hidden>
- Date: Thu, 16 Aug 2012 07:34:02 +0100
On 15 Aug 2012, at 18:48, Antonio Nunes <email@hidden> wrote:
> After a number of successful submissions of my sandboxed app tot he App Store, today Apple decided to reject my app because one of the 3rd party frameworks it includes and links against is not sandboxed. I don't recall hearing about sandboxing frameworks separately. I know they need to be codesigned, and this one is.
>
> Searching through the docs and online doesn't turn up any info about framework sandboxing.
>
> Can anyone point me to documentation or a tutorial on how to sandbox my third party framework. (I do have access to its source code, if necessary, but I did not see any obvious option to sandbox the framework when I opened and examined the framework's project in Xcode.
Are you sure this is really a framework? Frameworks load as part of your process and so live within your app's sandbox. Perhaps you're seeing one of the following:
- the "framework" is, or includes, another executable which it launches to perform a task
- the framework is trying to do something blocked by the sandbox.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden