Yesterday my Xcode projects started failing with the following message:
error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. where "$RESOURCE_PATH" pointed to the hockey app pod.
I've tried:
- pod install
- completely removing cocoa pods integration and re-integrating it with my projects
- uninstalled cocoa pods from my system and reinstalled
Nothing works. Has anyone had this issue or have any suggestions on how to resolve it?