Closed NDDev19 closed 1 month ago
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..
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:
PFInstallation.registerSubclass()
PFUser.registerSubclass()
PFSession.registerSubclass()
Original: Having same issue as OP however cannot find work around. Any help would be greatly appreciated. @NDDev19 can you please give details of CocoaPods fix? I use CocoaPods but cannot find resolution. Thank you.
Edit: Thank you @dhoerl !!!!!!! By simply adding the following, all is working for me:
PFInstallation.registerSubclass() PFUser.registerSubclass() PFSession.registerSubclass()
Original: Having same issue as OP however cannot find work around. Any help would be greatly appreciated. @NDDev19 can you please give details of CocoaPods fix? I use CocoaPods but cannot find resolution. Thank you.
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 https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/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