1

Build input file cannot be found: 'App/ios/Pods/Target Support Files/Pods-App/ExpoModulesProvider.swift'. Any ideas how to fix this?

James Anderbard
  • 374
  • 2
  • 6
  • 20
  • Have you checked answers on [this](https://stackoverflow.com/questions/52435202/build-input-file-cannot-be-found-swift-4-2-xcode-10-0) question? – Rohit Aggarwal Mar 20 '22 at 04:21
  • I think I need to do a pod install but am getting a new error with that: https://stackoverflow.com/questions/71550687/pod-install-fails-due-to-glog – James Anderbard Mar 20 '22 at 21:44

1 Answers1

0

I was getting this problem when building prod variant. I changed to dev variant and it worked.

Karatekid430
  • 940
  • 11
  • 25