【求助】App提交后提示Invalid Binary

wangcash 发布于 2013年12月31日
无人欣赏。

重新生成了distribution证书和provisioning profile,问题还是存在。

我的项目里面用到了如下第三方库,各位帮忙看看是不是哪个库引起的? pod 'JSONKit' pod 'AFNetworking', '2.0.2' pod 'MBProgressHUD', '0.8' pod 'Reachability', '3.1.1' pod 'UMengAnalytics', '2.2.1' pod 'UMengSocial', '3.1' pod 'UI7Kit', '0.9.9' pod 'DMCustomModalViewController', '1.0.1' pod 'ActionSheetPicker', '0.0.2' pod 'UIAlertView+Blocks', '0.7' pod 'ZXing', '2.2' pod 'UIDevice+HardwareModel', '1.2' pod 'GCPlaceholderTextView', '1.0.1' pod 'ELCImagePickerController', '0.2.0' pod 'SWTableViewCell', '0.2.1' pod 'SDWebImage', '3.5.1' pod 'Weibo', '2.4.1' pod 'UMengFeedback', '1.4.1'

附Apple的邮件

Dear developer, We have discovered one or more issues with your recent delivery for "XXX". To process your delivery, the following issues must be corrected: Invalid Signature - Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target. Once these issues have been corrected, go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary. Regards, The App Store team

共1条回复
terryso 回复于 2013年12月31日

这个是签名的问题,应该不管第三方库的问题

登录 或者 注册
相关帖子