• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

iOS Question about yyc

B

batmanai15

Guest
Is yyc needed to compile game for iPhone?

I keep getting a weird error with yyc and I do not get any errors with vm.

Game runs fine on my iPhone without yyc, with yyc it crashes at launch.
 

TheouAegis

Member
It's not necessary.

Just a guess, could the error pertain to a variable holding a real or boolean one moment and then holding a string another moment? The YYC is very nit-picky with how you code.
 
B

batmanai15

Guest
Well good it’s not necessary. The error is the following:

Failed to make complete framebuffer object 8219

So I have no idea what’s it’s about and the debugging is almost non existent it seems. It’s like finding a needle in a haystack. So I’m really glad to hear you don’t need to use yyc for iOS.
 
B

batmanai15

Guest
Under General tab set Main Interface and Launch Screen File to: MainWindow-iPhone
When I originally googled the issue I found the same exact “fix” you posted. However I cannot find that option at all under the general tab.....
 
Top