Build -> IOS where is it? It doesnt appear !

Hi all,

I just wondering if with free versión of corona SDK can build for IOS. Because i dont have that option in my corona SDK ( see the attach file )

I know I have to follow all steps from :

https://docs.coronalabs.com/guide/distribution/iOSBuild/index.HTML

However i dont know If I need Corona Enterprise, anyone has the same problem?

Yours faithfully,

Jorge !

You can only build for iOS if you are on a Mac. It requires Xcode 7.x and that’s only available on OS X. Also Enterprise is currently only a Mac product though we provide the Windows libraries allowing you to use Visual Studio to build plugins and native features for Windows desktop builds.

So from a Windows machine you can:

  1. Build for Android

  2. Build for Win32 Desktop

  3. Build for Win Phone 8

From a Mac you can:

  1. Build for Android

  2. Build for iOS

  3. Build for OS X desktop

  4. Build for tvOS

Of course you can use the same code, art and sounds to build for all platforms, but you will need two computers for deploying everywhere.

Rob

You can only build for iOS if you are on a Mac. It requires Xcode 7.x and that’s only available on OS X. Also Enterprise is currently only a Mac product though we provide the Windows libraries allowing you to use Visual Studio to build plugins and native features for Windows desktop builds.

So from a Windows machine you can:

  1. Build for Android

  2. Build for Win32 Desktop

  3. Build for Win Phone 8

From a Mac you can:

  1. Build for Android

  2. Build for iOS

  3. Build for OS X desktop

  4. Build for tvOS

Of course you can use the same code, art and sounds to build for all platforms, but you will need two computers for deploying everywhere.

Rob