GithubHelp home page GithubHelp logo

Comments (5)

amarunko avatar amarunko commented on June 7, 2024 1

Hi, @remithaunay , sorry for response delay. I removed Carthage dependencies from the project. I tested with linked binaries, for me, everything works fine. Please, use last changes from the master branch, thanks.

from fan-menu.

f3dm76 avatar f3dm76 commented on June 7, 2024

Hello, first of all, thanks for using fan-menu.

Could you please provide your Carthage config? Maybe it contains both Macaw and Fan-menu, and this is why it is added twice. In any case, it would help to take a look at it.

Also, it seems like you are not the only one to encounter a similar issue, did you happen to come across this answer?
https://stackoverflow.com/questions/29608264/error-itms-90451-cfbundleidentifier-collision-error?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

from fan-menu.

remithaunay avatar remithaunay commented on June 7, 2024

Hello !
thanks for your quick answer.

I figured out the issue and it is indeed because our Carthage configuration contains both frameworks.
Actually, we also use Macaw in our app apart from FanMenu, So I had to remove manually Macaw from FanMenu with a Build Phase script:

cd "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/FanMenu.framework"
rm -fr Frameworks/

The best solution would be to not embed Macaw in FanMenu.
The internet gave me a lot of answers like the one you linked but it's all about extensions. I really think our issue is an edge case and the copy-framework inside a framework should be avoided, as it does not appear to be a good practice

Would you be open to consider removing that ?

from fan-menu.

f3dm76 avatar f3dm76 commented on June 7, 2024

People should be able to just specify fan-menu and use it. They should not be forced to know about its dependencies and manually add them all to their Carthage config. If we remove Macaw dependency from fan-menu, people will be forced to do exactly that. Could you please provide more information as to why you consider this to be a "good practice"?

from fan-menu.

remithaunay avatar remithaunay commented on June 7, 2024

Please look at answers from Matt, a Carthage developer, here and where his links send you to.

from fan-menu.

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.