Ancient Lady, I'm having a problem with v1076 now. I read in another topic that you said
Quote: "3d, I have v1076 working fine in Mac and iOS.
What sort of problems are you having?
Did you download the 1076 zip file?
If you did, did you copy all of the directories to your Mac:
+ Code Snippet
AGK/IDE/apps
AGK/IDE/common
AGK/IDE/platform
AGK/IDE/templates (optional)
And, if you haven't, before you do, remember to copy any of your project directories in AGK/IDE/apps to a directory elsewhere so they don't get lost when you copy the AppGameKit directories. Macs wipe any everything when you replace a directory (unlike Windows which just replaces and adds).
And, having done all the above, did you replace the files in the Classes directory in your project with the ones from the new interpreter_ios/Classes directory? Some have changed since 1074 (I think).
What version of Xcode are you using?"
I followed these steps and now my project wont run. I get his in the output window
Quote: " 2012-06-23 16:57:54.335 Template[236:307] -[EAGLView view]: unrecognized selector sent to instance 0x229fc0
2012-06-23 16:57:54.407 Template[236:307] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[EAGLView view]: unrecognized selector sent to instance 0x229fc0'
*** Call stack at first throw:
(
0 CoreFoundation 0x35f08c7b __exceptionPreprocess + 114
1 libobjc.A.dylib 0x30186ee8 objc_exception_throw + 40
2 CoreFoundation 0x35f0a3e3 -[NSObject(NSObject) doesNotRecognizeSelector

+ 98
3 CoreFoundation 0x35eaf467 ___forwarding___ + 506
4 CoreFoundation 0x35eaf220 _CF_forwarding_prep_0 + 48
5 Template 0x0001d568 _ZN3AGK3agk20PlatformSetDevicePtrEPv + 40
6 Template 0x0003fa64 _ZN3AGK3agk6InitGLEPv + 88
7 Template 0x0000387c -[UntitledViewController awakeFromNib] + 284
8 UIKit 0x33aab974 -[UINib instantiateWithOwner:options

+ 1336
9 UIKit 0x33aad640 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options

+ 140
10 UIKit 0x3386cb18 -[UIApplication _loadMainNibFile] + 144
11 UIKit 0x338669ec -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden

+ 256
12 UIKit 0x338202e4 -[UIApplication handleEvent:withNewEvent

+ 1476
13 UIKit 0x3381fb1c -[UIApplication sendEvent

+ 68
14 UIKit 0x3381f3b4 _UIApplicationHandleEvent + 6824
15 GraphicsServices 0x35262c88 PurpleEventCallback + 1048
16 CoreFoundation 0x35e9a5cb __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 28
17 CoreFoundation 0x35e9a589 __CFRunLoopDoSource1 + 164
18 CoreFoundation 0x35e8c835 __CFRunLoopRun + 580
19 CoreFoundation 0x35e8c50b CFRunLoopRunSpecific + 226
20 CoreFoundation 0x35e8c419 CFRunLoopRunInMode + 60
21 UIKit 0x33865554 -[UIApplication _run] + 548
22 UIKit 0x33862558 UIApplicationMain + 972
23 Template 0x00002990 main + 88
24 Template 0x00002934 start + 40
)
terminate called after throwing an instance of 'NSException'
"
I left my game folders in the agk when I copied over the new agk folder. Do you think that's the issue? another thing my game folders are in the template folder. Do you think thats part of the as well?