I got this warning when I uploaded a test build to iTunes. I may have missed it if it's been discussed, but is it something I should be fixing?
-- 8< --
Unexpected Machine Code - Your upload contains both bitcode and native machine code. When you provide bitcode, it's not necessary to include machine code as well. To reduce the size of your upload, use Xcode 7.3 or later, or any other toolchain that removes machine code.
Comments
most probably it is talking about luasocket or gideros libs then, which are built by me during releases, and it is possible I am not yet on xcode 7.3
will try to update now
but it still allows you to submit, right? not a deal breaker?