1

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?

2 Answers 2

9

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.

Sign up to request clarification or add additional context in comments.

2 Comments

Can you get XCode on Windows?
No, XCode is available only for MacOS. Alternatively there are paid cloud services to “rent” a MacOS system.
1

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.