0

When building, I get this error:

/Users/alexgenadinik/Library/Developer/Xcode/DerivedData/Marketing-akudmwjaqoqngcgmfqqnygpscroj/Build/Intermediates/Marketing.build/Debug-iphonesimulator/Marketing.build/Script-99A4E58F6D8E4565916AF78B.sh: line 2: /Users/alexgenadinik/Desktop/Marketing/Pods/Pods-resources.sh: No such file or directory

I went into this file: Script-99A4E58F6D8E4565916AF78B.sh and deleted the references to the pods, but I think it gets auto-generated so it keeps getting re-created.

Would anyone know how to prevent it from getting regenerated? Where might the setting for this be?

Thanks!

Genadinik
  • 18,153
  • 63
  • 185
  • 284

1 Answers1

1

See this SO post: How to remove CocoaPods from a project? unless you remove the Cocoapods from the workspace entirely, it will still try and run it's scripts.

Community
  • 1
  • 1
Stephen Furlani
  • 6,794
  • 4
  • 31
  • 60