Closed sevenOnClass closed 5 years ago
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
it seems the issue has been resolved
Fix: PHOTOS_AVAILABLE_IOS_TVOS was removed in Xcode 11
Adapt Xcode11: replace PHOTOS_AVAILABLE_IOS_TVOS(9_1, 10_0) with API_AVAILABLE(ios(9.1), tvos(10))
Summary
fixes #93
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze --flutter-repo
) does not report any problems on my PR.Thanks for contributing to coobjc!