SwiftyStoreKit icon indicating copy to clipboard operation
SwiftyStoreKit copied to clipboard

Cannot find module "SwiftyStoreKit" in Pods

Open Vincent-Loi opened this issue 3 years ago • 3 comments

Bug Report

Pulling the develop branch from Pods produces an error "Cannot find module "SwiftyStoreKit", and is missing the source files.

This seems to happen after some changes made to support Xcode 12?

To Reproduce

  1. Specify develop branch in Podfile

pod 'SwiftyStoreKit', :git => 'https://github.com/bizz84/SwiftyStoreKit.git', :branch => 'develop'

  1. Run pod install

  2. Build and observe error.

no-such-module missing-suppport-files

Expected behavior Should be able to install.

For now, a workaround is to specify an earlier commit.

pod 'SwiftyStoreKit', :git => 'https://github.com/bizz84/SwiftyStoreKit.git', :commit => 'd0b80c0021f0107d172e18f271458160d124a3fb'

Platform Information

  • Running Xcode 11

Vincent-Loi avatar Jun 30 '20 11:06 Vincent-Loi

I have this issue as well installing from Xcode. I'm not sure how thoroughly tested the latest release is, since there are more than 100 compile errors.

alamodey avatar Jul 05 '20 00:07 alamodey

:( the latest release should be working well (it's been tested). Any additional insights here?

Sam-Spencer avatar Jul 19 '20 17:07 Sam-Spencer

I have not tried other releases but using this commit works great https://github.com/bizz84/SwiftyStoreKit/commit/e518abea746857ea2b3348ade9e9143d88d7e431

Minishlink avatar Jul 24 '20 09:07 Minishlink