xcode5 - How to upload iOS app made in Xcode 6 -


i have build app using swift in xcode 6, , upload it. read not possible upload application using beta version of xcode, decided try uploading using xcode 5.

i have followed neccecary steps normal process of uploading app, xcode keeps on giving me error:

the bundle not signed using apple submission certificate 

i have been trying things 4 hours. regenerating certificates, app-id's, etcetera. restarted xcode , rebooted mac.

can confirm whether , how can upload app?

you cannot upload app made swift yet. xcode 5 fail @ point on uploading since apple has said it's not supported. unfortunately impossible now.

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

you can begin using swift code implement new features in app, or enhance existing ones. new swift code co-exists along side existing objective-c files in same project, making easy adopt. , when ios 8 , os x yosemite released fall, can submit apps use swift app store , mac app store.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -