[ISSUE] Package.swift has invalid excludes, causing warnings on Xcode 13
Closed this issue · 1 comments
mthole commented
Describe the bug
Xcode 13 produces Swift Package Manager warnings due to invalid excludes:
To Reproduce
Steps to reproduce the behavior:
- Open Package.swift in XC13
- See the warnings produced due to invalid excludes of
VGSPaymentCards/Info.plist
andVGSPaymentCards/VGSPaymentCards.h
.
Expected behavior
No warnings.