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
I am getting a error when i do pod install for you library Undefined symbols for architecture armv7: "__RCTLogFormat", referenced from: -[RNGcmIOS setBridge:] in libreact-native-gcm-ios.a(RNGcmIOS.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Please help to solve this error.
The text was updated successfully, but these errors were encountered:
Uncomment this line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
Pods for
pod 'react-native-gcm-ios', :path => '../node_modules/react-native-gcm-ios'
target '' do
inherit! :search_paths
# Pods for testing
end
end`
This is what my podfile looks like. I have many dependencies that dosen't require cocapods so i didn't do it for all dependencies. But i will try this approach.
I am getting a error when i do pod install for you library
Undefined symbols for architecture armv7: "__RCTLogFormat", referenced from: -[RNGcmIOS setBridge:] in libreact-native-gcm-ios.a(RNGcmIOS.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Please help to solve this error.
The text was updated successfully, but these errors were encountered: