I am trying to build my project using Xcode 15 for iOS 17.
So far I have solved many errors, but I am stuck with this one.
From my understanding GeneratedAssetSymbols
is an auto-generated file created by Xcode to list the resources within your Assets.xcassets
catalog.
I can't figured out why this file can't access the initializer Bundle(for: aClass: AnyClass)
.