Anything higher than XCode 8.0 for iOS builds?

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 **

Updated xcode support is in the works now, and will be live once a few last compatibility issues are resolved. (We thought it was ready to go out this week, in fact, but there turned out to be one hopefully-last quirk to deal with, which is being addressed now.)

thanks for the quick reply!

I hope this gets resolved soon to be able to tap into new Xcode 8,3 features like in app reviews.

Thanks,

Alejandro.

Hey guys