Reputation:
I want to build my Unity project to the iOS platform.
When I click build to iOS I get prompted with this screen:
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
Reputation: 19
You can use "vmware", there are good tutorials on youtube, but not sure it's legal.
Upvotes: 1
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