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

2 Answers2

1

You can write any code in Notepad, but you will need Mac OS and XCode to build the project.

Patrick Oscity
  • 53,604
  • 17
  • 144
  • 168
0

You can just compile and run simple Objective C using Notepad and GNUStep. You can't test and develop code for iOS without having mac and xcode. If you just want to use objective C, follow tutorial here. Also you can check out steps to be followed here.

Community
  • 1
  • 1
NightFury
  • 13,436
  • 6
  • 71
  • 120