Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload iOS app made in Xcode 6

I have build an app using Swift in Xcode 6, and I would like to upload it. I already read that it is not possible to upload an application using a beta version of Xcode, So I decided to try uploading it using Xcode 5.

I have followed all the neccecary steps from the normal process of uploading an app, but Xcode keeps on giving me this error:

The Bundle is not signed using an Apple submission certificate

I have been trying things four hours. regenerating certificates, App-id's, etcetera. I even restarted Xcode and rebooted my mac.

Can anybody confirm whether and how I can upload my app?

like image 819
Joris416 Avatar asked Jun 27 '14 16:06

Joris416


2 Answers

You cannot upload an app made with Swift yet. Xcode 5 will fail at some point on uploading since Apple has said it's not supported. Unfortunately impossible for now.

See this: https://developer.apple.com/swift/

You can begin using Swift code immediately to implement new features in your app, or enhance existing ones. New Swift code co-exists along side your existing Objective-C files in the same project, making it easy to adopt. And when iOS 8 and OS X Yosemite are released this fall, you can submit apps that use Swift to the App Store and Mac App Store.

like image 190
Dylan Gattey Avatar answered Nov 15 '22 08:11

Dylan Gattey


You can't upload an app written in Swift yet.

Quoting Swift Programming Language.

And when iOS 8 and OS X Yosemite are released this fall, you can submit apps that use Swift to the App Store and Mac App Store.

like image 22
Mick MacCallum Avatar answered Nov 15 '22 07:11

Mick MacCallum