You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use SwiftUIDemo App, added Brightroom as SPM, selecting both BrightroomUI and BrightroomEngine.
Other demo features (Crops) work well.
Details
when trying to click Done after editing image I get a crash, on line 177 from "ContentView": self.image = try! stackForHorizontal.makeRenderer().render().swiftUIImage
Fatal error: 'try!' expression unexpectedly raised an error: BrightroomEngine.EditingStackError.unableToCreateRendererInLoading
Reproduce version
Brightroom 2.8.0
XCode 14.0.1
The text was updated successfully, but these errors were encountered:
Overview
Details
self.image = try! stackForHorizontal.makeRenderer().render().swiftUIImage
Fatal error: 'try!' expression unexpectedly raised an error: BrightroomEngine.EditingStackError.unableToCreateRendererInLoading
Reproduce version
The text was updated successfully, but these errors were encountered: