crosswalk-project / crosswalk-ios

Crosswalk Project for iOS
https://crosswalk-project.org/
BSD 3-Clause "New" or "Revised" License
117 stars 77 forks source link

set SWIFT_VERSION in post_install #76

Open fl4p opened 7 years ago

fl4p commented 7 years ago

Archive will fail otherwise.

See http://stackoverflow.com/questions/38446097/xcode-8-beta-3-use-legacy-swift-issue

fl4p commented 7 years ago

One might need to run this to make the xcodebuild finally working:

sudo gem install cocoapods --pre
cd prj/ios/AppShell && pod update