when cd ios; pod install
[!] No podspec found for react-native-fbsdk in ../node_modules/react-native-fbsdk/iOS
it can be fixed by running the following comamnd:
$ npm install react-native-fbsdk
same thing happens to me.
react-native v0.28
tried
$ npm install react-native-fbsdk
with no success
same error here:
[!] No podspec found for react-native-fbsdk in ../node_modules/react-native-fbsdk/iOS
any ideas?
Updated: the file react-native-fbsdk.podspec was vanishing after nmp install. need to recreate it by hand.
Now no errors.
This was a problem with react-native-fbsdk, the podspec was missing. Should be fixed now, I'll upgrade package.json soon.
Most helpful comment
it can be fixed by running the following comamnd: