开发者

Error in openflow library iphone

开发者 https://www.devze.com 2023-03-04 12:29 出处:网络
whenever I am adding an openflow library and execute, this 开发者_开发百科error occur Undefined symbols:

whenever I am adding an openflow library and execute, this 开发者_开发百科error occur

Undefined symbols:
  "_CATransform3DIdentity", referenced from:
      _CATransform3DIdentity$non_lazy_ptr in AFOpenFlowView.o
     (maybe you meant: _CATransform3DIdentity$non_lazy_ptr)
  "_CATransform3DRotate", referenced from:
      -[AFOpenFlowView(hidden) setUpInitialState] in AFOpenFlowView.o
      -[AFOpenFlowView(hidden) setUpInitialState] in AFOpenFlowView.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

Any one have any idea about it?


You need to add the "QuartzCore" framework to your app. The library you are using probably needs this framework, so your app needs to import this framework in order to compile.


Looks like you need to add the QuartzCore framework to your project. See this question for Xcode 3.2 or this question for Xcode4.

0

精彩评论

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

关注公众号