-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cocoapod error #11
Comments
This SDK is outdated. Please update to the latest version of the SDK directly from this repository in the releases tab: https://github.com/voxeet/voxeet-ios-sdk/releases If you are also using the ConferenceKit, you can check them directly here: |
You probably build the file "VoxeetSDK.framework.zip" with debug options, it gives unsupported architecture x86_64 i386 error 😕 |
I'm closing this issue. Please reopen a new one with more information about it. @VTCoco will be able to give more information about the use of devices instead of emulators |
Hello @caglarcakar, this compilation issue will be patched in the next release in few days.It's a known Xcode compilation issue from 10.2.1 (the SDK is already compiled with release option). |
Only Objective-C projects compiled with simulator are affected (Cordova uses ObjC). |
No, my project is pure swift. The solution I found : https://stackoverflow.com/questions/30547283/submit-to-app-store-issues-unsupported-architecture-x86/39489491 |
You were talking about pushing (archiving) an app with VoxeetSDK. |
Describe the bug
I am getting "VoxeetSDK compiled with older version of Swift language" error if I add sdk with cocoapod. I tried to build with both swift 4 and swift 5 but the same.
Steps to Reproduce the Problem
Minimalistic code (recommended)
ld: /Users//ProjectName/Pods/VoxeetSDK/VoxeetSDK/VoxeetSDK.framework/VoxeetSDK compiled with older version of Swift language (unknown ABI version 0x06) than previous files (unknown ABI version 0x07) file '/Users//ProjectName/Pods/VoxeetSDK/VoxeetSDK/VoxeetSDK.framework/VoxeetSDK' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Specifications
The text was updated successfully, but these errors were encountered: