Open misteu opened 9 months ago
When including Parse-Swift via SPM, building against a visionOS target does not work.
Just try including the SDK and try building on a Vision Pro simulator.
Does not build because a deviceType property is not set.
deviceType
Should build against visionOS. Also the Readme says it's compatible.
Tested with latest version, i.e. as of writing 4.14.2
Client
Server
Database
this project is almost dead. the former maintainer @cbaker6 forked it, so only the fork will get updates.
New Issue Checklist
Issue Description
When including Parse-Swift via SPM, building against a visionOS target does not work.
Steps to reproduce
Just try including the SDK and try building on a Vision Pro simulator.
Actual Outcome
Does not build because a
deviceType
property is not set.Expected Outcome
Should build against visionOS. Also the Readme says it's compatible.
Environment
Tested with latest version, i.e. as of writing 4.14.2
Client
Server
Database