Parse-SDK-iOS-OSX
Parse-SDK-iOS-OSX copied to clipboard
The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
This test isn't working in Xcode 12 and it seems to be something with FileManager, entitlements, or the swizzler. Noted in #1581. Some notes from the discussion > I see...
We used to successfully order elements in the query by the number filed of nested object. We just realised it does not work anymore. Here is the example of the...
Hi, my app crashes a lot in a past few week affect many users but I can't not find step to reproduce this crash. Anyone got the same issue ?...
### New Issue Checklist - [X] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy). - [X] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md). - [X] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues?q=is%3Aissue). -...
### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1635). ### Issue Description Facebook SDK...
Facebook has asked to update the SDK to the latest version but Parse/FacebookUtils still uses version 11.0.1. Would be thankful if this can we done asap as my work is...
These changes add support for Swift Package Manager. Files have been rearranged in a way that SPM will accept, and some significant transformations have been applied to our import statements....
Generate xcframework for the next version in order to avoid using carthage workaround https://github.com/Carthage/Carthage#building-platform-independent-xcframeworks-xcode-12-and-above @cbaker6
We need to get the build process running with Xcode 12. There are issues with the lipo command in the build process; we include arm64 arch in both our simulator...
One of the major limitations of the `BUILD_LIBRARY_FOR_DISTRIBUTION` flag that is required for generation of XCFRameworks when using Swift code is that there cannot be any top-level object with the...