0

I am new in IOS, is it possible that I want to write source code in notepad/notepad++ for iphone apps and want to then run it on apple iphone device without mac machine through command prompt or any free tools? If it is possible then suggest how to write files with extension and collect it in a particular folder then how to run it?

I already searched regarding this but not find proper answer for it, please suggest

4

2 回答 2

1

您可以在记事本中编写任何代码,但您需要 Mac OS 和 XCode 来构建项目。

于 2013-10-07T07:35:21.553 回答
0

您可以Objective C使用 Notepad 和GNUStep简单地编译和运行。如果没有 mac 和 xcode,您将无法测试和开发 iOS 代码。如果您只想使用目标 C,请按照此处的教程进行操作。您也可以在此处查看要遵循的步骤。

于 2013-10-07T07:53:33.130 回答