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

crosswall-ios in xcodes-8+ can not compile #81

Open xhsiung opened 7 years ago

xhsiung commented 7 years ago

i use Cordova plugin support chappter step by step. But install pod crosswall-ios and tehn build error. Somebody can help ? some message are syntax error.

alexszilagyi commented 7 years ago

@xhsiung : What Swift version do you use? I'm trying the same thing on:

Xcode: Version 8.3.1 (8E1000a) Swift: Apple Swift version 3.1 (swiftlang-802.0.51 clang-802.0.41) Target: x86_64-apple-macosx10.9

You can check your Swift version by using the following command in the terminal: xcrun swift -version

alexszilagyi commented 7 years ago

@xhsiung : Ended up using this repo, have a look! :)