krzyzanowskim / Natalie

Natalie - Storyboard Code Generator (for Swift)
http://blog.krzyzanowskim.com/2015/04/15/natalie-storyboard-code-generator/
MIT License
1.17k stars 74 forks source link

./scripts/build.sh - doesn't seem to work #111

Closed alkalim closed 6 years ago

alkalim commented 6 years ago

Hello,

The build.sh script doesn't seem to build anything.

BUILD_PATH=`xcrun swift build -c release --static-swift-stdlib --show-bin-path`
cp "$BUILD_PATH/natalie" .
echo "Binary at path $PWD/natalie"

It looks like SPM doesn't build anything and just prints bin build path if --show-bin-path option is given

It builds fine if you just run swift build -c release --static-swift-stdlib

Can I submit PR for this?

krzyzanowskim commented 6 years ago

oh my. Sure, please submit PR