获取团队列表时Xcode崩溃 [英] Xcode crashing when fetching team list

查看:190
本文介绍了获取团队列表时Xcode崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以基本上Xcode 6.1是崩溃,当它试图得到团队列表。从主屏幕中的常规选项卡,当尝试提交到iTunes的应用程序,尝试验证应用程序..每当它试图获得团队列表,它崩溃。它在一小时前正常工作,但当我们在iTunes帐户中添加了一些团队成员进行内部测试时,它开始崩溃。



任何想法?

$ b同样的问题在这里,但是可以通过命令行界面编译和生成一个.ipa文件:


$ b $ b

  xcodebuild archive -project $ projectname.xcodeproj -scheme $ schemename -archivePath projectname.xcarchive 
xcodebuild -exportArchive -archivePath $ projectname.xcarchive -exportPath $ projectname -exportFormat ipa -exportProvisioningProfile配置配置文件名称

希望这有助于。


So basically Xcode 6.1 is crashing whenever it's trying to get team list. From the general tab in the main screen, when trying to submit the app to iTunes, trying to validate the app.. whenever it tries to get team list, it crashes. It is working fine an hour ago but when we added some team members in the iTunes account for internal testing, it started crashing.

Any ideas?

解决方案

Same problem here, however it's possible to compile and generate a .ipa file by the command line interface:

xcodebuild archive -project $projectname.xcodeproj -scheme $schemename -archivePath projectname.xcarchive
xcodebuild -exportArchive -archivePath $projectname.xcarchive -exportPath $projectname -exportFormat ipa -exportProvisioningProfile "Provisioning Profile Name"

Hope this could help.

这篇关于获取团队列表时Xcode崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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