pili-engineering / PLShortVideoKit

PLShortVideoKit 是七牛推出的一款适用于 iOS 平台的短视频 SDK,提供了包括美颜、滤镜、水印、断点录制、分段回删、视频编辑、混音特效、视频剪辑、本地转码、视频上传在内的多种功能,支持高度定制以及二次开发。
https://github.com/pili-engineering/PLShortVideoKit
Apache License 2.0
448 stars 122 forks source link

报错 #93

Closed baiRookie closed 3 years ago

baiRookie commented 4 years ago

ld: warning: ignoring file /Users/KOOSPUR/Documents/代码托管/tennis/CoollangTennisBall/Pods/PLShortVideoKit/Pod/Library/Profession/PLShortVideoKit.framework/PLShortVideoKit, missing required architecture x86_64 in file /Users/KOOSPUR/Documents/代码托管/tennis/CoollangTennisBall/Pods/PLShortVideoKit/Pod/Library/Profession/PLShortVideoKit.framework/PLShortVideoKit (2 slices) Undefined symbols for architecture x86_64: "_OBJCCLASS$_PLShortVideoRecorder", referenced from: objc-class-ref in YFPostVideoController.o "_OBJCCLASS$_PLSAudioConfiguration", referenced from: objc-class-ref in YFPostVideoController.o "_OBJCCLASS$_PLSVideoConfiguration", referenced from: objc-class-ref in YFPostVideoController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

HeraShowFeng commented 4 years ago

未包含模拟器 x86_64,但使用模拟器编译 build 导致,建议使用真机设备进行编译调试