Xcode Cloud

Hi I'm using flutter and integrated the repository to xcode cloud to compile the app and in my machine compiles and uploads fine to testflight but using xcode cloud it throws an error

could not find included file 'Generated.xcconfig' in search paths

it does not make sense to me if I'm honest, but I'm running out of options

The other thing I like to confirm is if xcode cloud works at all with flutter, I'm getting the feeling that is the case

Replies

I am also facing the same issue for Xcode Cloud with GitHub and solve by uploading 'Generated.xcconfig' on GitHub i.e. Remove the 'Generated.xcconfig' file from .gitignore.

most likely the flutter was not built by xcode cloud, try ci_post_clone.sh script

https://docs.flutter.dev/deployment/cd#custom-build-script