-
Notifications
You must be signed in to change notification settings - Fork 34
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
Parse project results mismatched input 'preferredProjectObjectVersion' #120
Comments
Thanks for the report @srabiller ! I believe I get an idea of the error by looking at your screen captures. I'll try to fix it this week and will let you know when the new version is published. |
Hey @srabiller. I just read you are using kin Let me know! |
Hi @Serchinastico I'm confused, I have this issue with 2.1.13 and not 2.1.3 :/
|
Oh, I read it in your original message:
If you are in 2.1.13 that shouldn't happen at all, the problem is I've been trying to reproduce the same error and I wasn't able to. Can you please share a Apologies for the confusion and happy to help once we have the project file |
On my project when I update the project format from Xcode 14.0 to Xcode 16.0 kin reach this error
❯ kin ERROR: line 1672:3 mismatched input 'preferredProjectObjectVersion' expecting {'productRefGroup', 'projectDirPath'}
and for other developer on my project kin reach 2 errors
ERROR: line 1654:3 mismatched input 'developmentRegion' expecting 'compatibilityVersion' ERROR: line 1672:3 mismatched input 'preferredProjectObjectVersion' expecting {'productRefGroup', 'projectDirPath'}
the modifications are the following
If I rollback the project format to Xcode 14.0
❯ kin CORRECT
I'm on Xcode 16.1 [email protected] and kin 2.1.3
Thanks for your support
The text was updated successfully, but these errors were encountered: