What should the (XCode) framework search path look like for XCFrameworks?
My ios build doesn't find my (KMM) module, there were (several) differences in the search path.
XCode is expecting a "Debug" directory when gradle generated "debug", and gradle is creating (architecture?) directories called (eg) ios-x86_64-simulator and originally the search path was looking for iphoneos15.4.
I'm running Gradle 7.5.1 with Kotlin 1.7.20, but perhaps I've got old definitions lying around?