unable to open configuration settings file Pods-project.release.xcconfig:1

I am developing my project in expo. I manage to generate the development build on the emulator and on my device.. I can also send the .ipa file to Apple connect but the build never arrives on the panel. I opted for xcode cloud but when trying to generate the build I come across this error unable to open configuration settings file Pods-project.release.xcconfig:1, could someone help me?

Has it been possible to understand what the problem is during this time?

I managed to resolve this issue only by giving up Cocoapods and fully transitioning to SPM (Swift Package Manager). In this case, everything started working immediately. Perhaps this option could work for you as well.

In my case I had the same error, and the solution was running pod install. The error was produced because I cleaned cache and the pods folder with the command `npx react-native-clean-project"

unable to open configuration settings file Pods-project.release.xcconfig:1
 
 
Q