Help Required: Unable to build and run project using Xcode #7
-
Hello! I was attempting to build the .xcproj file using Xcode 15.2 but when the application attempted to run I got to this fatalError and I'm not sure where to find the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @SwapnanilDhol, you need to sync the Git submodules as described in the contributing guide. The |
Beta Was this translation helpful? Give feedback.
-
Hi @lfroms. Thank you very much. I think I missed running the sub-modules step. It works now! |
Beta Was this translation helpful? Give feedback.
Hi @SwapnanilDhol, you need to sync the Git submodules as described in the contributing guide. The
ios-deploy
project is made available through a submodule located in theVendor/ios-deploy
directory. Have you tried that?