objective-c - bitcode上传失败
習慣沉默
習慣沉默 2017-05-02 09:26:48
0
8
744

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.

習慣沉默
習慣沉默

reply all(8)
PHPzhong

Does your program reference anything else that is not used bitcode编译的第三方包,使用bitcode必须保证所有引用的包也是bitcode?

PHPzhong

This seems to be just a warning and will not affect normal submission. I also received the same email, but the package can be successfully uploaded to iTunesConnect and there is no problem with submission.

You can refer to this:
http://stackoverflow.com/questions/38061045/unexpected-machine-code-warning-from-itunes-connect?rq=1

習慣沉默

Cocoapods also needs to turn off bitcode, it was just uploaded successfully

伊谢尔伦

How to solve it? Will it affect the review?

某草草

Don’t worry about it. I just received this email. I didn’t care about it. Just like before, I will be able to select the version I just built in build in a while. It doesn’t affect

刘奇

I have never encountered this kind of problem. Try changing to a version after Xcode 7.3, or try compiling with Xcode7.3 and uploading using an old version of Xcode (7.0, etc.).

我想大声告诉你

I also encountered the same problem. . Please have you solved it

大家讲道理

Same request. . . . . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!