bitcoinvsalts / react-native-firebase-starter

The ultimate React Native starter using Firebase, Mobx, CodePush, OneSignal made with ♥
http://jsapp.me
MIT License
287 stars 56 forks source link

Cannot start ios app #12

Closed jsam closed 7 years ago

jsam commented 7 years ago

Hello,

I cannot run this starter app in ios simulator. Error I see in console is this one:

#import <React/RCTBridgeModule.h>
        ^
1 error generated.

and the simulator error says:

undefined is not an object (evaluating RNFetchBlob.DocumentDir)

Any input on how to solve this?

bitcoinvsalts commented 7 years ago

Did you install all the node packages?

Did you run the following command? react-native link

What version of rn are you using?

jsam commented 7 years ago

1) Yes 2) Yes 3) 0.40.0

bitcoinvsalts commented 7 years ago

There are currently some issues with 0.40. Can you try with 0.38 please?

kevintseng commented 7 years ago

using 0.38, unable to run iOS Got missing info.plist error

bitcoinvsalts commented 7 years ago

I will push a new update today or tomorrow. that will fix this issue.

bitcoinvsalts commented 7 years ago

I updated the repo. Can you please try again?

Hervé