Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode project open without .xcodeproj file

Tags:

xcode

project

how to Open an Xcode Project from Without .xcodeproj File . I have an Xcode project but I am missing my main file (.xcodeproj) then how to start this project on Xcode framework.

like image 503
sudhanshu agrahari Avatar asked Sep 08 '26 06:09

sudhanshu agrahari


1 Answers

I found a solution/workaround. In case you recieve a project with missing .xcodeproj file, please create a new project and add all the files (.swift, .storyboard, etc.)and then compile. It will work.

like image 64
Tejas Avatar answered Sep 11 '26 15:09

Tejas