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

Problems with Xcode 14 #894

Open
flockoffiles opened this issue Oct 28, 2022 · 4 comments
Open

Problems with Xcode 14 #894

flockoffiles opened this issue Oct 28, 2022 · 4 comments

Comments

@flockoffiles
Copy link

This more a question to Xcodeproj developers than an actual issue:

There is well-known problem with disappearing errors/warnings in Xcode 14 reported here: https://developer.apple.com/forums/thread/715103

For some people (myself included), the problem is aleviated by updating the xcodeproj gem:
sudo gem update xcodeproj

Can someone explain, what exactly this gem does to the XCode real-time build system to affect the interaction between the compiler and the indexing service (see my comment on the forum that disabling the indexing service makes the problem go away as well).

Kind regards,
Sergey

@kaporn1990
Copy link

sudo gem install cocoapods

@kaporn1990
Copy link

Podfile

@kaporn1990
Copy link

sudo gem update xcodeproj

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

3 participants
@flockoffiles @kaporn1990 and others