Skip to content
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

Open
Joebayld opened this issue Sep 25, 2021 · 10 comments
Open

Warnings in Xcode 13 #205

Joebayld opened this issue Sep 25, 2021 · 10 comments

Comments

@Joebayld
Copy link

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.

Screen Shot 2021-09-24 at 8 40 18 PM

@ay42
Copy link

ay42 commented Sep 27, 2021

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"]

@dannys42
Copy link
Contributor

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).

@Joebayld
Copy link
Author

@dannys42 I checked it out and tested on both Xcode 12 and 13 and the issue is resolved. Nice work.

@dannys42
Copy link
Contributor

Awesome, thank you so much @Joebayld !

@dannys42
Copy link
Contributor

Do you need a version bump for this fix?

@mingyoung
Copy link

Do you need a version bump for this fix?

Yes! 🥰

@Joebayld
Copy link
Author

Thatd be great!

@dannys42
Copy link
Contributor

Version 2.0.2 is available. Please close this issue if it's resolved. :-)

@willm132
Copy link

willm132 commented Oct 6, 2021

When I try "Update To Latest Package Versions" BlueSocket is staying at v1.0.2.00

@dannys42
Copy link
Contributor

dannys42 commented Oct 7, 2021

@willm132 What package manager are you using? And what's your import line look like?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants