简体   繁体   中英

How do I fix this compile error for my eye writer project

I am trying to recreate the EyeWriter 2.0 project from instructables.I have downloaded everything needed but when compiling comes I got this error.I downloaded that version of sdk on that specific place and i still got the same error.

error: unable to find sdk '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.5.sdk' (in target 'RemoteEyeTracker')

Can someone explain to me what means in target RemoteEyeTracker?

The error message is telling you Xcode cannot find the Mac 10.5 SDK in Xcode's app bundle. I doubt recent versions of Xcode have good support for the 10.5 SDK since it shipped with Xcode 3, whose first release was in 2007. You will probably have to build your project with a newer version of the Mac SDK. Updating a project that was built for Mac OS X 10.5 to recent versions of macOS is going to be a lot of work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM