SwiftSH
SwiftSH copied to clipboard
How to integrate SwiftSH in a custom react native library
This is more of a generic pod question. I'm trying to install SwiftSH in my custom react native library which is added as a dependency to my react native ios project. Currently my custom library is linked to ios project as a .xcodeProj. When I install the pod and use my xcworkspace, it's all happy with referencing the pod but, when I add the custom library as a xcodeproj, it doesn't recognise the pod headers.
Is there a way to use the xcodeproj and still use the pods?
@vivek-gunasekaran Hello, did you find an asnwer?