Code Monkey home page Code Monkey logo

Comments (6)

devernay avatar devernay commented on July 20, 2024

That's an Xcode 7.3 issue. There does not seem to be any way to disable this flag.
You could copy-paste the command-line to a terminal and remove the flags "-Xlinker -no_deduplicate".
Or you could use another build system than Xcode (Makefile, cmake, qmake...).

see also https://forums.developer.apple.com/thread/44905

from xcodelegacy.

siriuscn avatar siriuscn commented on July 20, 2024

I fixed the compiler issue. Add a User-Defined build setting
LD_DONT_RUN_DEDUPLICATION and set its value to NO.

Everything goes right.:)

from xcodelegacy.

devernay avatar devernay commented on July 20, 2024

Thanks for finding out, i'll put that un thé readme/faq
Le 17 août 2016 4:29 AM, 51test2003 [email protected] a écrit :I fixed the compiler issue. Add a User-Defined build setting
LD_DONT_RUN_DEDUPLICATION and set its value to NO.

Everything goes right.:)

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.

from xcodelegacy.

chobits avatar chobits commented on July 20, 2024

Le 17 août 2016 4:29 AM, 51test2003 [email protected] a écrit :I fixed the compiler issue. Add a User-Defined build setting LD_DONT_RUN_DEDUPLICATION and set its value to NO.

hi @devernay, how do u fix this issue?

from xcodelegacy.

devernay avatar devernay commented on July 20, 2024

xcodelegacy now installs a ld stub which filters the unsupported arguments, so it should rune fine out of the box. see: https://github.com/devernay/xcodelegacy/blob/master/XcodeLegacy.sh#L746

from xcodelegacy.

chobits avatar chobits commented on July 20, 2024

xcodelegacy now installs a ld stub which filters the unsupported arguments, so it should rune fine out of the box. see: https://github.com/devernay/xcodelegacy/blob/master/XcodeLegacy.sh#L746

thanks!

from xcodelegacy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.