You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on XCode 9, I encountered an issue where the project would not build after following all the setup instructions. I got compiler errors saying the UnityBridge.h file did not exist despite it being loaded properly in the project navigator. The issue appears to be in the Unity.xcconfig file. It's location for the UnityBridge.h file requires that it be in the root of the project folder. Once I moved the file there the project built without a hitch.
The text was updated successfully, but these errors were encountered:
Running on XCode 9, I encountered an issue where the project would not build after following all the setup instructions. I got compiler errors saying the UnityBridge.h file did not exist despite it being loaded properly in the project navigator. The issue appears to be in the Unity.xcconfig file. It's location for the UnityBridge.h file requires that it be in the root of the project folder. Once I moved the file there the project built without a hitch.
The text was updated successfully, but these errors were encountered: