Issue Running Ionic App on Real iOS Device with Capacitor (Version Information Included) #6880
Unanswered
Nikita199108
asked this question in
General
Replies: 1 comment
-
First update Then debug your app as explained here Looks like some CORS problem or some API that doesn't work when using a custom scheme as Capacitor does. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently learning and encountering an issue when attempting to run my Ionic app on a real iOS device using Capacitor. The problem occurs when I use the 'ionic capacitor run ios' command. After providing my login credentials, the app starts loading but then hangs, and there is no further progress. This issue does not manifest when I use the 'ionic capacitor run ios -l' command for live reloading in development mode.
Here is the relevant version information of the Capacitor dependencies I am using:
"@capacitor/app": "^4.1.0"
"@capacitor/core": "^5.2.2"
"@capacitor/ios": "^5.2.2"
I have taken several steps to troubleshoot this issue, including checking my Xcode configuration, verifying the iOS device's developer mode, and ensuring my Capacitor configuration is correct.
Despite these efforts, the problem persists. I would appreciate any guidance or insights on how to resolve this issue and successfully run my Ionic app on a real iOS device using Capacitor.
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions