GithubHelp home page GithubHelp logo

Comments (6)

atereshkov avatar atereshkov commented on July 30, 2024 2

I found the solution. Maybe will be helpful for someone:

  1. Generate new flutter app with swift template using
    flutter create -i swift my_app
  2. Copy AppDelegate.swift file
  3. Remove AppDelegate.m and AppDelegate.h files
  4. Add in your Podfile
    use_frameworks!
  5. Remove Runner/main.m file
  6. Add Runner-Briding-Header.h file
  7. Remove libPods-Runner.a from Project settings -> General -> Embedded Binaries and from Linked Frameworks as well
  8. Add Pods_runner in Linked Frameworks

And it should be okay, otherwise just copy the "ios" folder from newly generated project and replace it with "ios" folder in your project.

from esys-flutter-share.

atereshkov avatar atereshkov commented on July 30, 2024

Same issue here. @mayqiyue have you find the solution?

from esys-flutter-share.

mayqiyue avatar mayqiyue commented on July 30, 2024

from esys-flutter-share.

atereshkov avatar atereshkov commented on July 30, 2024

@mayqiyue by the way, which plugin are you using?

from esys-flutter-share.

gustavobrian avatar gustavobrian commented on July 30, 2024

Not not work!!! Any app get firebase_messaging and firebase_messaging requiered:
Remove the use_frameworks! line from ios/Podfile (workaround for flutter/flutter#9694).

And this plug in: Add in your Podfile use_frameworks!

My every packages work witch out use_frameworks in podfile, where fix this problem???

please help me to fix...
and thanks for your work!!!

from esys-flutter-share.

d-wolf avatar d-wolf commented on July 30, 2024

duplicate #15

from esys-flutter-share.

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.