bizz84 / bizz84/SwiftyStoreKit

Cannot find module "SwiftyStoreKit" in Pods

Open
#554 3 comments 0 reactions 0 assignees View on GitHub
type: bug
Dominant language
Swift
Stars
6.7k
Forks
801
PR merge metrics
No merged PRs in 30d

Description

## 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'```

2. Run `pod install`

3. 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.