-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Support iOS and MacOS platforms #11
Comments
Did you put a shared library binary next to your executable? |
As we identified the problem was with different Api level, so should we report an issue on the zeromq library repo? |
It is Working uptil Api 32 Android 12, But Not on Api 33 Android 13 |
Also After Adding IOS platform when I Run giving the same error, could not load zmq |
I don't think it has to do sth. with the ZeroMQ library per se. More likely that the binaries I am supplying are built with Android NDK |
Have you built ZeroMQ binaries for iOS? |
yes r21e does not support latest version yet maybe thats why |
https://docs.flutter.dev/development/platform-integration/ios/c-interop For IOS I dont really understood what does this mean, I replaced the functiion DynamicLibrary.open with DynamicLibrary.process for platform IOS but it gave me errors |
Then I will need to rebuild the android libraries |
On |
Did you follow these instructions? |
Yeah I read The documentation these instructions are for MAc OS support not IOS, for IIOS I have to creata .framework from zmq.a |
for MAcOS it is simple can be done later , IOS is the main problem here |
After updating binaries for android now it supports latest API level |
and please merge changes in the main branch , and add a new version to the package so the changes reflect in the package. |
I want to test it first |
I tried adding support for ios platform but turned out the the version you were using of zmq was different |
IOS-platform Done |
The text was updated successfully, but these errors were encountered: