calabash / calabash-ios

Calabash for iOS
Other
1.81k stars 368 forks source link

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

Open carlocepres opened 5 years ago

carlocepres commented 5 years ago

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)

jmoody commented 5 years ago

It looks like you are linking the framework twice.

carlocepres commented 5 years ago

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