rurico / flutter_video_compress

Generate a new file by compressed video, and provide metadata. Get video thumbnail from a video path, supports JPEG/GIF. To reduce app size not using FFmpeg in IOS.
MIT License
188 stars 73 forks source link

[Bug] framework not found Regift #51

Closed dfalmeida closed 5 years ago

dfalmeida commented 5 years ago

Description

I'm trying to use this package with Xcode 10.2.1 and I'm getting ld: framework not found Regift when compiling the flutter project.

Platform

IOS

Backtracking step (if has)

  1. Added flutter_video_compress: ^0.3.7+8 to pubspect.yaml
  2. Compile -> Error. ld: framework not found Regift
dfalmeida commented 5 years ago

Found the solution: use_frameworks! , although I have dozens of packages none of them were written in objc 🤦‍♂