-
-
Notifications
You must be signed in to change notification settings - Fork 876
Closed
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and the Parse ObjC SDK.
Issue Description
This error occurs in PFReachability
SystemConfiguration is not available when building for watchOS Simulator. Consider using `#if __has_include(<SystemConfiguration/SystemConfiguration.h>)` to conditionally import this framework.
Steps to reproduce
Add Parse via SPM to the watchOS starter project and build
Solution
Implement WatchConnectivity, rewrite to ping the /health
server endpoint or stub out PFReachability for watchOS.
Example: AFNetworking/AFNetworking@d184833
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed