Xcode 9 and compiling old xib files

We have a fairly old project, and we decided to test whether it will compile with Xcode 9. It seems that we have a problem compiling old xib files - we have encountered this error:


"Compiling IB documents for earlier than iOS 7 is no longer supported."


To try to get around this, we changed the deployment target to 8.2 for this particular xib file, and we changed the iOS deployment target to 8.2, but we still get this error! How do we get rid of this error? Do we have to recreate new xib files (I really hope not).


>but we still get this error!


Did you option-clean build folder after that change?


Note I can build an older app w/XIBs via Xcode 9b without that same error.


Might be a bug w/Xcode 9 - are you using b2?

Xcode 9 and compiling old xib files
 
 
Q