Why isn't there Xcode for Windows?

前端 未结 6 1925
面向向阳花
面向向阳花 2020-12-15 18:04

Why can\'t Xcode be hacked to be able to run on Windows? Does Xcode have another programming methods?

Also, I heard that iPhone apps are made with Objective-C, so wh

6条回答
  •  难免孤独
    2020-12-15 18:37

    I guess that porting XCode would be close to very hard (if not impossible) but even if you were able to have a running XCode version under Windows, I guess that it won’t do what you really want it to do. I assume you want a complete iPhone SDK environment which is reliant on XCode and Interface Builder in a very tight way. That’d require the port of Cocoa Frameworks (among other things) that would be, now for real, impossible to port.

    Truth is, as much as you will surely need Windows for Windows Phone development, you need a Macintosh computer for iPhone development.

    On the other hand, Xcode as an IDE, is not the best in the world, so even if you managed to get Xcode and make it use, .NET (for example), I’d much rather use visual studio for that.

提交回复
热议问题