Swift does not support the SDK 'iPhoneSimulator9.3.sdk

共三步

在进行之前下面要删除的东西最好备份一下,然后再删除,以免以后要再用到

1 进入xcode中的iPhoneSimulator.platform路径下的SDKs

/Applications/Xcode.app/Contents/Developer/Platforms/iPhon‌​eSimulator.platform/‌​Developer/SDKs删除iPhoneSimulator9.3.sdk

2进入xcode的iPhoneOS.platform路径下的SDKs

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/
删除iPhoneOS9.3.sdk

3最后冲刺

退出xcode,再次打开Xcode——>clean(command + shift + k)——>build即可

你可能感兴趣的:(Swift does not support the SDK 'iPhoneSimulator9.3.sdk)