IBM-Swift / Kitura-HelloWorld-iOS

A Hello World example of running Kitura on iOS
https://developer.ibm.com/swift/2017/03/13/kitura-ios/
Apache License 2.0
55 stars 16 forks source link

UtilityScripts dir is not found. #1

Closed vherrin closed 7 years ago

vherrin commented 7 years ago

The prereqs specify UtilityScripts path but what I’m seeing is Builder/Scripts instead. Also in the buildCurlStaticLibrary.sh file there is the same dir path of UtilityScripts. Is there a step that I'm missing?

vadimeisenbergibm commented 7 years ago

Fixed in commits: https://github.com/IBM-Swift/Kitura-HelloWorld-iOS/commit/7f6dd15b2f719e623c7391f15526e837d64ee017 https://github.com/IBM-Swift/Kitura-HelloWorld-iOS/commit/166fa1cf74f4984cc093f89e01eecf6925920b90

Instead of UtilityScripts, Builder/Scripts should be used, after running make Builder/Makefile