Giter Club home page Giter Club logo

Comments (14)

SupriyaKalghatgi avatar SupriyaKalghatgi commented on June 8, 2024

@cpalanzo You can refer SO for such generic questions

from native-starter-kit.

cpalanzo avatar cpalanzo commented on June 8, 2024

I looked in the documentation and it was not clear.The Normal path of opening the XCODE project and compiling it did not work.There were websocket compile issues - AND signing issues. 
This would be a logical next step for any developer - running on the simulator is good - but running on real devices is better.
Please reference exact links - I'm sure others will have this problem.
And yes, I know XCODE is a PAIN to work with. -----------------------------------------------------------------------------------------------------------  "The faster you react, the less you think. Not always, but often." - Jason Fried

  From: SupriyaKalghatgi <[email protected]>

To: start-react/native-starter-kit [email protected]
Cc: Charlie Palanzo [email protected]; Mention [email protected]
Sent: Thursday, September 29, 2016 8:37 AM
Subject: Re: [start-react/native-starter-kit] How to run starter kit on actual iOS and Android devices (#40)

@cpalanzo You can refer SO for such generic questions—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

from native-starter-kit.

SupriyaKalghatgi avatar SupriyaKalghatgi commented on June 8, 2024

@cpalanzo Did you try this?
Run Apps on iPhone

from native-starter-kit.

cpalanzo avatar cpalanzo commented on June 8, 2024

Yes.. but I will do it again and record/screen-capture any errors.I've already developed and released apps to both the App Store and Google play .. but maybe something with XCODE 8 is configured wrong.
Thanks, -----------------------------------------------------------------------------------------------------------  "The faster you react, the less you think. Not always, but often." - Jason Fried

  From: SupriyaKalghatgi <[email protected]>

To: start-react/native-starter-kit [email protected]
Cc: Charlie Palanzo [email protected]; Mention [email protected]
Sent: Thursday, September 29, 2016 10:20 AM
Subject: Re: [start-react/native-starter-kit] How to run starter kit on actual iOS and Android devices (#40)

@cpalanzo Did you try this?
Run Apps on iPhone—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

from native-starter-kit.

cpalanzo avatar cpalanzo commented on June 8, 2024

Okay... I ran a more complete trial this morning with XCODE - and have found TWO sets of problems.
1 - Two Web Socket Compile errors in the code
then after I comment out the offending errors
2 - Signing Identify problems I can't figure out

First I ran react-native from the terminal - it all worked find as this screenshot shows:
screenshot 2016-09-30 07 09 06

I closed everything and opened XCODE 8.0 directly - I get TWO Web Socket build errors as shown in two screens below:
screenshot 2016-09-30 07 10 06

screenshot 2016-09-30 07 10 15

I simply commented out the two offending lines with //... then I try and build and get a signing error as shown:
screenshot 2016-09-30 07 14 14

I try two (actually more) combinations of signing options - but could NOT find one that works. Note: I have an active developer account. Not sure what is going on here. Detail at last screenshot.
screenshot 2016-09-30 07 17 23

screenshot 2016-09-30 07 15 07

screenshot 2016-09-30 07 17 13

from native-starter-kit.

cpalanzo avatar cpalanzo commented on June 8, 2024

I posted additional details / with screenshots - there are issues to running in XCODE.. please take a look on Github., view it on GitHub,
 -----------------------------------------------------------------------------------------------------------  "The faster you react, the less you think. Not always, but often." - Jason Fried

  From: SupriyaKalghatgi <[email protected]>

To: start-react/native-starter-kit [email protected]
Cc: Charlie Palanzo [email protected]; Mention [email protected]
Sent: Thursday, September 29, 2016 10:20 AM
Subject: Re: [start-react/native-starter-kit] How to run starter kit on actual iOS and Android devices (#40)

@cpalanzo Did you try this?
Run Apps on iPhone—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

from native-starter-kit.

cpalanzo avatar cpalanzo commented on June 8, 2024

Where does this stand? Please help me out so I can move forward with the evaluation.Charlie -----------------------------------------------------------------------------------------------------------  "The faster you react, the less you think. Not always, but often." - Jason Fried

  From: SupriyaKalghatgi <[email protected]>

To: start-react/native-starter-kit [email protected]
Cc: Charlie Palanzo [email protected]; Mention [email protected]
Sent: Thursday, September 29, 2016 10:20 AM
Subject: Re: [start-react/native-starter-kit] How to run starter kit on actual iOS and Android devices (#40)

@cpalanzo Did you try this?
Run Apps on iPhone—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

from native-starter-kit.

sanketsahu avatar sanketsahu commented on June 8, 2024

From the docs:
https://facebook.github.io/react-native/docs/running-on-device-ios.html

from native-starter-kit.

cpalanzo avatar cpalanzo commented on June 8, 2024

You keep pointing me back to the docs.. I've looked. I will look again but I'm dealing with:1. Websocket errors .. and2. Signing errors
I've built multiple iOS apps and this is the first one that is having problems. How can I evaluate your packages if I can't run them on devices - only in simulators?
 -----------------------------------------------------------------------------------------------------------  "The faster you react, the less you think. Not always, but often." - Jason Fried

  From: Kumar Sanket (aka Sanket Sahu) <[email protected]>

To: start-react/native-starter-kit [email protected]
Cc: Charlie Palanzo [email protected]; Mention [email protected]
Sent: Tuesday, October 4, 2016 4:45 AM
Subject: Re: [start-react/native-starter-kit] How to run starter kit on actual iOS and Android devices (#40)

From the docs:
https://facebook.github.io/react-native/docs/running-on-device-ios.html—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

from native-starter-kit.

SupriyaKalghatgi avatar SupriyaKalghatgi commented on June 8, 2024

@cpalanzo In Xcode 8.0, you need to SignIn for tests section also.
Check this
screen shot 2016-10-13 at 1 20 51 pm
Let me know if this solves your problem.

from native-starter-kit.

cpalanzo avatar cpalanzo commented on June 8, 2024

Finally!It didn't work at first - that would be TOO easy for iOS.I had to use automated settings for the NativeStarterKit target ... and manual settings for NativeStarterKitTests.
XCODE and the iOS development systems GUARANTEE job security for anyone who understands their complexity - just being able to figure out build settings seems like a reasonable basis for a consultancy.Imagine - getting code to run on a target is harder than writing the code in the first place? Only APPLE.
That said - since you have a decent react native starter kit - I think it would be in your best interests to capture and post the complete method of launching iOS and running on real iOS products. Simulation is good - but as soon as that runs any reasonable person will want to see the starter kit on live hardware.
Charlie -----------------------------------------------------------------------------------------------------------  "The faster you react, the less you think. Not always, but often." - Jason Fried

  From: SupriyaKalghatgi <[email protected]>

To: start-react/native-starter-kit [email protected]
Cc: Charlie Palanzo [email protected]; Mention [email protected]
Sent: Thursday, October 13, 2016 3:53 AM
Subject: Re: [start-react/native-starter-kit] How to run starter kit on actual iOS and Android devices (#40)

@cpalanzo In Xcode 8.0, you need to SignIn for tests section also.
Check this

Let me know if this solves your problem.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

from native-starter-kit.

SupriyaKalghatgi avatar SupriyaKalghatgi commented on June 8, 2024

@cpalanzo Are you still facing issue?

from native-starter-kit.

cpalanzo avatar cpalanzo commented on June 8, 2024

No - as in my comments above your solution worked - just configuring XCODE is a major headache.Thanks,c -----------------------------------------------------------------------------------------------------------  "The faster you react, the less you think. Not always, but often." - Jason Fried

  From: SupriyaKalghatgi <[email protected]>

To: start-react/native-starter-kit [email protected]
Cc: Charlie Palanzo [email protected]; Mention [email protected]
Sent: Friday, November 11, 2016 12:39 AM
Subject: Re: [start-react/native-starter-kit] How to run starter kit on actual iOS and Android devices (#40)

@cpalanzo Are you still facing issue?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

from native-starter-kit.

SupriyaKalghatgi avatar SupriyaKalghatgi commented on June 8, 2024

@cpalanzo Sounds good

Do check the latest release of NSK

from native-starter-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.