bow-swift / bow

🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
https://bow-swift.io
Other
643 stars 32 forks source link

["Bug"] I lost `BowGeneric` Modules #613

Closed 7-Yue closed 3 years ago

7-Yue commented 3 years ago

I use Swift Package Manager in Xcode 12. I cant add BowGeneric Modules to my lib list. Because i have no BowGeneric Modules.

This is all the list of the modules I can choose from Xcode lib list: Bow BowEffects BowEffectsGenerators BowEffectsLaws BowFree BowFreeGenerators BowGenerators BowLaws BowOptics BowOpticsLaws BowRecursionSchemes BowRx BowRxGenerators

truizlop commented 3 years ago

Thanks for reporting this. I'll investigate and come back to you. Has this worked before for you using SPM?

7-Yue commented 3 years ago

Use pod , it worked. Seemingly, your package.swift file lost BowGeneric lib.

truizlop commented 3 years ago

I noticed that, I am working on a fix. You'll need to depend on master for a while until we release a new version.

7-Yue commented 3 years ago

Thanks……