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

Incompatible project version - Xcode 9.2 #2

Open
oc-tk opened this issue Jun 8, 2018 · 5 comments
Open

Incompatible project version - Xcode 9.2 #2

oc-tk opened this issue Jun 8, 2018 · 5 comments

Comments

@oc-tk
Copy link

oc-tk commented Jun 8, 2018

After downloading repo and trying open it in my Xcode (9.2 9C40b) I am getting this pop up:
"Failed to load project at '~/Downloads/noncereboot1131UI-master/noncereboot1131UI.xcodeproj', incompatible project version."

First time I have met this error.

@pwn20wndstuff
Copy link
Owner

Try downloading the project again. It may be corrupted.

@albyvar
Copy link

albyvar commented Jun 8, 2018

Select .xcodeproj file with right click, select show package contents, now open the .pbx file with textedit and replace the 50 with a 48

@yuzhouheike
Copy link

yuzhouheike commented Jun 9, 2018

thanks for your help!and I want know why replace 50 with 48 @albyvar

@albyvar
Copy link

albyvar commented Jun 9, 2018

@yuzhouheike

objectversion 50 is for xcode 9.3+ compatibility
objectversion 48 is for xcode 8.0+ compatibility

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
@oc-tk @albyvar @yuzhouheike @pwn20wndstuff and others