-
Notifications
You must be signed in to change notification settings - Fork 34
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
Compilation error after migration from 8.5 to 10.0 #272
Comments
Hi @marekhac Thanks for raising the issue. Looks like a compatible issue between our SDK been compiled in Xcode 16 and attempting to use it in Xcode 15.4, which we will review further. In the meantime, is it possible for you to upgrade and try it with Xcode 16? |
Thanks @KevBrodigan for answer. I've made a quick test and created a fresh app on Xcode 15.2 (yes, this is exact version that I'm using). Next I've added SwrveSDK SDK 10.0 using SPM, and the pin this library to the target. And it works! So I started to search for settings in my project that can collide with SwrveSDK. And after adding |
@marekhac So just to clarify, if you remove -ObjC, does it work for your project? Is that a viable workaround for you? |
@KevBrodigan Yes, removing the |
Hi! I can't migrate from the ver.
8.5
to10.0
. My app needs to be run on iOS 13.0. I'm using Xcode 15.4 and updated SwrveSDK using SPM. I've updated the code to use new methods, but the project doesn't build. I've got a bunch of errors like this:Have you got any clue, what can be wrong ? Thanks in advance.
The text was updated successfully, but these errors were encountered: