12

IDE: Xcode10

OS: 10.13.6

A compiler error

Showing Recent Messages Build system information error: unable to find sdk 'iphoneos11.2' (in target 'xxx')

The project built on Xcode 9.4 / OS 10.13.4. Only after updating did the project build start failing.

Screenshot of error in Xcode

Michael Sacks
  • 917
  • 1
  • 11
  • 17
Yinper
  • 123
  • 1
  • 7

2 Answers2

43

Click on your target

Click Build Settings

Under the Base SDK row, change the value to iOS (or whatever platform you are building for).

Screenshot of Xcode Build Settings

Michael Sacks
  • 917
  • 1
  • 11
  • 17
5

I had this problem and fixed it by going to Build Settings, Basic; the Base SDK was set to "11.4 (SDK not found)" ; I changed it to iOS and that fixed it.

SqlACID
  • 4,024
  • 20
  • 28