Ever since I've upgraded to Xcode 9, I've been getting the error from the Xib compiler: Unsupported Configuration: "This file is set to build for a version older than the deployment target." And I know I'm not the only one.
I did specify my files to use the deployment target of 11.2. And I did check the source code of my .xib and can't even find anything that seems to specify the target at all. Anywhere else that the required version might be specified?