-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
Xcode 16 iOS 18 crashes on Parse initialization #1809
Comments
Thanks for opening this issue! |
Same here. |
same here |
Same here |
The easiest fix..for me was move back to Cocoapods from SPM and change the imports from ParseCore to Parse.. |
Using CocoaPods seems to work. |
This issue appears related to #1792, for which a PR exists. |
Edit: Thank you @dhoerl !!!!!!! By simply adding the following, all is working for me:
Original: |
When adding Parse-SDK using Swift Package Manager use this commit d2b9580db7ce44d6d4d0f626d5e388901f81f5ed instead of the latest 4.1.1 version. |
I switched to the commit above, finally launched. I removed all the registerSubClass() calls, still launched. So that commit solves all issues for me! Thank you @NDDev19 !!! |
Can this be closed as duplicate of #1792? |
Issue Description
App crashes on launch when Parse is initializing.
Steps to reproduce
Create an empty app and just try to call
Actual Outcome
Environment
Xcode 16
iOS 18
Parse-Server version 7.2
Client
4.1.1
Server
7.2
Ubuntu 24.04.1 LTS
VPS
Database
MongoDB
7.0.14
VPS
Logs
Empty
The text was updated successfully, but these errors were encountered: