How do I put my game into Xcode

I’ve downloaded the IOS project, but I can’t figure out how to export my game into it.

Thanks.

http://forum.flowlab.io/discussion/178/heres-how-to-play-games-offline-paid-membership-needed#Item_4 heres how

Hey Edotion,

  1. Start up the Xcode project, and open the file AppDelegate.h
  2. In there, you should find a section that looks like this:

#define FLOWLAB_GAME_ID 123 // <-- PUT YOUR GAME ID HERE

Change that number (123 here, it my be different in yours) to the id of the game you want to export. You can find your game id by looking at the url of your game. For example, this game:

http://flowlab.io/game/play/325

has an id of “325”.

The build, run, and test in the emulator. Please let me know if you have any trouble and I’ll try to help out. This process should be getting much simpler soon, hopefully, since I’m working on a new export method.

OH!!! thats how i do it!

It doesn’t work!!! Heres what i did:

I did what you said grazer!

Screen Shot 2014-03-11 at 7.05.37 PM

Screen Shot 2014-03-11 at 7.05.55 PM

^ But heres what turns out!!! ^

SAME THING with me! What is going on @grazer ???