Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2011-02-21 19:05:44
Size: 948
Editor: SheenaSmith
Comment: update content - supported version
Revision 4 as of 2011-10-25 18:48:32
Size: 957
Editor: SheenaSmith
Comment: update content - change arm6/7 to armv6/7
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
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 supports iOS 3.1.3 or newer.

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 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