calabash/calabash-ios

Calabash IOS Target: Apple Mach-O Linker Error duplicate symbols for architecture x86_64

carlocepres opened this issue · 2 comments

When I'll building my calabash-target having an error, Apple Mach-O Linker Error Linker command failed with exit code 1 (use -v to see invocation) in the Xcode workspace.
can you help me how to resolve this error? Thank you.
Screenshot 2019-06-14 at 8 18 03 AM

id: 1347 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

It looks like you are linking the framework twice.

Hi SIr @jmoody how I can resolve this linking the framework twice in the xcworkspace?