j0j00 / flutter_liquidcore

Node.js virtual machine for Android and iOS in Flutter.
https://pub.dev/packages/flutter_liquidcore
BSD 2-Clause "Simplified" License
67 stars 16 forks source link

file not found #14

Closed Deepp0925 closed 4 years ago

Deepp0925 commented 4 years ago

@j0j00, I am getting "<LiquidCore/LiquidCore.h> file not found" error while running the example project

pods were successfully installed

j0j00 commented 4 years ago

I unfortunately don't have much free to time to work on the project at the moment.

If you're able to fix the issue, then feel free to put in a PR and I'll be sure to merge and publish it pending testing.

Deepp0925 commented 4 years ago

@j0j00 It started working after I ran

  1. sudo gem install cocoapods
  2. clean build folder
  3. run with legacy build

although this raised a new error 'flutter_assets no such file or directory in /path/2/project/ios/Flutter' in Xcode 11.4.1 but I was able to suppress this issue by copying the flutter_assets from App.framework folder to Flutter folder