Using Core Plot iPhone - Linker error

后端 未结 3 1148
别跟我提以往
别跟我提以往 2021-01-23 19:14

I kept getting the following linker error when i try using Core Plot in my project...

Undefined symbols for architecture i386:
  \"_OBJC_CLASS_$_CPXYGraph\", ref         


        
3条回答
  •  甜味超标
    2021-01-23 19:34

    I got the same error as you and my problem was that I had not added the QuartzCore framework (select your project target, expand "Link binaries with libraries", click '+' to select QuartzCore.framework).

提交回复
热议问题