What's the state of developing iOS apps in Linux? [closed]

二次信任 提交于 2019-12-17 13:55:40

问题


I thought this would be the appropriate community to ask this question.

Back when Apple had their developer's conference over the summer, I was aware that they were going to make Swift open source.

I was under the impression that Xcode would not be ported to Linux, but I was under the understanding that some entity would create a development program to imitate Xcode.

Therefore, I am wondering about new developments in this situation.

Does anyone have any more current knowledge about this topic or any experiences with this?


回答1:


There's a misunderstanding here.

Swift the programming language is open source.

It doesn't mean that iOS or OS X frameworks, like Cocoa, UIKit, etc, are available in Linux - Apple didn't announce that.

When you make an app for iOS using Swift, you have to import UIKit and other libraries - those are the iOS parts.

Swift is just the language - you can already make an iOS app with Ruby, Objective-C, JavaScript, etc, using these same libraries.



来源:https://stackoverflow.com/questions/33466829/whats-the-state-of-developing-ios-apps-in-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!