10
votes

I am trying to use Unity to create an iOS app. I used Unity Hub to install Unity. I then opened Unity, went to File-Build Settings. I click on iOS, and it says "No iOS module loaded", so I clicked on the "Open Download page". I downloaded UnitySetup-iOS-Support-for-Editor-2018.4.7f1 and ran it. It looks like everything is going smoothly, and right at the end I get the message in the attached screen shot.

enter image description here

I have tried closing Xcode and Unity. I have tried restarting my computer. I have done several Google searches, but I haven't found anything that helps. Does anyone have any ideas?

2

2 Answers

27
votes

I suspect the installation path got messed up.

You have to use the Unity Hub to install additional packages. Go to Installs, click the 3 vertical dots and select Add Modules.

Unity Hub/ Add Modules

0
votes

I had a similar problem with tvOS support and it seems that if you don’t have Unity installed to /Applications/Unity, installing addons will fail. (I had it in /Applications/Unity-2019.4.7f1.)

I moved my Unity to /Applications/Unity, installed the addon, and then moved Unity back.