How to deploy swift app without a Mac

I use Ubuntu to develop Swift apps. How can I test it? Can i deploy it to my iphone to test without a Mac?
Thanks

No, you need Xcode to deploy to an iOS device.

- mish

···

On Dec 10, 2015, at 2:23 PM, Andy via swift-users <swift-users@swift.org> wrote:

I use Ubuntu to develop Swift apps. How can I test it? Can i deploy it to my iphone to test without a Mac?

Thanks

_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

You can’t build iOS apps on Linux. You need stuff like UIKit and the rest of the Cocoa frameworks, plus the Objective-C runtime, none of which are present in the open-source version of Swift.

—Jens

···

On Dec 10, 2015, at 2:23 PM, Andy via swift-users <swift-users@swift.org> wrote:

I use Ubuntu to develop Swift apps. How can I test it? Can i deploy it to my iphone to test without a Mac?