Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

No such module 'ASCollectionView' with SPM #213

Open
thegalkin opened this issue Jun 4, 2021 · 1 comment
Open

No such module 'ASCollectionView' with SPM #213

thegalkin opened this issue Jun 4, 2021 · 1 comment

Comments

@thegalkin
Copy link

Describe the bug
Couldn't import ASCollectionView - "No such module 'ASCollectionView' with SPM"

To Reproduce
Steps to reproduce the behaviour:
add package via Swift Package Manager - add its libraries to target

Expected behaviour
It should have been imported as any other spm library

Xcode Version:

  • 12.5

Simulator, Device, Both?
Xcode problem

How to solve
Use CocoaPods

Tried
Doesn't work in two separate projects.
Cocoa way to import does.
Common fix for that doesn't helpStack Overflow
Other libraries via SPM: SwiftUIX
CocoaPods libraries:

pod 'Alamofire', '~> 5.2'
pod 'SwiftyJSON', '~> 5.0'
pod 'HTMLString', '~> 6.0'
pod 'Kingfisher', '~> 6.0' 
pod "Introspect", '~> 0.1.2'
pod "SwiftUITextField", '~> 1.0.1'
pod 'ScrollViewProxy', '~> 1.0'
@BayramInanc
Copy link

Do not add dynamic library.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants