We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The xcodeproj file at the top level of the repository (_Pods.xcodeproj) is a symlink to a folder that's not checked in.
_Pods.xcodeproj
There should be a checked-in xcodeproj at the top level of the repository.
This would have two advantages:
pod install
The text was updated successfully, but these errors were encountered:
This is also causing Swift Package Index to incorrectly show Dependiject as only supporting Mac, not iOS, Apple Watch, or Apple TV.
Sorry, something went wrong.
I have an xcodeproj locally, but I accidentally based it off the branch for #84, not master, so this is unintentionally blocked by that.
bbrk24
No branches or pull requests
Checklist
Problem
The xcodeproj file at the top level of the repository (
_Pods.xcodeproj
) is a symlink to a folder that's not checked in.Feature Request
There should be a checked-in xcodeproj at the top level of the repository.
Value
This would have two advantages:
pod install
in the iOS 13 example project;The text was updated successfully, but these errors were encountered: