"No Bundle Url Present" Error on running react native app on real ios device - react-native

My App was running quiet well on my iPhone XR when i connected it to my mac. things started going wrong when i upgraded my iPhone software to 15 from 14.
after the upgrade, xcode started showing "iPhone is not ready for development" as soon as build process completed. i found it was an issue due to xcode & device ios version mismatch. Hence i upgraded my xcode version to 13.3 from 13.1
Now when i build the app on my iPhone, the build gets successful, it installs the app on my device, it opens up automatically but fails to load from bundler running on my system, showing error in the screenshot attached.
hitting "r" on bundler terminal console also shows "no apps are connected"
enter image description here
the app runs quite well on ios Simulator though, i dont encounter this error while running on simulator

Related

Expo project android emulator issue

I've been working on a react-native app managed mode built on expo, I was working from a mac at first which worked perfectly fine using the IOS simulator it didn't work on android emulator on mac, here i switched to a windows computer and the issue still exists on the android emulator, executing the command "expo start" the app crashes after the splash screen before the logo appears, I tested the app on a real device on the debug mode and it worked! also after deploying the apk file the app works with no issues, the only problem is it's not working on android simulator using expo client, things i tried to solve the issue including trying to reinstall android studio and install the latest version, tried updating expo sdk to latest version also tried playing around with the app.js from where the app launches the first time but still crashes at the same point, it's not showing any errors or warning it just crashes, any suggestion or something i could try would be very helpful thanks.
I am also having a similar issue : after upgrading to the latest release (SDK 41) the android simulator hangs often and the app crash without any errors. But works some time .

Error when testing ionic app on IOS device

I have this error when i test ionic app on IOS device
i have adding the signing but i have the same error
i test this app on browser and emulator is working with xcode but on device ios not working this is the error
Showing Recent Issues
Signing for "MyApp" requires a development team. Select a development team in the Signing & Capabilities editor.
please someone can help me ?
first try to clean and rebuild the project again. But if it works in the browser and emulator, but not on a device. This is a symptom that you havent paid and have a valid anual license of xcode

Titanium SDK 3.5 not adding Splash Screen for iPhone 5

I was using SDK3.4.1 and the build was fine for iPhone, I submitted it successfully on iTunes Connect using Application Loader, but since SDK 3.4.1 doesn't support 64bit it got rejected. I upgraded my sdk to 3.5.0 but this time although I have splash screen present for iPhone 5 (Default-568h#2x.png) but it's keep giving me error that the binary is not iPhone 5 optimized and the splash screen is missing. I'va cleaned, created new project and done everything but cannot solve this problem. Any Help?
Thank you

Get "No such file or directory" when testing on iPad device but not in simulator

I have an app that i am release as iPhone and iPad even if it developed as Universal. The reason is that i have release an English version that is Universal and just want to update the iPhone and iPad Swedish versions as it have been with separate apps for the different devices.
When i run on the iPhone device i have no problems but when testing with iPad i get the message below, which i do not know how to remove:
"Could not launch “FamilyQuiz_3"
No such file or directory (/Users/peterk/Library/Developer/Xcode/DerivedData/MyApp_3-fosmfwberzyfryenqrjlfpacftjv/Build/Products/Debug-iphoneos/MyApp_3.app/MyApp_3)
I can start the app from the iPad device but it do not start automatically when submit from XCODE.
1)make sure your iOS Deployment Target version is the same or lower than the one on your device in build settings.
2)delete it from the device
3)close xcode
4)Goto /Users/peterk/Library/Developer/Xcode/DerivedData/ on your computer and delete the
MyApp_3-fosmfwberzyfryenqrjlfpacftjv folder
if that still doesnt work go and try deleting the app restarting your phone, and then restarting your computer even, and doing it again.

Upgraded Xcode 4.3.2 Showing Error

I just upgraded to Xcode 4.3.2 (the newest version). When I try to run an app that I built in previous versions of Xcode, this error pops up:
Xcode cannot run using the selected device.
No provisioned iOS devices are available with a compatible iOS version.
Connect an iOS device with a recent enough version of iOS to run your application
or choose an iOS simulator as the destination.
I made sure to change the iOS deployment target to 5.1. How can I get rid of this error?
All I did was press build and run. I want to run on the iOS Simulator.
You can set Xcode to build to the simulator as illustrated below.