kaandedeoglu / Shark

Swift CLI for strong-typing images, colors, storyboards, fonts and localizations
MIT License
381 stars 15 forks source link

Build issue with XCode 7.3 #5

Closed krodak closed 8 years ago

krodak commented 8 years ago

Hi, I've been successfully using your script with XCode 7.2 and Swift 2.0

Now, after migration to new XCode 7.3, my builds with Shark run scripts are failing.

screen shot 2016-03-29 at 11 47 44

Build is failling with exit code 133:

screen shot 2016-03-29 at 11 48 31
kaandedeoglu commented 8 years ago

@krodak I've rebuilt the binary with the Swift 2.2 toolchain, it should all work now after you pod update. Sorry for the slight delay. Please let me know if it works. Also thank you for bringing this up