V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
vilppu
V2EX  ›  iDev

AppStore 提交的更新包一直显示"正在处理",请问怎么解决?

  •  
  •   vilppu · 2015-11-17 11:02:55 +08:00 · 3873 次点击
    这是一个创建于 3092 天前的主题,其中的信息可能已经有所发展或是发生改变。

    AppStore 提交的更新包一直显示"正在处理"

    收到了苹果发出的邮件


    Invalid Info.plist value - The value for the key 'MinimumOSVersion' in bundle XXX.app/Frameworks/Alamofire.framework is invalid. The minimum value is 8.0

    Invalid Segment Alignment - The app binary at 'XXX.app/Frameworks/Alamofire.framework/Alamofire' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version.

    Invalid Encryption Info - The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker.


    XCODE6.1 ,设置的项目最低版本是 7.0 ,
    在实机和模拟器上运行都没问题,提交商店就不行了……
    请问这种问题应该如何下手?

    3 条回复    2015-11-19 20:48:23 +08:00
    ixiaozhi
        1
    ixiaozhi  
       2015-11-17 13:28:01 +08:00   ❤️ 1
    Try rebuilding the app with the latest Xcode version.

    升级 xcode
    likers
        2
    likers  
       2015-11-19 00:15:33 +08:00   ❤️ 1
    可以尝试:
    1. 把所有第三方插件里的.plist 删掉, 这些 plist 里面也会有“ MinimumOSVersion ”,某些情况下 Apple 会把这里的 MinimumOSVersion 当成是你的 app 的最低版本要求
    2. 升级 Xcode ,现在应该是 7.1.1 的版本了

    看看是否能够解决
    另外,如果是更新包“正在处理”的状态超过一天,但是没有邮件,很有可能是苹果的服务器抽风,重新提交更新包,直到成功为止。我最多一次交了 4 个才好
    iceiceberg
        3
    iceiceberg  
       2015-11-19 20:48:23 +08:00
    重新提交。
    苹果服务器的问题。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2810 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 13:29 · PVG 21:29 · LAX 06:29 · JFK 09:29
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.