
- #Stencyl ios how to
- #Stencyl ios install
- #Stencyl ios simulator
- #Stencyl ios mac
Aside: Why does it take so long to build the app the first time?
#Stencyl ios how to
Read our comprehensive guide on how to set up certificates, so that you can publish your game to your friend's devices and the App Store.
#Stencyl ios mac
For example, if your Mac has iOS 9, your device must also have iOS 9 (minor version differences like iOS 9.1 vs. Generally speaking, the "major" versions of iOS have to match between your Mac and your device. Unfortunately, this can lead to a mismatch in versions. This may be newer than what you have on your device. Gotcha: Version MismatchĪpple generally forces you to use the latest version of Xcode and iOS on your Mac.
See Step 3: Register Your System earlier in this article for details. If you are unable to test on your device and see an error along the lines of "No Matching Profile", you need to register your system with Apple. You must launch it manually by tapping it - it won't auto-launch from Stencyl.
#Stencyl ios install
Switch the Platform dropdown's value to iOS Device.Īgain, it will go through a lengthy build process like explained above.Īt the end of the process, the app will install to your device, and Stencyl will tell you that it's ready.Plug in your iOS device to your computer.Now, let's do the same thing except on an iOS Device.
#Stencyl ios simulator
Rest assured that the process only takes long the first time and will be faster every time thereafter.Īt the end of the process, the iOS simulator will automatically launch the game. If you want to remove the suspense from this process, click Log Viewer in the top toolbar, and you'll be able to follow along. Now, the app will build for a while, depending on how fast your computer is.
Switch the Platform dropdown to iPhone Simulator (3.5"). The game now opens up to the Scenes listing. The game's name and details don't matter - you'll just be testing that the iOS Simulator works before you try out anything more complex, like your own games. Now, launch Stencyl and create a brand new game with a blank scene. Still having trouble? One user had to remove his account from the Accounts page and add it back in. If you forgot to do this, or this has to be redone, you will find that you are unable to test on your device and get an error message along the lines of "no matching profile" (which makes no sense because you are just testing locally on your device). Click the refresh button at the bottom - this will register you with Apple's systems. On the left should be your development account (if it isn't there, sign in and it will appear). If this is your very first time developing games on iOS (or if you updated Xcode), you must register your computer with Apple's system. Under Components, install Command Line Tools and any iOS Simulators that show up.Īfter they finish downloading, close Xcode. Step 2: Install Xcode AdditionsĪfter installing Xcode, launch it. If you insist on using them, make sure that the folder in which the install resides is called "Xcode" rather than "Xcode-DP-XXX". This guarantees the latest version and simple, in-place updates.Īlternatively, you can grab it from Apple's Developer Site.ĭisclaimer: We do not officially support developer previews of Xcode. We recommend installing Xcode directly from the Mac App Store. Some have succeeded in testing on iOS devices with older versions directly from their computer. Tip: You can push your app to older devices by exporting an IPA and installing the app through iTunes on those other devices. Step 4: Test a Game in the iOS Simulator. Part 3 - Setting up Certificates Contents