1

I have uploaded an open source project called SuperCrack! to Github. I made it with Xcode 8.3.3. It's quite a large project with lots of pods. I asked a friend to download and build it but he complains that there is No Scheme:

enter image description here

He tried the solutions here but said they didn't help.

If anybody could tell me where I went wrong and fix this problem I'd be grateful.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Dave Chambers
  • 2,483
  • 2
  • 32
  • 55
  • This project has all you need to be able to clone, open, build and run it. Try to clone it again from `master` to other directory. This might help. – Yevhen Dubinin Nov 16 '17 at 06:28

2 Answers2

2

I had the same problem when trying to run this app turns out I just had to run 'pod install'

Mali ko
  • 21
  • 3
1

YOUR_PROJECT_NAME.pbxproj is missing. seems like something went wrong when pushing your project to the server...

André Slotta
  • 13,774
  • 2
  • 22
  • 34