Coder Social home page Coder Social logo

Comments (11)

daniel-luberda avatar daniel-luberda commented on August 10, 2024

Probably Xamarin's linker cuts it out. Call FlowListView.Init() somewhere in your project which uses your custom library.

from dltoolkit.forms.controls.

ScottMacDougall avatar ScottMacDougall commented on August 10, 2024

Sorry, I forgot to mention that I tried that.

I've tried calling Init from a static bootstrapper class in my library (from my project) as well as calling Init in just my project.

I'll try creating a sample project by the weekend.

from dltoolkit.forms.controls.

daniel-luberda avatar daniel-luberda commented on August 10, 2024
  • Do you use nuget release for that or add dlls manually?
  • Do all projects in test app have that nuget added?

Maybe you could share some code? It would be a lot harder to help you without it.

from dltoolkit.forms.controls.

ScottMacDougall avatar ScottMacDougall commented on August 10, 2024

Yes, nuget references in both the library and the calling project.

I'll whip up a sample project by the end of the weekend.

from dltoolkit.forms.controls.

daniel-luberda avatar daniel-luberda commented on August 10, 2024

Sure, you could try to add dll file manually, maybe it would solve your issue. It's just a one dll only.

from dltoolkit.forms.controls.

Qwin avatar Qwin commented on August 10, 2024

I am having the same issue and I found out the issue is with iOS 10.1. If I use the iOS 9.3 emulator it works just fine.

from dltoolkit.forms.controls.

jamal-deen-EB avatar jamal-deen-EB commented on August 10, 2024

@Qwin did you find the solution? I am also facing the same problem in iOS 10.1 .

from dltoolkit.forms.controls.

daniel-luberda avatar daniel-luberda commented on August 10, 2024

It may be related to Xamarin linking. Try to put var ignore = new TagEntryView() somewhere in code-behind.

from dltoolkit.forms.controls.

daniel-luberda avatar daniel-luberda commented on August 10, 2024

Did you work it out?

from dltoolkit.forms.controls.

Qwin avatar Qwin commented on August 10, 2024

@daniel-luberda @Jamal-deen I worked it out however, I didn't get it to work with adding the assembly. (just copied the source code in my pcl project) I think it has to do with the PCL profile version + nuget adding my dll libraries with xamarin studio. Because when starting a new project it would work fine for my friend. I am using currently profile 111 + xamarin studio + ios 10.1. I tried also calling one of the controls from code behind so that I could see if it was a linker issue however that only gave the same error meaning issues importing the dll.

from dltoolkit.forms.controls.

daniel-luberda avatar daniel-luberda commented on August 10, 2024

This: 647bc9e also should help. Closing :)

from dltoolkit.forms.controls.

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.