Xcode gives Apple Mach-O linker error

后端 未结 3 1310
难免孤独
难免孤独 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:30

    Google is your friend: someone else fixed this by adding the Accelerate framework to their project (and this does look like a framework error).

    https://github.com/rnystrom/RNBlurModalView/issues/5

    Make sure you also have the QuartzCore framework included as well, as that is also required by that library.

提交回复
热议问题