Kebechet / Maui.RevenueCat.InAppBilling

MIT License
12 stars 6 forks source link

App cannot be built for iOS simulator #41

Closed dimangulov closed 1 month ago

dimangulov commented 1 month ago

NET 8.0 Nuget version 4.5.0

I try to build and run the solution in a iOS simulator to check additional layouts, but no luck so far

error : ld: building for iOS Simulator, but linking in dylib built for iOS, file '/Users/anastasiavalter/Library/Caches/Xamarin/mtbs/builds/Mia.Mobile.Shared.Maui/bc09ed9c847d5998ec9366dd658c36ac7eedcea8ef971e0a2ef3b0032d445152/obj/Debug/net8.0-ios/iossimulator-arm64/linker-cache/RevenueCat.framework/RevenueCat'

Kebechet commented 1 month ago

What Mac do you use ? With Intel or M1/M2/M3 CPU ?

Because I found some posts about this problem:

I have also created an issue into xamarin-macios repo: https://github.com/xamarin/xamarin-macios/issues/21328

dimangulov commented 1 month ago

Macbook Air M1

Thanks a lot for your time!

dimangulov commented 1 month ago

Works in 4.5.2, thanks a lot!