iOS Question Compile error

abarnett

Member
Licensed User
Longtime User
I am trying to compile and rapid debug a previously working project and am now getting the following error;

'duplicate symbol _llvm.embedded.module in:
../../Libs/libCore.a(B4INavigationControllerWrapper.o)
../../Libs/libCore.a(B4IDatePickerWrapper.o)
ld: 108 duplicate symbols for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **


The following build commands failed:
Ld Payload/iSMTrial.app/iSMTrial normal armv7
(1 failure)'
 

abarnett

Member
Licensed User
Longtime User
I'm doing F5(run) to bridge. No configuration changes since yesterday. Just made a panel background change to transparent in the designer and re-ran.
 
Upvote 0

gudino jose luis

Active Member
Licensed User
Longtime User
I think it should be a problem hosted builder that is not working well
must notify erel to check, I'm developing an application that must deliver the day Friday and I'm frozen, pending the solution

Windows 8.1 PC with hosted server.
 
Last edited:
Upvote 0

Anthony Williams

New Member
Licensed User
Longtime User
Same problem ...with no code changes

The following build commands failed:
Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/SocialOne\ Gold normal arm64
(1 failure)

Windows 8.0 PC with hosted server.
 
Upvote 0

Anthony Williams

New Member
Licensed User
Longtime User
Now I get 2 errors with no change in the code:

The following build commands failed:
Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/SocialOne\ Gold normal armv7
Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/SocialOne\ Gold normal arm64
(2 failures)
 
Upvote 0

Jack Bodewes

Member
Licensed User
Longtime User
Same problem here too ....

Yesterday everything okay Today error message.

Error: ** BUILD FAILED **


The following build commands failed:
Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/Bodewes normal arm64
(1 failure)
 
Upvote 0
Top