SwiftUI Previews wont run #6375
Labels
api: analytics
beta-software
Related to using beta iOS or Xcode versions.
SwiftUI
Issues directly related to Apple's SwiftUI framework
zip
Issues related to binary distribution (zip file)
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
Since Xcode 12 b5 (and now b6) SwiftUI previews do not run. Running on a device seems to work fine, however the previews always throw an error.
This seems to have been a change in Xcode 12 since b5, but I'm not sure if it's a bug (and so will be fixed in a later beta past the current b6 where it's still happening) or if this is something that needs to be fixed in Firebase itself.
It sounds like there's a static framework in
GoogleAppMeasurement
that for whoever reason Xcode is unable to run in the simulator (and so SwiftUI previews). Interestingly though however the app does run in the simulator directly, just not SwiftUI previews.Note: I was having this issue also with the ML framework, but then updating it to the latest version got rid of that error and showed this one. It was the same error, but now it's talking about
GoogleAppMeasurement
.Relevant Code:
No specific code available.
The text was updated successfully, but these errors were encountered: