question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question compilation error Xcode

See original GitHub issue

Hi,

I’m getting this compilation exception in XCode. I’m wondering if you can shine any light on this?

`ld: warning: object file (/Users/marc/Library/Developer/Xcode/DerivedData/msa_mobile-gnwkkilvjnakkdekwmrrjndwxeuc/Build/Products/Debug-iphonesimulator/libRNVectorIcons.a(RNVectorIconsManager.o)) was built for newer iOS version (8.3) than being linked (7.0)

ld: warning: object file (/Users/marc/Library/Developer/Xcode/DerivedData/msa_mobile-gnwkkilvjnakkdekwmrrjndwxeuc/Build/Products/Debug-iphonesimulator/libRCTNetwork.a(RNVectorIconsManager.o)) was built for newer iOS version (8.3) than being linked (7.0)

duplicate symbol OBJC_CLASS$_RNVectorIconsManager in: /Users/marc/Library/Developer/Xcode/DerivedData/msa_mobile-gnwkkilvjnakkdekwmrrjndwxeuc/Build/Products/Debug-iphonesimulator/libRNVectorIcons.a(RNVectorIconsManager.o) /Users/marc/Library/Developer/Xcode/DerivedData/msa_mobile-gnwkkilvjnakkdekwmrrjndwxeuc/Build/Products/Debug-iphonesimulator/libRCTNetwork.a(RNVectorIconsManager.o)

duplicate symbol OBJC_METACLASS$_RNVectorIconsManager in: /Users/marc/Library/Developer/Xcode/DerivedData/msa_mobile-gnwkkilvjnakkdekwmrrjndwxeuc/Build/Products/Debug-iphonesimulator/libRNVectorIcons.a(RNVectorIconsManager.o) /Users/marc/Library/Developer/Xcode/DerivedData/msa_mobile-gnwkkilvjnakkdekwmrrjndwxeuc/Build/Products/Debug-iphonesimulator/libRCTNetwork.a(RNVectorIconsManager.o)

duplicate symbol OBJC_IVAR$_RNVectorIconsManager._bridge in: /Users/marc/Library/Developer/Xcode/DerivedData/msa_mobile-gnwkkilvjnakkdekwmrrjndwxeuc/Build/Products/Debug-iphonesimulator/libRNVectorIcons.a(RNVectorIconsManager.o) /Users/marc/Library/Developer/Xcode/DerivedData/msa_mobile-gnwkkilvjnakkdekwmrrjndwxeuc/Build/Products/Debug-iphonesimulator/libRCTNetwork.a(RNVectorIconsManager.o)

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
obladorcommented, Mar 28, 2016

While I think it’s unrelated, I’ve changed deployment target to iOS 7.0 in the latest release.

0reactions
obladorcommented, Apr 1, 2016

Aight, closing for now

Read more comments on GitHub >

github_iconTop Results From Across the Web

xcode doesn't show compiler errors… | Apple Developer Forums
My problem was that Xcode (v8.2.1) was not showing me the current compliation errors but was showing old ones for code that I'd...
Read more >
Xcode Compile Error - ios - Stack Overflow
I fixed this by running the following commands. brew upgrade carthage sudo rm -rf Carthage/ carthage update. Then clean the xcode project and...
Read more >
Sorting out compile errors when using multiple different ...
I am on Yosemite and trying to compile a software package using g++ . Compiling this particular package has previously worked on Mountain...
Read more >
Questions in topic: build error in xcode 11
Questions in topic: build error in xcode 11 · The selected sandbox account doesn't support SMS feature. · Database file is inaccessible error...
Read more >
[SOLVED]B4i 7.0 / Xcode 12.3 / Compiling error / Questions
I tried to compile a test app (Hello World) to understand how B4i, the compiling, the certificates and the provisioning profiles works. From...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found