开发者

how to add PlausibleDatabase.framework to Xcode 4.1

开发者 https://www.devze.com 2023-03-25 07:19 出处:网络
I\'ve already add PlausibleDatabase.framework to Xcode4.1 by following steps: my project -- build phases

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

精彩评论

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