Closed dblythy closed 2 years ago
On the latest versions of iOS 16 and macOS, saveAll is actually broken.
In your example, please add more details for your ParseObjects along with using async/await or completion blocks instead of synchronous calls as sync calls will be deprecated and shouldn’t be used when making networking calls.
You're awesome @cbaker6 👏
Thanks for reporting the issue!
New Issue Checklist
Issue Description
Parse Swift doesn't properly convert Parse Object to Pointers on
.saveAll
, leading to schema mismatch errors.Steps to reproduce
Actual Outcome
Schema mismatch, expected Pointer received object. Errors are not thrown using
children.first.save()
Expected Outcome
Objects to save.
Environment
Client
4.7.0
13.4.1
macOS
12.2
Server
alpha
macos
localhost
Database
mongodb
Logs