- Home /
iOS build creates empty folder
I created a VR game using vuforia. When I go to File>Build Settings and select iOS and build, the folder that is created is empty. Can anyone help me with why this folder would be empty instead of having the xcode project?
Answer by pavlito · Mar 01, 2017 at 09:28 AM
Check your bundle identifier.
I have found that Unity (5.5.1 in my case) builds an empty folder if the identifier is not in the correct format. The default is: com.Company.ProductName
I had to change mine to just 'ProductName' in order for validation to succeed (team profile signing) and went straight to Unity and changed it there. Since then, it was building an empty folder. After changing it back to the correct format, it builds properly again.
Hope this helps. Cheers!
Answer by caden-burleson · Mar 22, 2018 at 09:31 AM
I'm having the same problem. @pavlito I tried to change the identifier to com.CompanyName.GameTitle and also just CompanyName and both times created an empty folder.
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Vuforia Plugin Issues with Computer and Android 0 Answers
Can Unity and Vuforia do this ? AR app Called Dulux Visualizer 0 Answers
Strange graphic bugs with Vuforia on Android and iOS 0 Answers
Error trying to build in Unity3D Cloud with Vuforia support (v8) and iOS 3 Answers