As was suggested in comments of PR #163
Could we improve this by being more specific?
$(SRCROOT)/../../../ios/Pods/Intercom/
This library is not working for me not with manual install nor with pod based install (pod 'react-native-intercom', :path => '../node_modules/react-native-intercom') due to this error.
Is there some specific reason why this library has to search through everything in Pods?
Edit: btw. the problem, at least for me, is definitely when React is installed in Pods dir, there are just too many files to go through recursively as React brings a little something called node_modules into the play :)
As was suggested in comments of PR #163
This library is not working for me not with manual install nor with pod based install (
pod 'react-native-intercom', :path => '../node_modules/react-native-intercom') due to this error.Is there some specific reason why this library has to search through everything in Pods?
Edit: btw. the problem, at least for me, is definitely when React is installed in Pods dir, there are just too many files to go through recursively as React brings a little something called node_modules into the play :)