问题标签 [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.
iphone - 如何更改您的 XCode iTunes Connect 登录名?
我正在使用多个帐户来管理我的客户 iPhone/iPad 应用程序。因此,我需要使用不同的登录名连接到iTunes Connect 。如何更改XCode或Application Loader中的登录名?它总是设置为我可能在第一次启动 XCode 时输入的一个默认值。
当谈到使用XCode Organizer验证或提交应用程序时,我开始讨厌 Apple,因为他们使用开发人员所做的事情。在那种情况下,我感觉自己就像是苹果里面的一条虫子,非常迷茫。问题是单击其中一个按钮(验证...或提交...)不会提供任何反馈,除非是在极少数情况下。查看正在发生的事情的唯一方法是使用控制台查看 XCode 日志消息。
iphone - 使用 Organizer 上传到 iTunesConnect 崩溃
我一直在尝试重新上传以前上传的应用程序(它最初提交失败),但是在完成之前,Organizer 中的“Validate”和“Submit”按钮都会使 Organizer 本身崩溃。这已经发生了大约三天,我还没有收到 iTunesConnect 帮助台的回复。我正在使用 iOS 4.2.1 运行最新的 Xcode 3.2.5,并按照说明下载并安装了最新的应用程序工具。一切安装正常。
我得到一个:
和:
我知道这不是调试 Apple 应用程序的地方 - 但一定有人遇到过这种情况并想出了如何克服它?我没有从苹果那里得到快乐:(
谢谢
iphone - iPhone 无法支持开发
我最近重新安装了 OSX。收集我所有的证书等一直很痛苦,但我终于回来了。但是,当尝试在我拥有的两部 iPhone 3G 中的任何一部上安装应用程序时,他们都说:
软件版本:4.2.1 (8C148) | XCode 找不到安装此版本的软件映像。| 无法支持开发。
到底是怎么回事?两款 iPhone 在 iTunes 中都将自己列为最新版本,而 iOS 开发者中心仅将 4.2 列为可用的 SDK。
编辑:我确实有付费会员资格,而且我最近在这两种设备上都安装了测试应用程序。
更新:我从配置门户中删除了我的所有 3 个(包括 2 个)设备,并从管理器中删除了它们,关闭了 XCode,分离了设备,重新启动,插入了设备,没有运气。
iphone - How to install previously-archived apps from xcode organizer to my iphone
Xcode keeps an archive of all the versions of my apps that I've submitted to the app store in the 'archived applications' section. I assumed using this I could install an old version of an app to my device, in order to reproduce any problems my client may have had with that particular version.
However, when I try to do this I get an error:
'this executable was signed with invalid entitlements, the entitlements specified in your applications code signing entitlements do not match those specified in your provisioning profile'
The original app was signed using our App Store distribution certificate, and I use the Organizer interface to re-sign it using our Developer profile.
- select the archived app
- select the version I want to test
- click 'share'
- select 'iphone developer' next to identity
- save to disk (saves the ipa file)
- then copy the ipa to the device using the little + button you see next to 'applications' on the screen you get when you select the connected device.
Then I get the error, and the app isn't installed.
Is there something obvious I'm doing wrong here? Or is there a different process to re-install an archived app to my device?
Edit: Thanks for the answers, I've solved this now. I wrote up the process I used if others want to do this http://pervasivecode.blogspot.com/2011/01/installing-archived-application-to.html
iphone - 申请提交问题
我只是尝试将我批准的应用程序的新版本二进制文件上传到 iTunes Connect with Organizer。我仔细检查了 CFBundleVersion 和其他东西。
当我单击验证或提交按钮时,xcode 会询问我的信用并显示应用程序的正确版本,但之后没有任何反应,我无法上传我的二进制文件。
有人有同样的问题吗?
谢谢
archive - 存档未出现在 xcode4 管理器中
我正在尝试使用新的 xcode4 向 iTunes 提交应用程序。
我按照苹果的说明进行操作,但在执行产品> 存档后,我的管理器中仍然看不到任何内容。
任何人都可以帮忙吗?
iphone - Xcode iOS 管理器提交到应用商店产生“存档无效”错误
我刚刚从 Xcode 3 切换到 4。当我尝试将已存档的应用上传到管理器时,我收到此错误:
存档无效。/var/folders/.../app.ipa 不存在。
这发生在我登录 iTunes Connect 后,选择要更新的应用程序并选择下一步。我不确定从哪里开始尝试找出导致此错误的原因。如果我遗漏了任何对诊断有用的内容,请告诉我。谢谢
iphone - Xcode4 但管理器未检测到设备
我会知道 Xcode 没有检测到任何设备是有原因的,但是 Organizer 是的。只有当我在 Xcode4 下创建一个新项目时才会发生这种失败......有
什么建议吗?
iphone - 在 Organizer 中,您如何将“配置文件”重新安装回“已恢复”的 iPod?
在 Organizer 中,您如何将“配置文件”重新安装回“已恢复”的 iPod?我已经“恢复”了我的 iPod,但现在 Xcode 说“没有连接预置的 iOS 设备”并且无法为 iPod 构建应用程序。组织者说“无法在设备上安装此配置文件”,即使我在将 iPod“恢复”为原始设置之前只有一个配置文件。
谢谢
ios - Xcode Organizer 控制台中的 NSLog 时间戳不显示毫秒
我正在使用NSLog
在 iPhone 应用程序中记录日志。
在 Xcode 中,当我使用“运行 -> 控制台”执行我的 iPhone 应用程序时,我得到以下格式的时间戳:“2011-06-06 18:34:58.189”。当我通过 Xcode Organizer 查看控制台时,时间戳采用以下格式:“Jun 6 18:42:51”。有什么方法可以确保 Xcode Organizer 中显示的时间戳显示毫秒?
还是我需要编写自己的日志记录函数而不是使用NSLog
?