Git Product home page Git Product logo

Comments (8)

codeswapping avatar codeswapping commented on July 26, 2024 1

Ok, I will check again. Thanks for your support

from unitynativegallery.

yasirkula avatar yasirkula commented on July 26, 2024

This is Photos framework missing rather than AssetsLibrary.

from unitynativegallery.

codeswapping avatar codeswapping commented on July 26, 2024

Ok, thanks, I have managed to trace this issue. But I think these frameworks should have been added automatically when building from unity. anyway I have added them manually and it is working now.

from unitynativegallery.

yasirkula avatar yasirkula commented on July 26, 2024

Yes they should've been. Another plugin might be overwriting Other Linker Flags instead of appending to it.

from unitynativegallery.

codeswapping avatar codeswapping commented on July 26, 2024

Actually when I am exporting xcode project, it not generating any other linker flags. all flags I have to add manually. May be there is some issues in my project configuration, but I am not sure it is related to that.

from unitynativegallery.

yasirkula avatar yasirkula commented on July 26, 2024

You're building the project using Build & Run, right? Not using an editor script to build it?

from unitynativegallery.

codeswapping avatar codeswapping commented on July 26, 2024

Yes, not an editor script

from unitynativegallery.

yasirkula avatar yasirkula commented on July 26, 2024

OK then my assumption was another plugin calling pbxProject.SetBuildProperty because otherwise, these lines have to work:

pbxProject.AddBuildProperty( targetGUID, "OTHER_LDFLAGS", "-weak_framework PhotosUI" );
pbxProject.AddBuildProperty( targetGUID, "OTHER_LDFLAGS", "-framework Photos" );
pbxProject.AddBuildProperty( targetGUID, "OTHER_LDFLAGS", "-framework MobileCoreServices" );
pbxProject.AddBuildProperty( targetGUID, "OTHER_LDFLAGS", "-framework ImageIO" );

from unitynativegallery.

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.