Reputation: 11
iPhone updated to 11.3 (15E216), but Xcode 9.3 Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport has 11.3 (15E217). When I try to build for the physical device, I get the error "Could not locate device support files. This iPhone 6 is running iOS 11.3 (15E216), which may not be supported by this version of Xcode." I've tried downloading older and newer versions of Xcode and none of them have 11.3 (15E216) DeviceSupport. Is there something else to be done to allow me to build and install on the physical device?
Upvotes: 0
Views: 1256
Reputation: 2105
You need Xcode 9.3 (9E145). It supports 11.3. Just make sure you don't have/run a beta version of Xcode
Upvotes: 1