In Android Studio with Flutter plugin-->Xcode 15. I issue a build command
Running Xcode build...
Xcode build done. 4.9s
Failed to build iOS app
Semantic Issue (Xcode): Use of undeclared identifier 'renderer'
/Users/wjmetcalfiii/.pub-cache/hosted/pub.dev/google_maps_flutter_ios-2.3.1/ios/Classes/GoogleMapController.m:255:25
Encountered error while building for device.
This seems to be a ubiquitous message that many, many people stumble into. I am at a loss as to why some code so far down the stack has such a fundamental declaration error. Does anyone have a technique to debug this in XCode 15? I cannot find any kind of entry point into the stack for, say, the handoff from AS to XCode.