Pods 没有找到模块 flutter
Pods module not found flutter
你好,当我尝试为 ios 构建我的应用程序时,我总是收到此错误我尝试了很多事情,例如 flutter clean 删除 pod 文件和设置部署信息,但总是出现相同的错误。
未找到模块 'add_2_calendar'。
当您 运行 flutter build ios
一个 Podfile 并且 Podfile.lock 将在 iOS 文件夹中创建
cd into ios folder with terminal
- 手动删除 Podfile.lock 文件
rm -rf Pods
pod cache clean --all
pod deintegrate
pod setup
pod repo update
pod install
你好,当我尝试为 ios 构建我的应用程序时,我总是收到此错误我尝试了很多事情,例如 flutter clean 删除 pod 文件和设置部署信息,但总是出现相同的错误。
未找到模块 'add_2_calendar'。
当您 运行 flutter build ios
一个 Podfile 并且 Podfile.lock 将在 iOS 文件夹中创建
cd into ios folder with terminal
- 手动删除 Podfile.lock 文件
rm -rf Pods
pod cache clean --all
pod deintegrate
pod setup
pod repo update
pod install