GLBasic forum

Main forum => GLBasic - en => Topic started by: Charlie on 2012-Feb-13

Title: compile for iphone iOS 5
Post by: Charlie on 2012-Feb-13
does GLBasic work for ios 5? I compiled a simple Hello World app and the code failed to compile in xcode.
Title: Re: compile for iphone iOS 5
Post by: tatakamucher on 2012-Feb-13
Hi Charlie, about your question, yes, GL can compile apps to iOS 5, i compiled my last game and works fine in iOS5
Title: Re: compile for iphone iOS 5
Post by: Charlie on 2012-Feb-14
OK thanks..I just realized I guess you have to have a paid subscription to be able to compile to the iphone right?
Title: Re: compile for iphone iOS 5
Post by: quangdx on 2012-Feb-14
Quote from: Charlie on 2012-Feb-14
OK thanks..I just realized I guess you have to have a paid subscription to be able to compile to the iphone right?

This is correct.
You need to compile to an iOS device on a Mac, for which you need an Apple iOS developer account.
it doesn't work with the xcode iOS simulators unfortunately.

Title: Re: compile for iphone iOS 5
Post by: Charlie on 2012-Feb-14
Thanks :)