marcojak / MauiMTAdmob

MIT License
104 stars 17 forks source link

Firebase issues in iOS against .Net 7 #41

Open blmiles opened 9 months ago

blmiles commented 9 months ago

I had this running quite well and ads were showing in a Maui cross-platform solution for Android and iOS target .Net 7

I cleaned the Solution and rebuilt once all was looking good and then get these errors. I've had to remove this plugin and comment the few code snippets and amend the manifest and plist. All back to normal but no ads :(

Any advice from anyone here? I'm sure its an iOS/.Net 7/Firebase version incompatiblity.

Severity Code Description Project File Line Suppression State Error MSB3027 Could not copy "C:\Users\linds.nuget\packages\xamarin.firebase.ios.core\8.10.0.3\lib\net6.0-ios15.4\Firebase.Core.resources\GoogleUtilitiesComponents.xcframework\ios-arm64_x86_64-simulator\GoogleUtilitiesComponents.framework\PrivateHeaders\GULCCComponentContainerInternal.h" to "bin\Debug\net7.0-ios\iossimulator-x64\Firebase.Core.resources\GoogleUtilitiesComponents.xcframework\ios-arm64_x86_64-simulator\GoogleUtilitiesComponents.framework\PrivateHeaders\GULCCComponentContainerInternal.h". Exceeded retry count of 10. Failed.

Severity Code Description Project File Line Suppression State Error MSB3021 Unable to copy file "C:\Users\linds.nuget\packages\xamarin.firebase.ios.core\8.10.0.3\lib\net6.0-ios15.4\Firebase.Core.resources\GoogleUtilitiesComponents.xcframework\ios-arm64_x86_64-simulator\GoogleUtilitiesComponents.framework\PrivateHeaders\GULCCComponentContainerInternal.h" to "bin\Debug\net7.0-ios\iossimulator-x64\Firebase.Core.resources\GoogleUtilitiesComponents.xcframework\ios-arm64_x86_64-simulator\GoogleUtilitiesComponents.framework\PrivateHeaders\GULCCComponentContainerInternal.h". Could not find a part of the path 'bin\Debug\net7.0-ios\iossimulator-x64\Firebase.Core.resources\GoogleUtilitiesComponents.xcframework\ios-arm64_x86_64-simulator\GoogleUtilitiesComponents.framework\PrivateHeaders\GULCCComponentContainerInternal.h'.

tanakamawere commented 9 months ago

https://github.com/xamarin/GoogleApisForiOSComponents/issues/555#issuecomment-1145943195

Please refer to the above mentioned link

blmiles commented 9 months ago

Thanks @tanakamawere , will take a look..