开发者

how to add PlausibleDatabase.framework to Xcode 4.1

I've already add PlausibleDatabase.framework to Xcode4.1 by following steps:

  1. my project -- build phases
  2. Link binary with Libraries
  3. click "+"
  4. add other
  5. choose where the fr开发者_JAVA百科amework is.

And I tried to

#import "PlausibleDatabase.h"

got error 'PlausibleDatabase.h' file not found

And I checked the loaded framework, the header file is there! Anything wrong?


should import like this:

#import "PlausibleDatabase/PlausibleDatabase.h"
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜