fix/iOS: Load realm-wrapper DLL using MainBundle.PrivateFrameworksPath#3718
fix/iOS: Load realm-wrapper DLL using MainBundle.PrivateFrameworksPath#3718EmilienDup wants to merge 1 commit intorealm:communityfrom
Conversation
Using Reflection to evaluate MainBundle.PrivateFrameworksPath on iOS
|
Most failures are red herrings due to GHA not liking an external contributor creating checks. The real issues are the wrapper builds for apple platforms and android. The apple builds should be fixed by realm/realm-core#8091, while for Android, we'll need to bump the runner (it's currently using |
|
I created #3719 - let's hope that resolves the CI issues. |
|
As noted in #3711 (comment), the issue is likely caused by Single-file apps no longer look for native libraries in executable directory . The recommended action by Microsoft stated in this breaking change notice is this:
This PR doesn't do this, so it shouldn't be merged. |
Using Reflection to evaluate
MainBundle.PrivateFrameworksPathon iOSDescription
Fixes #3711
Allows Realm to work in net10-ios apps.
This change is minimal.
It is based on #3714 (comment)
Replaces #3714
TODO