noncereboot1131UI icon indicating copy to clipboard operation
noncereboot1131UI copied to clipboard

Incompatible project version - Xcode 9.2

Open oc-tk opened this issue 6 years ago • 5 comments

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.

oc-tk avatar Jun 08 '18 18:06 oc-tk

Try downloading the project again. It may be corrupted.

pwn20wndstuff avatar Jun 08 '18 18:06 pwn20wndstuff

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

albyvar avatar Jun 08 '18 19:06 albyvar

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

yuzhouheike avatar Jun 09 '18 02:06 yuzhouheike

@yuzhouheike

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

albyvar avatar Jun 09 '18 08:06 albyvar