Xcode gives Apple Mach-O linker error

后端 未结 3 1380
难免孤独
难免孤独 2021-02-01 18:14

I just compiled a project and Xcode returns these two errors which don\'t seem to be my code\'s fault. How do I fix them?

Undefined symbols for architecture i386         


        
3条回答
  •  眼角桃花
    2021-02-01 18:36

    Apparently vImageBoxConvolve_ARGB8888() is not defined. See if the Accelerate framework is properly included in the project.

提交回复
热议问题