Description
Short description of the issue:
PrivacyInfo.xcprivacy
files are not added to Xcode project, therefore their are not included in frameworks when importing RXSwift via Carthage.
Expected outcome:
When adding RxSwift as a dependency via Carthage, I except to include a framework with PrivacyInfo.xcprivacy
to validate Apple review and avoid the ITMS-91061
review error.
What actually happens:
Privacy info files are not included, the Apple review raises an error ITMS-91061
RxSwift/RxCocoa/RxBlocking/RxTest version/commit
6.8.0
Platform/Environment
- iOS
- macOS
- tvOS
- watchOS
- playgrounds
How easy is to reproduce? (chances of successful reproduce after running the self contained code)
- easy, 100% repro
- sometimes, 10%-100%
- hard, 2% - 10%
- extremely hard, %0 - 2%
Xcode version:
16.0.0
Installation method:
- CocoaPods
- Carthage
- Git submodules
I have multiple versions of Xcode installed:
(so we can know if this is a potential cause of your issue)
- yes (which ones)
- no
Level of RxSwift knowledge:
(this is so we can understand your level of knowledge
and formulate the response in an appropriate manner)
- just starting
- I have a small code base
- I have a significant code base