主要思路是这样的,iPhone 上运行的程序需要有签名。所以先用xcode生成一个不带签名的程序,然后自己用 ldid 来签署。这样OK 。
已经有 C 语言编程基础 Table of Contents 1 Hello World 2 Hello World 2 3 语法简略 3.1 #import 3.2 数据类型 3.3 @ 符号 3.4 @"" 3.5 面向对象 3.6 方法调度程序 3.7 对象的方法 3.8 对象的构建。 3.9 方法调度 self? 3.10 super ? 3.11 对象? 指针? 3.12 @class 前向声明