No Such Module Crashlytics - Pod Seems to Be Missing

No such module Crashlytics - Pod seems to be missing

Try to do the following:

Delete all 4 pods related files:

  1. Podfile
  2. Podfile.lock
  3. yourprojectname.xcworkspace
  4. Pods folder

Then reinstall everything again with pod init and pod install

No such module error trying to update Crashlytics to v3.10.3

I resolved uninstalling all the old versions of CocoaPods, cleaning the cache folder and then reinstalling CocoaPods.

Getting error No such module using Xcode, but the framework is there

I'm not sure why this happens, but one way to solve your issue is to go into your build settings and defining the Framework Search Paths to a folder which contains the frameworks in question. If the frameworks are placed in your project directory, simply set the framework search path to $(SRCROOT) and set it to recursive.

Pod Install remove/delete some unrelated object/property

It's up to version of Cocoapods. That difference is probably some new config from Cocoapods, so everything should be alright.



Related Topics



Leave a reply



Submit