Re: Parental Controls - [Was: NSTask Explodes. Clueless.]

2013-05-12 Thread Seth Willits
On May 12, 2013, at 6:47 PM, Ken Thomases wrote: > On May 12, 2013, at 8:08 PM, Seth Willits wrote: > >> The user running my main application has parental controls enabled. The user >> is allowed to run the main application, and can, but the helper task that is >> bundled inside the main applic

Re: Parental Controls - [Was: NSTask Explodes. Clueless.]

2013-05-12 Thread Ken Thomases
On May 12, 2013, at 8:08 PM, Seth Willits wrote: > The user running my main application has parental controls enabled. The user > is allowed to run the main application, and can, but the helper task that is > bundled inside the main application's bundle is not allowed to run. When the > *task*

Parental Controls - [Was: NSTask Explodes. Clueless.]

2013-05-12 Thread Seth Willits
Update: I *finally* got a bead on this. The user running my main application has parental controls enabled. The user is allowed to run the main application, and can, but the helper task that is bundled inside the main application's bundle is not allowed to run. When the *task* launches, *it*

Validate core data sqlite file

2013-05-12 Thread Peng Gu
Hi I am building an core data app that allows me to backup and restore the data. For backup, I simply copy the sqlite file to selected directory with a name 'app.backup'. For restore, I also simply copy the selected file to the application storage directory with name 'app.sqlite' My question is:

Re: UIWebView IBOutlet is always nil

2013-05-12 Thread Alex Zavatone
Sorry, I missed the beginning of this thread, so apologies if these suggestions have already been covered. When in that case, I make sure to delete the UIWebView in the storyboard, create another one and reconnect the outlet to the property in the class. Did you create the IBOutlet property in

Re: UIWebView IBOutlet is always nil

2013-05-12 Thread Michael Crawford
> I've seen this before, but only in the case where there was no @synthesize; did your actual code use it? Yes. My best guess is that it's some corruption in the nib. I'll make a standalone App with nothing but a UIWebView in it. Maybe if that works I could just copy the xib over to my producti

Accounts framework - does unexpected things sometimes / freezes system preferences ...

2013-05-12 Thread Robert Vojta
Hi all, we do use accounts framework on Mac OS X for Facebook and we did find two issues (+- 15 % of cases) … 1. ACAccountStore returns non sense sometimes Here's the code to check account store status, request access, etc. https://gist.github.com/robertvojta/ecc7a790664b3c432f63 This code do