|
⇤ ← Revision 1 as of 2011-02-21 17:50:11
Size: 799
Comment: create page - add 2 entries from Sam
|
Size: 937
Comment: update content - add supported list, readme link
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| ##== Using SDL == ##=== General === |
== Using SDL == === General === ==== What is supported? ==== SDL supports iOS 3.2+ For the latest information see http://hg.libsdl.org/SDL/file/default/README.Platforms |
FAQ: iOS
Contents
Using SDL
General
What is supported?
SDL supports iOS 3.2+
For the latest information see http://hg.libsdl.org/SDL/file/default/README.Platforms
Developing with SDL
General
I'm getting EXC_BAD_ACCESS in the function _class_getMeta, what do I do?
Go to the Xcode menu Project -> Edit Project Settings, scroll down to the Linking section, and add -ObjC to the "Other Linker Flags" option. If you have target specific settings for your linker flags, you'll need to add this at the target level instead, by right clicking the target and selecting the "Get Info" menu option.
Why does my application quit at the loading screen on systems running iOS 3.1?
These devices are probably using the arm6 processor instead of the arm7 processor. Try changing your "Active Architecture" to arm6 in the Xcode main project window.
