简体   繁体   English

OSStatus错误-67028

[英]OSStatus Error -67028

For 2 days now I'm trying to upload a App through xcode to apple. 现在有2天,我正尝试通过xcode将应用上传到苹果。 But on every validation it shows following error: 但是在每次验证时,它都会显示以下错误:

在此处输入图片说明

It just came from no where. 它只是从无处传来的。 Even my older Archives that are already in the App Store show the same error when I try to validate them. 当我尝试验证它们时,即使是我已经在App Store中的较旧的Archives也会显示相同的错误。

Any help would be very nice. 任何帮助将是非常好的。 Atm I can't push updates.. Atm我无法推送更新。

have you already tried the answer in this post? 您是否已经尝试过此帖子中的答案? OSStatus error -67028 When Building Ad Hoc iOS App 生成临时iOS应用时出现OSStatus错误-67028

ensure that the Main_iPhone.storyboard file is indeed in the compiled bundle. 确保Main_iPhone.storyboard文件确实在编译包中。 If not, check your "copy files" build phase to ensure it is there. 如果没有,请检查您的“复制文件”构建阶段,以确保它在那里。

So I finally got it to work: 所以我终于让它工作了:

  1. Click on your Project and switch between your Targets. 单击您的项目,然后在目标之间切换。 There's a Project Target and a Target with the App Icon. 有一个项目目标和一个带有应用程序图标的目标。

  2. On Every Targets go to Build Settings and choose your Provisioning Profile and Code Signing Certificates. 在“每个目标”上,转到“构建设置”,然后选择您的“配置文件”和“代码签名证书”。

  3. Check under Build Phases -> Copy Bundle Resources if there is a Framework in there that belongs to the Library Phase. 在Build Phases-> Copy Bundle Resources下检查是否有属于Library Phase的Framework。

Before all that I updated to the newest beta of Yosemite (not needed if you don't have it) and made a clean Project. 在此之前,我更新到了优胜美地的最新Beta版(如果您没有它,则不需要它),并制作了一个干净的项目。 Please check all these steps! 请检查所有这些步骤!

Hope it helps others! 希望对别人有帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM