user12867493
user12867493

Reputation:

Building a Unity project into iOS without Xcode

I want to build my Unity project to the iOS platform.

When I click build to iOS I get prompted with this screen:

Screen to build a project

There says Run in Xcode as but I do not have a Mac, but correct me if I am wrong but you can not run Xcode on Windows.

So is there no way I can build my project without a Mac then?

Upvotes: 1

Views: 4395

Answers (2)

user3662359
user3662359

Reputation: 19

You can use "vmware", there are good tutorials on youtube, but not sure it's legal.

Upvotes: 1

Kerberos
Kerberos

Reputation: 4166

You can’t, when you build for iOS, unity creates a project that you must open with XCode (in a Mac) and then build it to deploy it on a device or simulator.

Upvotes: 9

Related Questions