We’re currently integrating payment features that require the inclusion of 10 .xcframework files. I’m using a template for integrating these frameworks, and while the project builds successfully after adding the .xcframework files to the Xcode project, it crashes when launching the iOS sample app on a device. If I remove the .xcframework files, the app runs without issues.
Could you advise if all the frameworks added to the Xcode project need to be referenced specifically in the iOS binding library or .NET MAUI project?
Hi,
We’re currently integrating payment features that require the inclusion of 10 .xcframework files. I’m using a template for integrating these frameworks, and while the project builds successfully after adding the .xcframework files to the Xcode project, it crashes when launching the iOS sample app on a device. If I remove the .xcframework files, the app runs without issues.
Could you advise if all the frameworks added to the Xcode project need to be referenced specifically in the iOS binding library or .NET MAUI project?
Thanks, Adarsh
iOS binding library .csproj ->
.NET Maui csproj ->