Giter VIP home page Giter VIP logo

Comments (9)

rodruiz avatar rodruiz commented on July 3, 2024 1

@fryette I'm using Xcode 11.6. Let me investigate further. I'll let you know.

from webview_cookie_manager.

rodruiz avatar rodruiz commented on July 3, 2024 1

@fryette Your plugin is fine. I found the issue.
Because you are using Swift use_frameworks! is required in the Podfile.
Since Swift does not support Static Libraries you have to use frameworks.

That's why your example is working fine, because it is included in the Podfile.

target 'Runner' do
  use_frameworks!
  use_modular_headers!
  ..........
end

Recommend you to add that to the readme.
It's easy for you to migrate from Swift to Objective-C?

This could be helpful.

Thanks.

from webview_cookie_manager.

fryette avatar fryette commented on July 3, 2024 1

Unfortunately, I don't know Objective C and really don't have time to migrate code from Swift to Obj C.
I think the future is Swift and no need to do this.

I will update readme with it

@punkisnotdead3 I will close the issue for now. If you still cannot build your project with @rodruiz solution, feel free to reopen.

from webview_cookie_manager.

fryette avatar fryette commented on July 3, 2024

Can you run sample app?
I see a lot of warnings about 9.0 iOS version

from webview_cookie_manager.

rodruiz avatar rodruiz commented on July 3, 2024

I'm facing a very similar issue on iOS too.

from webview_cookie_manager.

fryette avatar fryette commented on July 3, 2024

I believe that the problem is:
https://github.com/amag2511/webview_cookie_manager/blob/master/ios/webview_cookie_manager.podspec#L18
Will set to 11

from webview_cookie_manager.

fryette avatar fryette commented on July 3, 2024

@punkisnotdead3 @rodruiz Can check again?

with

  webview_cookie_manager:
    git:
      url: [email protected]:amag2511/webview_cookie_manager.git

If everything will be fine, I will push a new version

from webview_cookie_manager.

rodruiz avatar rodruiz commented on July 3, 2024

@fryette getting the same error.
@punkisnotdead3 could you list the plugins you are using?
I'm using OneSignal.

from webview_cookie_manager.

fryette avatar fryette commented on July 3, 2024

@rodruiz hm...in my project everything is fine, I can use the plugin without any warnings or issues.
Maybe problem with swift version?

from webview_cookie_manager.

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.