0

In My Podfile, I have a post_install hook that has the following line of code:

FileUtils.cp_r('Pods/Target Support Files/Pods-MyApp/Pods-MyApp-Acknowledgements.plist', 'MyApp/SupportingFiles/Settings.bundle/Acknowledgements.plist', :remove_destination => true)

Now, this has worked for a very long time for me, however, I recently started using Xcode Cloud for some build automation, and when running this code I had the following error in xcode cloud:

No such file or directory @ rb_file_s_stat - Pods/Target Support Files/Pods-MyApp/Pods-MyApp-Acknowledgements.plist 

Not sure if this has to do with Xcode Cloud or something else entirely.

Cocoapods version 1.11.3 is used on my device, and same version was used by Xcode Cloud.

only difference I can tell is that Xcode cloud is using Ventura - my machine is still using Monterey.

anyone have any ideas on how to fix, i would appreciate it.

daredevil1234
  • 1,303
  • 1
  • 10
  • 34

0 Answers0