问题标签 [xcode-organizer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2940 浏览

ios - 配置文件未显示在管理器中

配置文件未显示在库中。有人可以帮我解决这个问题吗?我正在将我的应用程序提交给苹果。

在此处输入图像描述

0 投票
4 回答
2435 浏览

ios - Xcode 5 在我尝试下载身份后立即意外退出

出于某种原因,使用新的 Xcode 5,在我在管理器中“验证”我的应用程序并尝试通过管理器连接到 iOS 开发中心来下载身份后,应用程序关闭。出现一条消息说 Xcode 已意外关闭。请帮忙!我觉得我什么都试过了。

0 投票
2 回答
355 浏览

app-store - “提交成功。在验证过程中发现了一些警告”上传 iOS 应用程序时

我试图将我的 iOS 应用程序上传到 App Store。一段时间后,我收到一条消息“提交成功。验证期间发现了一些警告”,其中包含警告列表。

在此处输入图像描述

如果有人知道这些警告,请帮助我。

0 投票
2 回答
1123 浏览

ios - 存档验证错误 NSSetM

我正在准备一个新版本的应用程序,在 XCode 5 中工作。我已经构建了应用程序,对其进行了签名和归档,没有任何问题,并在 iTunes 连接中准备了一个新版本。但是,当我在 Organizer 中验证存档时,我收到以下错误消息:

我觉得这个错误很奇怪。为什么在验证存档时会收到错误消息?如果代码中存在问题,为什么在我构建或运行应用程序时它们不显示?

我尝试了通常绝望的东西——从重建档案到重新启动计算机。

有什么建议么?谷歌搜索没有给出任何线索。

0 投票
0 回答
164 浏览

ios - 在 XCode5 中存档时的白色图标

将我的项目存档以上传到appstore.

但是,以前存档的项目显示正确的图标。

当使用模拟器和物理设备进行测试时,iCon 是正确的。

只有这个项目才会发生这种情况。我还添加iCon了该项目所需的所有内容。

在此处输入图像描述

我该如何解决?

0 投票
3 回答
5080 浏览

ios7 - Xcode 未检测到 iPhone 5 (iOS 7.0.3)

我有一台装有 iOS 7.0.3 和 Xcode 5 的 iPhone 5。该设备没有显示在 Xcode 的运行选项上。但是,它被 iTunes 检测到。我检查了“组织者”菜单,发现设备旁边有黄色符号。这说明什么?此外,有效的配置文件显示在设备的管理器中。我断开连接并再次连接,但问题仍然存在。任何想法?

在此处输入图像描述

0 投票
1 回答
435 浏览

xcode - Xcode Organizer 文档丢失

我找不到启用文档管理器的方法。我已经转到 Preferences>Downloads> 并安装了“iOS 7”和“XCode 5 doc set”。

我正在运行最新的 XCode 5.0.2

我附上我看到的截图。在此处输入图像描述

0 投票
2 回答
3855 浏览

ios - Invalid Code Signing Entitlements. After changing bundle id

I've changed my app bundle id "com.mycompany.Appname" to "com.mycompany.appname", to be the same as the app subscribed to itunes connect.

But after changing the name in info.plist, when I try to validate in organizer I get the two following errors (Be aware of uppercases and lowercases):

Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'XXXXXX.com.mycompany.appname' for key 'application-indetifier' in 'Payload/Appname.app/Appname' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle indetifier.

The executable at Payload/Appname.app/Appname in Payload/Appname.app has been signed with identifier 'com.mycompany.appname' which does not match the bundle identifier 'com.mycompany.Appname'.

Is like I've changed the bundle identifier but XCode still thinks that the app name is with uppercase.

0 投票
0 回答
183 浏览

validation - XCode 5 应用程序验证和包标识符

我已经创建了分发证书和 2 个用于分发的配置文件,其中一个具有显式 App-Id,一个具有通配符。我可以在项目构建设置(以及首选项>帐户)中看到它,并在构建设置中选择它以进行发布:具有显式 App-id 的配置文件。

我使用 xcode 5 构建存档并尝试在管理器中验证它。但是在“选择要签名的配置文件”对话框中,我看不到带有显式 App-id 的配置文件,只有带有通配符的配置文件。如果我使用通配符配置文件,则验证失败并显示消息:“无法从当前值更改捆绑标识符,('App-id'。...”(该消息仅显示没有 Team-id 的 App-ID 后缀字首)

已解决: 来自 Apple 的验证错误消息令人困惑。我尝试了很多东西。原因是 App-ID 中的连字符(“-”)。在我删除连字符并使用显式 App-Id 创建配置文件后,验证通过。

0 投票
0 回答
70 浏览

ios - 提交 iOS 应用程序时出错

我尝试了很多次上传我的应用程序,但在大约 50% 成功后,然后这条消息显示给我

在此处输入图像描述

注意:应用程序大小约 600 MB 是什么意思?我该如何解决?