Closed grajuu closed 4 years ago
@grajuu You didn't strictly follow my tutorial! It says to use the following versions:
npm i -g generator-jhipster@5.8.0
npm i -g ignite-cli@2.2.2 ignite-jhipster@2.0.3
😉
I Agree @mraible , i upgraded it knowingly :) , Do i need to change something ..?
or use different set of commands for this work.!
Can you please help me it this. Thanks in advance 😉😉
Are you using Xcode 11? I'm guessing you are using Xcode 10, because the same error is here: https://github.com/wix/react-native-navigation/issues/5746 and it states it requires Xcode 11+.
It would help to provide the output of ignite doctor
(run in your generated app directory) which should tell us the Xcode version.
I just did a quick test and the app generates and launches with the latest versions of ignite-cli
and ignite-jhipster
, but if you don't want to upgrade Xcode you can try using an old version.
To generate with a specific version of ignite-jhipster
, you can pass it to the generation command like:
ignite new HealthPoints -b ignite-jhipster@2.0.3
Otherwise, it will fetch the latest release from npm by default. Note that any v2 release of ignite-jhipster
requires v2 of ignite-cli
Yes your are Right, @ruddell, I was using Xcode 10, Now i upgraded to
HealthPoints mardubudi$ ignite doctor
System
platform darwin
arch x64
cpu 4 cores Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz
directory HealthPoints /Users/mardubudi/Documents/PBIS-REPO/tis-jhip/react-native-spr-boot-mvn/HealthPoints
JavaScript
node 12.16.1 /usr/local/bin/node
npm 6.13.4 /usr/local/bin/npm
yarn 1.22.4 /usr/local/bin/yarn
Ignite
ignite-cli 3.5.1 /usr/local/bin/ignite
ignite src build /Users/mardubudi/.config/yarn/global/node_modules/ignite-cli/build
name HealthPoints
createdWith 3.5.1
boilerplate ignite-jhipster
jhipsterDirectory ../jhipster-api
authType oauth2
searchEngine true
websockets -
detox true
askToOverwrite -
generators {"entity":"ignite-jhipster","import-jdl":"ignite-jhipster","upgrade":"ignite-jhipster"}
boilerplateVersion 3.5.2
Android
java 11.0.4 /usr/bin/java
android home - undefined
iOS
xcode 11.4.1
cocoapods 1.9.1 /usr/local/bin/pod
Now Every thing working with flying colors , Thanks for the help!~~
React-Native using "ignite" having no Show on simulator
Hey @mraible ,
I strictly followed your "Build a Mobile App with React Native and Spring Boot"
with
and
Application on web browser is showing up super cool, but creating reactive native by command " ignite new HealthPoints -b ignite-jhipster " followed by
pod install
from ios directoryand trying to launch it by command
run react-native run-ios
but the build is getting filed with following error. Can please have a look if it some configuration issue.