Temasys / SkylinkSDK-iOS-Sample

Temasys SkylinkSDK for iOS - Sample App - Objective C
https://temasys.io
Other
16 stars 9 forks source link

Is it still work version??? #12

Closed fix2015 closed 5 years ago

fix2015 commented 7 years ago

Hi everybody, i try run this example, did everything that you wrote in README, but it doesn't run, it give error "Invalid argument" and lot of error. Can you check?

2017-05-31 11 57 48
fix2015 commented 7 years ago

i tried Swift version had Build Failed

2017-05-31 13 10 47
fix2015 commented 7 years ago

tried on 2 laptop same result, @RomainPln did you notice that?

amanchawla96 commented 7 years ago

facing exactly same issue. Xcode8 just fills up with errors

RomainPln commented 7 years ago

Hello. This seems related to swift syntax update in swift 3. Have you tried setting the project as swift 2 ? Note that this is just a sample app meant to illustrate the usage of Skylink SDK, the purpose is to give example to make it easier to get the concepts before writing your own app. This app was written last year, we decided to leave it on github after swift update tho in case it helps.

amanchawla96 commented 7 years ago

my main issue was that the dependencies like SocketRocket you are using need to be updated

RomainPln commented 7 years ago

Oh in that case, doesn't running pod update do the trick ?

amanchawla96 commented 7 years ago

No it still uses the same old version of dependencies even after running pod update. I guess it gets the version Skylink pod is using at the time

RomainPln commented 7 years ago

Does your podfile contains pod "SKYLINK" or some specific branch/tag ? tried the usual clean/empty derived data ?

amanchawla96 commented 7 years ago

just pod 'SKYLINK'

RomainPln commented 6 years ago

@lyx501135 Has this been fixed?

lyx501135 commented 6 years ago

Yes, fixed