简体   繁体   English

无法使用Xcode 7 Beta构建iOS应用

[英]Can't build iOS app with Xcode 7 beta

The new Xcode 7 beta was released and I decided to build an iOS app in it. 新的Xcode 7 Beta发布了,我决定在其中构建一个iOS应用。 Now I have finished building the application in Swift 2.0. 现在我已经完成了在Swift 2.0中构建应用程序。 I just finished uploading the binary when it hit me. 我刚刚完成对二进制文件的上传。 You can't develop apps for other than beta versions of iOS with a beta version of Xcode - and since I built the app in Swift 2.0, I cannot compile it with a previous version of Xcode and upload a build that way. 您无法使用Beta版的Xcode开发非Beta版iOS的应用程序-由于我是在Swift 2.0中构建该应用程序的,因此无法使用以前版本的Xcode进行编译并以这种方式上载构建。

Is there any way that I can get the application out, or do I have to wait until apple releases a released version of Xcode 7 with Swift 2.0? 有什么办法可以使应用程序退出,还是必须等到苹果发布带有Swift 2.0的Xcode 7的发行版之后,才能执行?

You'll have to wait until Apple start accepting XCode beta 7 Apps (This will be a date near to the software public release), all of this in order to prevent your app of crashing in old devices. 您必须等到Apple开始接受XCode beta 7应用程序(这将是软件公开发布的日期),所有这些都是为了防止您的应用程序在旧设备中崩溃。 You can only submit to the app store with the official releases of the tools, not the betas. 您只能将工具的正式版本(而不是Beta)提交给应用商店。

Have your tried archiving your app and uploading with Application loader ? 您是否尝试过归档应用程序并使用Application loader上传?

Hope it helps. 希望能帮助到你。

我有一个非常类似的问题...请确保您的发行设置配置文件适用于应用商店,而不适用于临时或企业发行:)

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

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