You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know why this problem occurs. But you can add static specifier to these declarations to solve this problem. e.g. const int swift_AVERROR_BSF_NOT_FOUND = AVERROR_BSF_NOT_FOUND; => static const int swift_AVERROR_BSF_NOT_FOUND = AVERROR_BSF_NOT_FOUND;.
This runs perfectly, build to a device and run.
However when you Archive the project, unfortunately:
ld: 57 duplicate symbols for architecture arm64
So, VideoUtil.o has many dupes (with AVError.o, AudioUtil.o etc etc) such as _swift_AVERROR_HTTP_OTHER_4XX etc.
any easy fix ?!
The text was updated successfully, but these errors were encountered: