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

launch path not accessible #32

Closed mlabs-jay closed 8 years ago

mlabs-jay commented 8 years ago

I followed the instructions in the readme and swift-express run fails.

OS 10.11.4 xcode 7.3

$ swift-express run Running cxo-report-generator... Unhandled error in RunStep. Error: SubtaskError("Task launch error: launch path not accessible") Subtask Error: Task launch error: launch path not accessible

mlabs-jay commented 8 years ago

looks like this is a known issue https://github.com/crossroadlabs/Express/issues/20

mlabs-jay commented 8 years ago

maybe you should mention in the readme that it doesn't work with xcode 7.3/swift 22

dileping commented 8 years ago

@mlabs-jay

Actually it already does work with Xcode 7.3. How could we reproduce it?

Try it with building first: swift-express bootstrap and swift-express build. Let me know if this one will work for you.

Thanks, Daniel