Warnings in Xcode 13
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.
This is happening because default root for the exclude is Sources/Socket folder.
exclude: ["BlueSocket.xcodeproj", "BlueSocket.xcworkspace", "README.md", "Sources/Info.plist", "Sources/Socket.h"]
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?
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?