-
Notifications
You must be signed in to change notification settings - Fork 1.9k
.net Maui iOS BundleResource Missing / Not Working #8301
Copy link
Copy link
Closed
Labels
area-single-projectSplash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, ResizetizerSplash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizerplatform/ioss/needs-verificationIndicates that this issue needs initial verification before further triage will happenIndicates that this issue needs initial verification before further triage will happent/bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
area-single-projectSplash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, ResizetizerSplash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizerplatform/ioss/needs-verificationIndicates that this issue needs initial verification before further triage will happenIndicates that this issue needs initial verification before further triage will happent/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
For firebase services the the "GoogleService-Info.plist" file build action has to be set as "BundleResource". The build action is not available in the visual studio selecten and also does not work when setting in the project file:
The following errror occurs when "Firebase.Core.App.Configure()" is called:
ObjCRuntime.ObjCException: 'Objective-C exception thrown. Name: com.firebase.core Reason: FirebaseApp.configure() could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/. Native stack trace:Steps to Reproduce
Version with bug
6.0.400 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
All
Did you find any workaround?
Yes the configuration can be set in code
Relevant log output
No response