Xcode 8 Shell Script Invocation Error

Xcode 8 Shell Script Invocation Error

I just deleted cocoapods beta version and installed the normal one.

How can I fix this error about the shell script invocation Error in Xcode 8?

I fixed this problem. I need to reinstall/update the new podfile data.
I'm create a new project and copy the word of podfile to old podfile. Also, open the Terminal and cd to the old project path and "pod update".

MARK: you will be careful that if you're having the framework in the old podfile.

I hold this solution can help you

Shell Script Invocation Error with Crashlytics Xcode 8

So I changed

${PODS_ROOT}/Fabric/run

to

"${PODS_ROOT}/Fabric/run"

In macOS Sierra beta.

Shell script invocation error command /bin/sh failed with exit code 1

In my case:

  1. Clean Product
  2. Clean Build Folder
  3. Open derived data folder from Xcode
  4. Quit XCode
  5. Delete Derived data
  6. Delete derived data from Trash as well
  7. Open Xcode
  8. Run your app

If this doesn't solve your problem, remove your account and add it again using below steps:

  1. Open Preferences from XCode menu
  2. Goto Accounts
  3. Select your developer account under Apple IDs
  4. Remove that account
  5. Add your account back

This should solve your problem.

xcode shell script invocation error: No such file or directory

The answer is here. Just avoid curly quotes, when using your shell scripts.

Cocoa Pods Shell Script Invocation Error

The problem was that I had two Provisioning Profiles with the same name. I don't know why, but CocoaPods was setting the wrong one for the frameworks. After I deleted one, CocoaPods 'caught' the right one and the builds passed.



Related Topics



Leave a reply



Submit