Re: Action is not defined on AppDelegate
Re: Action is not defined on AppDelegate
- Subject: Re: Action is not defined on AppDelegate
- From: phil03 <email@hidden>
- Date: Tue, 18 Mar 2014 14:46:09 +0700
Thanks for the reply, Shane.
I'm getting these warnings in Xcode 5.1 on 10.9.2, but my deployment
target is 10.6. ARC is 'on'.
you can't build apps that use garbage collection, and hence can run under 10.6/10.7, in Xcode 5.1
Oh, no. Now I'll have to wade through all those books and remember
what that's all about again... ;). Do you mean I have to drop down
to an earlier Xcode version to get this to build and run on 10.6?
As the app is running fine in 10.9, I guess I'm going to ignore the
warnings , then fire up 10.6 and see what happens when I try to run
the app there (fire extinguisher at the ready...).
Thanks again.
Phil
On 18/03/2014 14:20, Shane Stanley wrote:
Are you running Mavericks and Xcode 5.0.2? If so, it's an issue with Xcode not recognising the new interleaved syntax. If you've already made the connections, it doesn't matter about the warning. If you need to make new connections, you have to use underscore syntax for the action handler.
It's fixed in Xcode 5.1, but you can't build apps that use garbage collection, and hence can run under 10.6/10.7, in Xcode 5.1
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden