-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: iOS - Network (?) problems following an iOS update #7631
Comments
I'm encountering the same issue. The app worked fine two weeks ago and was approved in the App Store. However, when running the same app in Xcode 15.4 on a physical iPhone 13 device today , it displays a blank white page on the iPhone. The log (below) shows the same error reported by dx001. The app runs fine in the Xcode Simulator using 17.4 . I'm using iOS Version 17.16.1 on an iPhone 13 Pro, which was originally released on August 7th and updated again on August 19th by Apple. For more details on the update. Update: I suspected this issue might be related to Firebase. So I removed the libraries and all references to capacitor-community/fcm and capacitor/push-notifications, but the error persists. |
I suspect this issue is related to WKWebView and iOS 17.6, especially since a person with the same problem isn't using Capacitor: |
Same issue but we are not using firebase |
Same here with Capacitor and Firebase. |
Yes same issue on iOS 17.6 & i've seen it on iOS 18 too. Can't confirm if it's firebase related. Adding some logs from crashes in case they're relevant: crash on iOS 17.6:
crash on iOS 18:
|
Here are a couple more reported issues that may be related: https://forum.ionicframework.com/t/app-restart-on-take-photo/243310 |
Same issue, XCode 15.4. Using ionic capacitor vue firebase and also a Cordova purchase plugin suggested in ionic docs. Calls to firebase work, for example, I have a Component.vue where firebase services are used for anonymous authentication and they return a valid response. It's just that I have a blank white page (black on emulator) |
Creating a new project via ionic start and then dragging my src folder from previous project to new project ended up working. I had a vue capacitor ionic project with a lot of firebase services. |
I am having the same issue as @drakedeatonuk on iOS 18.0.1 and Capacitor
|
Facing a similar issue with a vue3/ionic8/capacitor6 project. Curious, when you created a new project and ported your files over, did you also copy the |
No, I ended up doing npx cap add ios/android again. Built the dist/public
again, synced it, and it worked.
…On Tue, 29. Oct 2024 at 15:47, Treigh Mawaka ***@***.***> wrote:
Creating a new project via ionic start and then dragging my src folder
from previous project to new project ended up working. I had a vue
capacitor ionic project with a lot of firebase services.
Facing a similar issue with a vue3/ionic8/capacitor6 project. Curious,
when you created a new project and ported your files over, did you also
copy the ios and android folders?
—
Reply to this email directly, view it on GitHub
<#7631 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNVOX7G3RENVYUKUEZMRBLZ56GXRAVCNFSM6AAAAABNEYS746VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBUGI4TANJZGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Got it. Thanks! |
Capacitor Version
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed Dependencies:
@capacitor/android: not installed
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/ios: 6.1.2
Other API Details
Platforms Affected
Current Behavior
This has been reported in multiple places and a bug was filed here but was closed as unreproducible.
Related bug report:
#7522
Other reports:
apache/cordova-ios#1440
https://forum.ionicframework.com/t/experiencing-errors-lately/241278
https://stackoverflow.com/questions/78765347/xcode-ios-app-will-not-load-necp-client-action-get-signed-client-id-80-aut
https://stackoverflow.com/questions/78735508/is-there-any-way-to-resolve-host-network-app-id-in-xcode
https://discussions.apple.com/thread/255647899?sortBy=best
https://www.reddit.com/r/OpenCoreLegacyPatcher/comments/1dz7f05/xcode_errors_with_opencore_mac_61_sonoma/
I have experienced the problem with Firebase on iOS so I created a project to reproduce it.
All calls to Firebase stopped working on iOS (I think this follows an update either to iOS on my device or to MacOS. Not sure which is the culprit).
Error messages:
Expected Behavior
Used to work, should still work.
Project Reproduction
https://github.com/ddx001/ios-problem
Additional Information
macOS version: 14.6.1 (23G93)
iOS version: 17.6.1
See the readme.md file from the reproduction project for setup.
The text was updated successfully, but these errors were encountered: