-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I followed the steps, but stuck at linking with error below:
duplicate symbol OBJC_CLASS$_PodsDummy_Pods_Ruguo in:
/Users/jasonyu/Library/Developer/Xcode/DerivedData/Ruguo-grsyzxtiialcjibgdcbnmohgdsed/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-Ruguo.build/Objects-normal/arm64/Pods-Ruguo-dummy.o
/Users/jasonyu/Library/Developer/Xcode/DerivedData/Ruguo-grsyzxtiialcjibgdcbnmohgdsed/Build/Products/Debug-iphoneos/Pods_Ruguo.framework/Pods_Ruguo(Pods-Ruguo-dummy.o)
duplicate symbol OBJC_METACLASS$_PodsDummy_Pods_Ruguo in:
/Users/jasonyu/Library/Developer/Xcode/DerivedData/Ruguo-grsyzxtiialcjibgdcbnmohgdsed/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-Ruguo.build/Objects-normal/arm64/Pods-Ruguo-dummy.o
/Users/jasonyu/Library/Developer/Xcode/DerivedData/Ruguo-grsyzxtiialcjibgdcbnmohgdsed/Build/Products/Debug-iphoneos/Pods_Ruguo.framework/Pods_Ruguo(Pods-Ruguo-dummy.o)
ld: 2 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
After removing Pods_Ruguo.framework from Linked Frameworks and Libraries, the error is gone, but then pods targets are not built before main app target, so I'll get another error.
Is there anything I might have missed?