olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
800 stars 228 forks source link

Module 'arkit_plugin' not found #123

Closed diego-lipinski-de-castro closed 3 years ago

diego-lipinski-de-castro commented 3 years ago

This happens only when trying to build app, not when running, any idea how to fix this?

Flutter 1.22.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision 9b2d32b605 (5 weeks ago) • 2021-01-22 14:36:39 -0800 Engine • revision 2f0af37152 Tools • Dart 2.10.5

go2hyder commented 3 years ago

I am also having the same issue. @diego-lipinski-de-castro Did you fix it?

diego-lipinski-de-castro commented 3 years ago

To be honest I don't remember what I did, I can't even remember if I fixed the problem at all, sorry

go2hyder commented 3 years ago

I have done the followings and the issue is fixed

  1. Deleted Podfile , Podfile.lock and Pods folder
  2. flutter clean
  3. flutter build IOS