Coder Social home page Coder Social logo

Xcode works normally during real machine debugging, but when disconnected, clicking on the app to open will crash. The mobile system is 13.8. No problem with systems above 14 about react-native HOT 7 OPEN

xialun avatar xialun commented on June 7, 2024
Xcode works normally during real machine debugging, but when disconnected, clicking on the app to open will crash. The mobile system is 13.8. No problem with systems above 14

from react-native.

Comments (7)

github-actions avatar github-actions commented on June 7, 2024
⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.

from react-native.

cipolleschi avatar cipolleschi commented on June 7, 2024

Xcode 15.3 is bugged. Apple rewrote the linker and dropped support for weak symbols.
They fixed in Xcode 15.0 and 15.1 with a new flag and then fixed for good in Xcode 15.2.
Unfortunately, it regressed in 15.3.

Can you check if the problem persist when using Xcode 15.2?

This other issue might give you more information: #42230.

from react-native.

xialun avatar xialun commented on June 7, 2024

Xcode 15.2 have same question,project have local framework;if remove the local others sdk,the projec run nomal.If fix all local sdk into the project ,run app in iphone of ios13.7 normally but disconected tap app crash

from react-native.

xialun avatar xialun commented on June 7, 2024

demo pah is https://gitee.com/wang-shuaisheng/rn-crash.git ;This path can reproducible

from react-native.

xialun avatar xialun commented on June 7, 2024

we have a other question, app need suppor from ios9. If not init React Native ,how to app run normal below ios13.4

from react-native.

xialun avatar xialun commented on June 7, 2024

app crashed but no detail crash log. The log content is {"app_name":"NewProject","timestamp":"2024-05-08 11:07:59.00 +0800","app_version":"1.0","slice_uuid":"11f4e45e-e911-3b67-88de-329775e72255","adam_id":"0","build_version":"1","bundleID":"www.mynjj.rn","share_with_app_devs":"1","is_first_party":"0","bug_type":"109","os_version":"iPhone OS 13.7 (17H35)","incident_id":"F881568F-C280-485F-8DE0-574FAB3A31CE","name":"NewProject"}

from react-native.

cipolleschi avatar cipolleschi commented on June 7, 2024

we have a other question, app need suppor from ios9. If not init React Native ,how to app run normal below ios13.4

I'm sorry, but this is not supported. last device to support iOS 9 is iPhone 6S and that has been discontinued in 2018.
I strongly suggest you not to target those devices. Nor React Native or any Apple IDE will let you test on those devices.

If fix all local sdk into the project ,run app in iphone of ios13.7 normally but disconected tap app crash

What I understand is that you are:

  1. connecting the phone to the laptop
  2. Build and run the app on the phone
  3. Everything works while the phone is connected
  4. Disconnect the cable
  5. You observe the crash.

Is that correct? What happen if you launch the app from the phone when it is already disconnected?

Observing a crash when disconnecting the phone from the laptop is normal. Every app, even plain iOS apps witouth React Native present that behavior.
The app should run fine on the device if you launch it from the home menu with the phone disconnected.

from react-native.

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.