-
Notifications
You must be signed in to change notification settings - Fork 20
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
Undefined symbols when archiving (release build) on iOS #41
Comments
I have hacked this so i can keep publishing my app by removing the Is the proper fix to add |
Hi, I got the exact same issue on my project. |
I think we hit the same issue as well https://github.com/NethermindEth/juno/actions/runs/6404097836/job/17383953404 |
Lots of similar missing symbols here (since upgrading reqwest to a version that uses
|
#43 has been merged, which should address this. |
Is a new crates.io release with the fix coming? |
This is now part of the just published |
The bindings to |
I just came across this error when compiling a release build for iOS:
I am using this library as a transient dependency via
if-watch
and I wonder what the correct way to fix this is.The documentation states that the field is deprecated and no longer exists after MacOS 12.0 what I don't understand is why it is affecting my iOS build (the MacOS build continues to work as expected).
Any ideas?
The text was updated successfully, but these errors were encountered: