You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
native module i'm building uses firebase(installed through cocoa pods). I added "$(SRCROOT)/../../../ios/Pods/**" to header search path in the library native module and now in the Project that uses the native module I keep getting an error at import firebase that No such module 'Firebase' . I have ran react-native link <module_name>
The text was updated successfully, but these errors were encountered:
jasan-s
changed the title
Whats the process of creating a module with Pods
Whats the process of creating a module with cocoapods dependency
Dec 24, 2018
native module i'm building uses firebase(installed through cocoa pods). I added
"$(SRCROOT)/../../../ios/Pods/**"
to header search path in the library native module and now in the Project that uses the native module I keep getting an error atimport firebase
thatNo such module 'Firebase'
. I have ranreact-native link <module_name>
I also added the question on stack overflow https://stackoverflow.com/questions/53911013/
The text was updated successfully, but these errors were encountered: