ThreadsMobileLib / edna-sdk-ios

edna iOS sdk release libraries and demo project
11 stars 4 forks source link

Need compile with 4.1 swift #2

Closed alexejn closed 6 years ago

alexejn commented 6 years ago

ld: /Users/alexej_ne/JOB/PushDemo/ChatDemo/PushServerAPI.framework/PushServerAPI compiled with older version of Swift language (4.0) than previous files (unknown ABI version 0x06) file '/Users/alexej_ne/JOB/PushDemo/ChatDemo/PushServerAPI.framework/PushServerAPI' for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Luten commented 6 years ago

@alexejn Which version did you use? Swift4.1 support enabled in separate branch: swift4.1_xcode9.3+, latest release is v2.38.101

alexejn commented 6 years ago

ok, thx