-
Notifications
You must be signed in to change notification settings - Fork 197
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
Warnings in Xcode 13 #205
Comments
This is happening because default root for the
|
I created a PR for this. Please check it out and let me know if it works for you. (Would be nice if someone's also able to verify with Xcode 12.x as well). |
@dannys42 I checked it out and tested on both Xcode 12 and 13 and the issue is resolved. Nice work. |
Awesome, thank you so much @Joebayld ! |
Do you need a version bump for this fix? |
Yes! 🥰 |
Thatd be great! |
Version 2.0.2 is available. Please close this issue if it's resolved. :-) |
When I try "Update To Latest Package Versions" BlueSocket is staying at v1.0.2.00 |
@willm132 What package manager are you using? And what's your import line look like? |
I'm upgrading to Xcode 13 and theres a handful of warnings for files missing. I believe is because when using Swift Package Manager it doesn't download the Xcode project files. So they're not there to exclude.
I'm curious if there need to be an Xcode project anyways? Support for opening packages has gotten much better in the latest version.
The text was updated successfully, but these errors were encountered: