Reputation: 75
Somebody please save me.
This is the error I'm getting. I've tried cleaning, doing a build clean, pod installs and updates. I have not found a solution.
Shell Script Invocation Error Group /Users/arthuraraujo/Library/Developer/Xcode/DerivedData/Anti-Social_Club-gizjofrkxroutxezxlbuadlvpwbo/Build/Products/Debug-iphoneos/Anti-Social: No such file or directory
Upvotes: 7
Views: 13277
Reputation: 2065
Go to your build phases and remove libReact.a from the linked libraries.
Then add libReact.a but select this one:
libReact.a from 'React' target in 'Pods' project
Upvotes: 1
Reputation: 1960
Possible duplicate of: Xcode 8 Shell Script Invocation Error
Here is what I did when I got this:
Upvotes: 1
Reputation: 1214
I have similar issues in the past and doing the following work for me. Hope your problem is same as mine:
Upvotes: 4
Reputation: 680
It is hard to really tell you the solution with just the information provided. However, the first thing I would try is deleting the derived data, as CodeBender stated. You should also look at your search paths in your project's building settings to make sure your pods are correct/ connecting your pods files to your project.
Upvotes: 1