Wiki Page Content

Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2014-07-29 20:32:43
Size: 965
Comment: Updated link to README.
Revision 8 as of 2015-02-21 10:58:09
Size: 1078
Comment: Fixed version information.
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
SDL supports iOS 3.1.3 or newer.
Line 10: Line 9:
For the latest information see http://hg.libsdl.org/SDL/file/default/docs/README-platforms.md SDL 2.0.0 supported iOS 5.1.1 or newer. Older versions of SDL supported iOS 3.1.3 or newer.

For the latest information see /* http://hg.libsdl.org/SDL/file/default/docs/README-platforms.md */ [[Installation|the page about Installation]].

FAQ: iOS

Using SDL

General

What is supported?

SDL 2.0.0 supported iOS 5.1.1 or newer. Older versions of SDL supported iOS 3.1.3 or newer.

For the latest information see the page about Installation.

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 ARMv6 architecture instead of the ARMv7 architecture. Try changing your "Active Architecture" to ARMv6 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