Invalid Binary Error

4GetFullOf

An update for an already existing app I have was submitted this morning. The update was very minor barely any changes were made. Apple has now sent me this email stating..

the following issues must be corrected:..

Invalid Bundle Structure - Your package contains a bundle with the following issue: IPA bundle does not include a Payload directory.

How do I fix this?

ldesroziers

Ok, my answer has been deleted because it was not an answer to the question. I do not have enough points to comment your question (that's what I tried to do because I obviously don't have the answer — just the same problem as you and trying to figure out why we're getting this Invalid Binary error)

As I said in my first post: I'll keep you up to date. Today, I created a new Xcode project, with the same bundleID as the app I try to upload for a week now. It passes through the server-side pre-validation and I received a mail saying it's "Waiting for Review". It answers one question I had since the beginning: It's not a server problem (I thought Apple had some issues with the pre-validation process). I tried to play with architectures on this new project (for example, I only use armv7 arch for my App because of some incompatibility with third-part libraries). Still passes the server validation.

Then, I tried to copy the Info.plist file from my app to the new sample project which passes the server validation: BANG -> Invalid Binary!! This info.plist is quite old, used since Xcode 3.0 I tried to remove some optional keys from it: still invalid binary Then, I compared the original and needed keys with a new project's info.plist file : bang! The "CFBundleInfoDictionaryVersion" value was empty. On a new project, the value is "6.0". I simply set "6.0" for CFBundleInfoDictionaryVersion key and boom, it worked. My guess is that Apple' servers are checking the info.plist file and needs a proper CFBundleInfoDictionaryVersion value in order to read the .plist file. And I think it's not happening since Xcode 5.1.1, they must have updated their server among with the release of Xcode 5.1.1, that's all.

Jeez, I can't believe how dumb it was. It's a shame that Apple does not provide a comprehensive feedback. Hope it will work for you! Let me know!

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

NSInteger multiplication: Invalid operands to binary expression

来自分类Dev

Error: invalid instruction suffix for `push'

来自分类Dev

CUDA invalid device symbol error

来自分类Dev

Invalid target for Validator in spring error?

来自分类Dev

WTSEnumerateServers ERROR_INVALID_DOMAINNAME

来自分类Dev

cat: write error: Invalid argument

来自分类Dev

Postgis : ERROR: parse error - invalid geometry

来自分类Dev

npm publish error断言失败:(编码== BINARY)

来自分类Dev

Invalid Pointer Error when using free()

来自分类Dev

WinHttpSendRequest返回ERROR_INVALID_PARAMETER

来自分类Dev

Installing lattice in R: "Error : Invalid DESCRIPTION file"

来自分类Dev

ReadMsgQueue返回ERROR_INVALID_PARAMETER

来自分类Dev

FindNextFileA返回6(ERROR_INVALID_HANDLE)

来自分类Dev

Covariant return type invalid conversion error

来自分类Dev

Invalid character error while using atob() method

来自分类Dev

Error: invalid conversion from 'const int*' to 'int*'

来自分类Dev

Tensorflow error: Invalid argument: shape must be a vector

来自分类Dev

DetourDetach()引发ERROR_INVALID_BLOCK错误

来自分类Dev

ReadMsgQueue返回ERROR_INVALID_PARAMETER

来自分类Dev

FindNextFileA返回6(ERROR_INVALID_HANDLE)

来自分类Dev

无法使用$ error显示表单错误,$ invalid

来自分类Dev

Getting the error invalid option '--asroot' on packages

来自分类Dev

c++ invalid operands of types 'char*' and 'const char [2]' to binary 'operator+'

来自分类Dev

cuModuleLoad期间为CUDA_ERROR_INVALID_IMAGE

来自分类Dev

Firebase simple login only throws 'INVALID_EMAIL' error

来自分类Dev

SQL ERROR: ORA-00904: "TIMESTAMP": INVALID IDENTIFIER

来自分类Dev

Xcode-5 Validation error. Invalid code Signing Entitlements

来自分类Dev

I'm getting an error "invalid use of incomplete type 'class map'

来自分类Dev

How to debug a free(): invalid nex size error in Python/Kivy?

Related 相关文章

  1. 1

    NSInteger multiplication: Invalid operands to binary expression

  2. 2

    Error: invalid instruction suffix for `push'

  3. 3

    CUDA invalid device symbol error

  4. 4

    Invalid target for Validator in spring error?

  5. 5

    WTSEnumerateServers ERROR_INVALID_DOMAINNAME

  6. 6

    cat: write error: Invalid argument

  7. 7

    Postgis : ERROR: parse error - invalid geometry

  8. 8

    npm publish error断言失败:(编码== BINARY)

  9. 9

    Invalid Pointer Error when using free()

  10. 10

    WinHttpSendRequest返回ERROR_INVALID_PARAMETER

  11. 11

    Installing lattice in R: "Error : Invalid DESCRIPTION file"

  12. 12

    ReadMsgQueue返回ERROR_INVALID_PARAMETER

  13. 13

    FindNextFileA返回6(ERROR_INVALID_HANDLE)

  14. 14

    Covariant return type invalid conversion error

  15. 15

    Invalid character error while using atob() method

  16. 16

    Error: invalid conversion from 'const int*' to 'int*'

  17. 17

    Tensorflow error: Invalid argument: shape must be a vector

  18. 18

    DetourDetach()引发ERROR_INVALID_BLOCK错误

  19. 19

    ReadMsgQueue返回ERROR_INVALID_PARAMETER

  20. 20

    FindNextFileA返回6(ERROR_INVALID_HANDLE)

  21. 21

    无法使用$ error显示表单错误,$ invalid

  22. 22

    Getting the error invalid option '--asroot' on packages

  23. 23

    c++ invalid operands of types 'char*' and 'const char [2]' to binary 'operator+'

  24. 24

    cuModuleLoad期间为CUDA_ERROR_INVALID_IMAGE

  25. 25

    Firebase simple login only throws 'INVALID_EMAIL' error

  26. 26

    SQL ERROR: ORA-00904: "TIMESTAMP": INVALID IDENTIFIER

  27. 27

    Xcode-5 Validation error. Invalid code Signing Entitlements

  28. 28

    I'm getting an error "invalid use of incomplete type 'class map'

  29. 29

    How to debug a free(): invalid nex size error in Python/Kivy?

热门标签

归档