[swift-users] iOS apps on Ubuntu

Simon Pilkington simonmpilkington at me.com
Wed Dec 9 09:20:59 CST 2015


Hi,

As part of Swift.org, Apple has open sourced the Swift compiler, the stdlib and a few other things such as the package manager. iOS applications can depend on all the frameworks that are part of the Cocoa API including UIKit for interface development. All of these frameworks are strongly tied to both Xcode and the actual iOS operating system itself and none of these elements have been open sourced by Apple.

So the intention of the open source project is not to allow iOS (or OS X) applications in different environments but rather to allow applications native to those different environment to use and benefit from the Swift language.

Hope this helps.

Cheers,
Simon


> On 9 Dec 2015, at 6:19 AM, Kostiantyn Koval via swift-users <swift-users at swift.org> wrote:
> 
> Hi, 
> 
> I think it's not. Developing iOS app requires Xcode (for signing and etc).
> The Xcode is very complex and it's only available on Mac OS
> 
> Kostiantyn
> 
>> On 09 Dec 2015, at 14:34, Piero Sabino via swift-users <swift-users at swift.org> wrote:
>> 
>> Is it possible develop apps iOS on Ubuntu 14.04 LTS?
>> 
>> Inviato da iPhone
>> Piero Sabino
>> _______________________________________________
>> swift-users mailing list
>> swift-users at swift.org
>> https://lists.swift.org/mailman/listinfo/swift-users
> 
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users



More information about the swift-users mailing list