XCode - undefined symbols for architecture armv7 arm64

后端 未结 1 1452
梦毁少年i
梦毁少年i 2021-01-22 15:10

I\'ve gone to an older project that needs to have the SDK updated for the scanner that it uses. The new SDK is 64bit ready and so the app needs updating. The SDK is installed by

1条回答
  •  遥遥无期
    2021-01-22 15:18

    It looks like you are not linking your project with the AVFoundation framework.

    User Guide.

    0 讨论(0)
提交回复
热议问题