tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
405 stars 279 forks source link

XCode unable to find strip-frameworks.sh #293

Closed frodoe7 closed 2 years ago

frodoe7 commented 5 years ago

that's the error I'm getting :

./Frameworks/Intercom.framework/strip-frameworks.sh: No such file or directory Command PhaseScriptExecution failed with a nonzero exit code

I downloaded the Intercom for IOS

it seems Xcode does not watch all contents inside it , it only see the headers folder ,, as shown in the below image

code

however there's more folders and files beside the headers folder , as shown below

code

the linked binaries :

code

embedding the framework and running the script

code

kashi-halma commented 5 years ago

I am encountering this same issue. Did you perhaps find a solution?

ifero commented 5 years ago

I had to remove this kind of build phase when I've started using Cocoapods. Don't know if it is your case

canpoyrazoglu commented 5 years ago

Had the same problem. I've moved the strip script to the end of the build phase list (by dragging and dropping) and it worked.