0

I can't get Xcode Cloud past these "Unable to load contents of file list: '/Target Support Files/Pods-MyApp/Pods-MyApp-frameworks-Release-output-files.xcfilelist'" errors. I've tried:

  • pod deintegrate/install
  • cleaning and restarting Xcode (14.3)
  • verified that the xcfilelist paths exist on my machine
  • removed input files from my run script build phase

I can create archives manually and upload them to Apple.

enter image description here

soleil
  • 12,133
  • 33
  • 112
  • 183
  • I guess this file path `/Target Support Files/Pods-MyApp/Pods-MyApp-frameworks-Release-output-files.xcfilelist` has to be appended with the current directory path and all. Your repo path will be`CI_WORKSPACE` – Teju Amirthi Jun 13 '23 at 15:18

1 Answers1

0

We are getting a very similar error. However, it is flaky, if we rerun the build it works most of the time. Sometimes even from the first time.

build errors

superphil0
  • 94
  • 8