IOS開發:用命令行編譯一個最簡單的程序

1.localhost:hello apple$ cd hello
2.localhost:hello apple$ ls
3.hello         hello.1
4.hello-Prefix.pch  main.m
5.localhost:hello apple$ clang -fobjc-arc -framework Foundation main.m -o first
6.localhost:hello apple$ ./first
7.2013-10-16 11:04:11.052 first[276:707] Hello, World!

iOS開發

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章