Posts

Post not yet marked as solved
0 Replies
351 Views
Hi folks, in another thread I reported an odd linker error that I am receiving with Xcode 11.2.1. Some similar errors reported online suggests this is a problem that can be rectified by completely deleting Xcode and installing fresh. As far as I know, I only have the developer tools installed. Can someone tell me the complete steps for complete removal of Xcode 11.2.1? Then I would like to either reinstall Xcode or replace the Xcode developer tools with replacements from homebrew - is that possible?
Posted
by rhaynes74.
Last updated
.
Post not yet marked as solved
0 Replies
549 Views
Hi folks, I don't do a lot of coding on my mac laptop, but trying to build a project there for testing purposes and I receive the following errors. A problem with my xcode install maybe? xcode 11.2.1, Catalina 10.15.1Any help would be appreciated.R Haynes0 0x1057be198 __assert_rtn + 1271 0x1057023da ld::tool::InputFiles::findDylib(char const*, ld::dylib::File const*, bool) + 7402 0x1056797e4 generic::dylib::File<x86_64>::processIndirectLibraries(ld::dylib::File::DylibHandler*, bool) + 763 0x10570369d ld::tool::InputFiles::createIndirectDylibs() + 3074 0x1057045a9 ld::tool::InputFiles::forEachInitialAtom(ld::File::AtomHandler&, ld::Internal&) + 6515 0x105713016 ld::tool::Resolver::resolve() + 446 0x1056a1044 main + 794A linker snapshot was created at:/tmp/DDCPPoisson-2019-10-14-174419.ld-snapshotld: Assertion failed: (counter() < 0xffff), function nextCounter, file /Library/Caches/com.apple.xbs/Sources/ld64/ld64-520/src/ld/ld.hpp, line 313.clang-9: error: linker command failed with exit code 1 (use -v to see invocation)make[3]: *** [bin/DDCPPoisson] Error 1make[2]: *** [bin/CMakeFiles/DDCPPoisson.dir/all] Error 2make[1]: *** [bin/CMakeFiles/DDCPPoisson.dir/rule] Error 2make: *** [DDCPPoisson] Error 2
Posted
by rhaynes74.
Last updated
.