iosflutterxcode-cloud

Xcode Cloud build from Flutter project unable to find included file 'Generated.xcconfig' in search paths


I have no problem building ios project the traditional way, but when trying to build with Xcode Cloud it seems that there is some trouble in finding specific paths. I'm importing the build from the repository, is there a possibility that pod files don't get installed, or does Flutter projects need some additional tweaking that I am missing.

enter image description here


Solution

  • You should add post-clone script.

    See https://docs.flutter.dev/deployment/cd#xcode-cloud.