I ran into a similar problem.
In my application, I ran my code and created ipa for up to two days. And today, when I try to run the same code without any changes, I get:
ld: 102 repeated characters for x86_64 architecture clang: error: linker command with exit code 1 (use -v to call the call)
The solution to this Linker duplication error can be resolved by removing all of your classes from compilation sources , then click the + button and find the term '.m' . Highlight each class, then click Add . Build and run again.
source share