Invalid executables - the executable does not contain bitcode

I tried making an empty project on TvOS platform with unity 5.3.0p0 and made a build and tried to publish it through xcode 7.2 but i’m getting this error:

Invalid executables - the executable does not contain bitcode.

I checked the build settings and found that it was ON then why i’m seeing this error.

from the likes of this, bitcode seems to be enabled only when archiving. what you could try is going to your targets Build Settings and search for bitcode. there should be an option for enabled you can set to true. that should build with bitcode even without archiving.