Wiki Page Content

Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2011-02-21 17:50:11
Size: 799
Editor: SheenaSmith
Comment: create page - add 2 entries from Sam
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 5: Line 5:
##== Using SDL ==
##=== General ===
== 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 /* http://hg.libsdl.org/SDL/file/default/docs/README-platforms.md */ [[Installation|the page about Installation]].
Line 16: Line 21:
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. 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.

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