Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-02-21 17:50:11
Size: 799
Editor: SheenaSmith
Comment: create page - add 2 entries from Sam
Revision 2 as of 2011-02-21 18:05:01
Size: 937
Editor: SheenaSmith
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

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.

None: FAQiOS (last edited 2015-02-21 11:00:19 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit