F8app: [!] No podspec found for `react-native-fbsdk` in `../node_modules/react-native-fbsdk/iOS`

Created on 4 Jul 2016  路  3Comments  路  Source: fbsamples/f8app

when cd ios; pod install
[!] No podspec found for react-native-fbsdk in ../node_modules/react-native-fbsdk/iOS

Most helpful comment

it can be fixed by running the following comamnd:

$ npm install react-native-fbsdk

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings