3 回答

TA貢獻1847條經(jīng)驗 獲得超7個贊

TA貢獻2016條經(jīng)驗 獲得超9個贊
AVPictureInPictureController
Undefined symbols for architecture armv7: "_OBJC_CLASS_$_AVPictureInPictureController", referenced from: objc-class-ref in yourTarget.a(yourObject.o)ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
解決辦法:
去你的 工程項目
選擇 目標
然后,去 構(gòu)建階段
打開 鏈接二進制與圖書館
最后,只需添加 +
這個 AVKIT 框架
/任何其他 框架.
- 3 回答
- 0 關(guān)注
- 510 瀏覽
添加回答
舉報