crossroadlabs / Express

Swift Express is a simple, yet unopinionated web application server written in Swift
GNU General Public License v3.0
848 stars 47 forks source link

Failed to discover shared schemes in project MustacheDemoiOS7.xcodeproj #30

Closed deapamukchieva closed 8 years ago

deapamukchieva commented 8 years ago

*\ Cloning Box Failed to discover shared schemes in project MustacheDemoiOS7.xcodeproj—either the project does not have any shared schemes, or xcodebuild never returned

dileping commented 8 years ago

@deapamukchieva Thanks for the report. It looks like you are trying to build your app by Carthage and not the Swift Express command line tools.

If you do so, you need to specify a platform you are building for and tell it you need to omit binaries. Something like carthage bootstrap --platform mac --no-use-binaries

Let me know if it will work for you, please.