xcode4 存档/ipa 问题 [英] xcode4 archive/ipa problem

查看:31
本文介绍了xcode4 存档/ipa 问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能的重复:
Xcode 4 存档版本未指定

我正在为 iPad 临时部署归档应用程序,但是当我尝试共享归档文件时,ipa 构建选项不可用.我尝试部署的应用程序是使用 XCode 3 创建的.它在那里运行得非常好.

I'm archiving an application for iPad adhoc deployment but when I try to share the archive, the option for ipa construction is not available. The application I'm trying to deploy was created using XCode 3. It worked perfectly fine over there.

我的问题似乎是,创建的存档有两个缺失值.组织者将version"的值显示为unspecified",identifier"的值为空.我尝试在我的 info.plist 和项目设置的信息选项卡中设置此值.都没有奏效.

My problem seems to be, that the created archive has two missing values. The organizer shows the value of "version" as "unspecified" and the value "identifier" is empty. I tried setting this values in my info.plist and in the Info-tab in the project settings. None of it worked.

那么为什么这些值没有正确设置?

So why are these values not correctly set?

这是一个屏幕截图:

推荐答案

您的 Xcode 项目可能引用了一个或多个其他 Xcode 项目以获得您的项目所需的共享库.浏览每个共享库的 Xcode 项目,并将每个目标的跳过安装"构建设置设置为是".然后重建您的存档.组织者现在应该让您创建您的 .ipa.

Your Xcode project probably references one or more other Xcode projects for shared libraries that your project requires. Go through the Xcode projects for each of those shared libraries, and set each target's "Skip Install" build setting to "Yes". Then rebuild your archive. Organizer should now let you create your .ipa.

这篇关于xcode4 存档/ipa 问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆