Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ParseClientConfigurationTests.testExtensionDataSharing #1590

Open
cbaker6 opened this issue Jan 6, 2021 · 0 comments
Open

Fix ParseClientConfigurationTests.testExtensionDataSharing #1590

cbaker6 opened this issue Jan 6, 2021 · 0 comments
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@cbaker6
Copy link
Contributor

cbaker6 commented Jan 6, 2021

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 two possible issues the test brings up. Either users are able to do something in Xcode 12 (meaning iOS 14) that they weren't able to do in previous versions or there's an access change in PFFileManager that needs to be fixed. In either case, people are already using this SDK in Xcode 12 and this specific PR doesn't need the fix or stop people from using Xcode 12. Running the tests in Xcode 11 would just give us a green check mark, but the issue will still be present.

Shot in the dark, but this might be as simple as a group entitlement issue, https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_application-groups

@cbaker6 cbaker6 added the type:bug Impaired feature or lacking behavior that is likely assumed label Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

2 participants