Yinper
Yinper

Reputation: 123

unable to find sdk 'iphoneos11.2'

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

Upvotes: 12

Views: 9976

Answers (2)

Michael Sacks
Michael Sacks

Reputation: 917

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

Upvotes: 43

SqlACID
SqlACID

Reputation: 4014

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.

Upvotes: 5

Related Questions