OmniVirt / OmniVirt-iOS-SDK

360° Video VR Advertising and Embed Player for iOS Apps
https://www.omnivirt.com/
MIT License
8 stars 8 forks source link

OmniVirtSDK compiled with older version of Swift language (unknown ABI version 0x06) #6

Open cocktailkrabbe opened 5 years ago

cocktailkrabbe commented 5 years ago

We would like to integrate the Player SDK into an existing Objective-C project. Using Xcode 10.2 and OmniVirt 1.6.0. Swift 4.2 is selected.

Got this error "/Users/.../Development/.../Pods/OmniVirtSDK/OmniVirtSDK.framework/OmniVirtSDK compiled with older version of Swift language (unknown ABI version 0x06) than previous files (unknown ABI version 0x07) file '/Users/.../Development/.../Pods/OmniVirtSDK/OmniVirtSDK.framework/OmniVirtSDK' for architecture x86_64"

Thanks for your help!

iGranDav commented 5 years ago

Same issue here with swift 5 on 1.6.0.

Module compiled with Swift 4.2 cannot be imported by the Swift 5.0 compiler

iGranDav commented 5 years ago

Just tried with your version 1.7.0 which not yet available on cocoapods repo. But it was compiled with the swift 4.2.1 compiler, so the issue remains intact.

Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0 compiler