kewlbear / FFmpeg-iOS-build-script

Shell scripts to build FFmpeg for iOS and tvOS
3.03k stars 899 forks source link

file: -lavcodec(/) is not an object file (not allowed in a library) #164

Closed qoakzmxncb closed 11 months ago

qoakzmxncb commented 2 years ago

After used the script and make libraries, I use the *.a files in Xcode like this image

When build the project, error with XXXX is not an object file (not allowed in a library), like this image

What's problem with my object?