xamarin / GoogleApisForiOSComponents

MIT License
225 stars 156 forks source link

ld: building for iOS Simulator, but linking in object file built for iOS #642

Open dationguyen opened 6 months ago

dationguyen commented 6 months ago

Hi guys

I am using Xamarin.Google.iOS.Place 6.0.0.1, works fine when my project is still in net 7 After Updating my project to net 8 i started to get this error ld: building for iOS Simulator, but linking in object file built for iOS, file '/Users/******/Library/Caches/XamarinBuildDownload/GMps-6.0.1/Maps/Frameworks/GoogleMaps.framework/GoogleMaps' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any idea? Thanks

florian-krueger commented 5 months ago

Same here