编译WeSMS出错
我刚才svn上取的代码,编译了一下,出现以下几个错误
Prefix.h:18:33: error: WebCore/WebFontCache.h: No such file or directory
In file included from main.m:3:
WeSms.h:44:41: error: AddressBookUI/ABPeoplePicker.h: No such file or directory
In file included from WeSms.h:45,
from main.m:3:
PeoplePickerController.h:19: warning: 'struct CPRecord' declared inside paramete
r list
PeoplePickerController.h:19: warning: its scope is only this definition or decla
ration, which is probably not what you want
make: *** [main.o] Error 1
我查了一下,没有发现这些头文件名在系统中存在,why? 难道我们用的不是同样的sdk?
我是按老外的文章在本地创建的window下的cygwin开发环境,编译helloworld成功