bberak / react-native-game-engine-handbook

A React Native app showcasing some examples using react-native-game-engine πŸ’βœ¨
MIT License
598 stars 85 forks source link

Can't get up and running on iOS Simulator. #4

Closed xpol closed 6 years ago

xpol commented 6 years ago

Clone project follow the doc, fail to build. Then upgrade react-native to 0.56.0, it builds, but fail to run, the app crash at startup. Then upgrade all to latest with yarn upgrade --latest, same as above.

bberak commented 6 years ago

Hi @xpol,

What version of NPM (yarn?) and Node are you running?

Also, after you clone, what is the message you get when you fail to build?

Are you building with react-native run-ios --configuration Release or just react-native run-ios ?

Cheers!

bberak commented 6 years ago

Hi @xpol,

I've updated some dependencies and verified that the app works on my simulator. I'm running node 8.9.4 and npm 5.6.0

Give the following another shot, I'm hopeful you'll have better restuls

git clone https://github.com/bberak/react-native-game-engine-handbook.git

cd react-native-game-engine-handbook

npm install

react-native link

react-native run-ios --configuration Release

Feel free to reopen this issue if you're still having problems.

Cheers

xpol commented 6 years ago

Thank you very much! Boris Berak notifications@github.com于2018εΉ΄9月16ζ—₯ 周ζ—₯上午12:50ε†™ι“οΌš

Hi @xpol https://github.com/xpol,

I've updated some dependencies and verified that the app works on my simulator. I'm running node 8.9.4 and npm 5.6.0

Give the following another shot, I'm hopeful you'll have better restuls

git clone https://github.com/bberak/react-native-game-engine-handbook.git

cd react-native-game-engine-handbook

npm install

react-native link

react-native run-ios --configuration Release

Feel free to reopen this issue if you're still having problems.

Cheers

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bberak/react-native-game-engine-handbook/issues/4#issuecomment-421598228, or mute the thread https://github.com/notifications/unsubscribe-auth/AABPGG6s7EhNSuIWQF3qLcK_d_AnYX5oks5ubS_DgaJpZM4WWojR .