'Realm v10 database in Xamarin iOS project won't build - "No matching framework found inside...realm-wrappers.xcframework"
I'm attempting to upgrade the Realm database version I'm using in my Xamarin Forms project, from v5 up to the latest v10.
The original Realm database has been working fine for years, however when I try to use Realm v10 I can build the Android project successfully, but when I attempt to build the iOS project I get the error:
"No matching framework found inside 'C:\Users\MyName.nuget\packages\realm\10.11.1\build..\native\ios\universal\realm-wrappers.xcframework'"
...and I'm at a loss. A Google search is very scant on the subject, so I don't have any direction to get this build working.
I'm using Windows 10, Visual Studio 2022, linked to a macOS Monterey build server with Xcode 13.3.1
EDIT: As advised, I have opened an issue on GitHub for this: https://github.com/realm/realm-dotnet/issues/2914
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
