Code Monkey home page Code Monkey logo

Comments (12)

hatemragab avatar hatemragab commented on July 21, 2024

is there any progress ?

from videocompress.

dcr309duan avatar dcr309duan commented on July 21, 2024

Same problem.

from videocompress.

liuweichn avatar liuweichn commented on July 21, 2024

Same problem.

from videocompress.

IgreatD avatar IgreatD commented on July 21, 2024

Same problem.

from videocompress.

jonataslaw avatar jonataslaw commented on July 21, 2024

You need to have swift on your project.
This project was built with swift and kotlin, you need to support both languages.

solutions:
Method 1: exclude ios folder and run on terminal:

flutter create . (don't forget dot)


Method 2:
add to ios/Podfile
use_frameworks!

example:

use_frameworks! 
system('rm -rf .symlinks')
system('mkdir -p .symlinks/plugins')

and swift version:
config.build_settings['SWIFT_VERSION'] = '5.0'

example:

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['ENABLE_BITCODE'] = 'NO'
      config.build_settings['SWIFT_VERSION'] = '5.0' # added this
    end
  end
end

As this is not a problem related to the plugin, but rather about using Flutter, I am closing this.

from videocompress.

wutingyu avatar wutingyu commented on July 21, 2024

I used method 1(flutter create .) , but it stills not work?

from videocompress.

ArefMozafari avatar ArefMozafari commented on July 21, 2024

I used the both solutions and none of them works.
What should we do?

from videocompress.

NightSkyWatchers avatar NightSkyWatchers commented on July 21, 2024

I used method 2 , it works

from videocompress.

lavande820 avatar lavande820 commented on July 21, 2024

I used method 2 , it works

Hello, may I ask how you added "use_frameworks!" to the Podfile file?

from videocompress.

NightSkyWatchers avatar NightSkyWatchers commented on July 21, 2024

I used method 2 , it works

Hello, may I ask how you added "use_frameworks!" to the Podfile file?

Open the podfile in Android studio and add it as follows
image

from videocompress.

LindaSze avatar LindaSze commented on July 21, 2024

I can't add [ use_frameworks!],cause it will make other mistake about libraries.
so, is there any other solution?

from videocompress.

pranavo72bex avatar pranavo72bex commented on July 21, 2024

I can't add [ use_frameworks!],cause it will make other mistake about libraries. so, is there any other solution?

Did you find any way to fix the build issue without using use_frameworks!

from videocompress.

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.