Code completion broken on Xcode 14/15-beta
A good test case for this is the examples/math/particles example
Didn't have this issue with Xcode 12/13.
I tried:
- switching the Xcode project format to 11/12/14
- simplifying the project.xcconfig
- clearing derrived data
- tried no
using namespace std;
Curious if others have had similar issues.
I've tested now in XCode 14.2 and it is working OK. I'm using git master here. I would try something about xcode-select or even create another user in the computer to see if it is related to folders permissions.
it can be related too to projectGenerator folders (as some were with wrong paths in red) Hopefully the latest PRs can fix path issues.
Ahh thanks @dimitre I'll test with latest nightly and maybe try resetting xcode-select. I did get at least two other reports confirming it from @danbz and @NickHardeman. I'm on an M1 laptop, so not sure if that is a difference ( on my older MBP I didn't see the issue ).
using M1 here too. Can you please take a look when you have some time at apple store connect contracts pending? I'm looking forward to see PG changes in nightly and test :)
Oh sorry. Fixed that yesterday. Should be all good now. Latest PR was rerun and good.
@dimitre I can confirm it works fine on Xcode 14.1 Xcode 14.3 and 15 beta both have the issue though.
Going to stick a note on the forum for now.
I think it can be closed now