Git Product home page Git Product logo

Comments (2)

AlexanderEggers avatar AlexanderEggers commented on May 20, 2024

Update:
I had a closer look at the issue and the issue seems to be much more significant in regards to iOS. It doesn't actually automatically detect the composeResource folder anymore. I did a test and the relevant Pods-iosApp-resources-{configuration}-{input/output}-files.xcfilelist are not longer created for some reasons. If I add these manually, then everything seems to work but otherwise it just cannot find any shared resources anymore which might explain why the build system tries to remove the relevant build phase.

from compose-multiplatform.

AlexanderEggers avatar AlexanderEggers commented on May 20, 2024

Random thought.. the root cause could be around the fact that I named my compose (shared) code framework different than the folder name which is containing the code.

So my project folder structure is:

  • androidApp
  • iosApp
  • shared

The framework name for the "shared" folder is called "CommonLib". For the most part that seems to work but the podspec definition spec.resources keeps pointing to ['build/compose/ios/shared/compose-resources'] which is not correct. It should be ['build/compose/ios/CommonLib/compose-resources']. So I just renamed my shared framework to "shared" and finally the relevant xcfilelist files are generated again.

I hope some of these observations help to understand my issue.

Update:
Nvm my last message... the issue is back with the project being unable to create the right xcfilelist files.. I had to manually add back the files if I would do a full clean of the ios project.

from compose-multiplatform.

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.