Even though I choose the latest XCode version in my build settings, I still get built with XCode 8.0. I need at least 8.2, and preferably 8.3 to be able to submit to the store. From my build log:
1107: + Building with Xcode 8.0
I then error with:
21988: [xcode] error: Invalid bitcode version (Producer: ‘802.0.38.0_0’ Reader: ‘800.0.38_0’)
21989: [xcode] clang: error: linker command failed with exit code 1 (use -v to see invocation)
21990: [xcode] ** ARCHIVE FAILED **