I'm working on adding an app to the app store using Xcode from my github repo. Whenever I clone it through Xcode, it is unable to open - I'm assuming it is because there isn't a .xcodeproj
file in my repo, but I'm not sure how to add it. Any help would be greatly appreciated!
Asked
Active
Viewed 40 times
2

amd197
- 21
- 2
1 Answers
1
Yes, you are right that it is because there is no .xcodeproj
directory, etc., in your repo. I haven't found an easy way to have XCode create this for you. This answer, https://stackoverflow.com/a/54902978/3893444, might give you an approach.

ptdecker
- 404
- 3
- 10