iOS 8.1 using iphone 5 , black screen

hello all im just starting to use SDL for iOS ( trying to switch from cocos2d-x )
any way i loaded the Demos.xcodeproj into Xcode compiled succesfully but when i run the examples in device all i see is
the SDL loading image and then blank screen , no error messages no nothing .
what im doing wrong here ?

Are you using SDL 2.0.3 or the latest SDL code from Mercurial? If the former, you should probably try the latter ? there have been a lot of fixes to SDL?s iOS code since 2.0.3.

You can download the latest code directly here: https://hg.libsdl.org/SDL/archive/tip.zip https://hg.libsdl.org/SDL/archive/tip.zip

Which examples are you trying? I believe some might not do anything until you tap the screen or perform some other action.> On Mar 1, 2015, at 3:25 PM, umen wrote:

hello all im just starting to use SDL for iOS ( trying to switch from cocos2d-x )
any way i loaded the Demos.xcodeproj into Xcode compiled succesfully but when i run the examples in device all i see is
the SDL loading image and then blank screen , no error messages no nothing .
what im doing wrong here ?


SDL mailing list
SDL at lists.libsdl.org <mailto:SDL at lists.libsdl.org>
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Actually that link will get you the SDL 1.2 code instead right now (since the latest commits are to the SDL 1.2 branch)… you?ll probably have to get the latest SDL 2 code by cloning the Mercurial repository.> You can download the latest code directly here: https://hg.libsdl.org/SDL/archive/tip.zip https://hg.libsdl.org/SDL/archive/tip.zip