No Such Module 'Restkit' With Cocoapods and Swift

No such module 'SCSDKCreativeKit'

The Cocapods installation method seems to be bugged at the moment. Instead of using CocoaPods, use Carthage to install. This should fix the error, as it fixed it for me.

Why am I getting No such module 'ESPProvision' Error in swift even though the pod is installed?

I'm closing this question, it was an issue with the library itself. I opened a ticket with Espressif and they updated their code https://github.com/espressif/esp-idf-provisioning-ios/issues/57

No such Module after successful building yesterday

In case anyone finds this, and really for me to go back to it incase this happened again.

Open but the Build Settings for your application.

  • Look for Framework Search Paths
  • Double click on debug
  • If there is anything in that list, highlight it all and click on the - button to remove it.
  • Click the + sign, and add the following: $(inherited) (make sure its non-recursive)
  • Do the same for Release

Do the same for Header Search Paths

Do I still need CocoaPod installation?

[Swift package] is the new and sufficient way

Correct. The library is now installed in your project and there is no further work to do.

In general, Swift packages supersede Cocoapods. Wherever possible, if a library offers a Swift package installation, you'll probably want to use that rather than Cocoapods.

In this particular case, you should file an issue on the documentation. They have added Swift Package as an alternative way of installing this library but they have forgotten to add that information to the instructions in the Readme.



Related Topics



Leave a reply



Submit