kishikawakatsumi / IBPCollectionViewCompositionalLayout

Backport of UICollectionViewCompositionalLayout to earlier iOS 12
MIT License
1.55k stars 148 forks source link

No such module 'IBPCollectionViewCompositionalLayout' in UI Test if added via SPM #135

Open mrgrauel opened 4 years ago

mrgrauel commented 4 years ago

Hello @kishikawakatsumi,

I couldn't figure out what the problem is but https://github.com/facebook/facebook-ios-sdk/issues/1187 is the same issue that your framework got.

No other spm compatible framework which I use has the problem. Linking the binary to the ui test target doesn't fix the problem.

Do you have an idea what to look for? Your other framework https://github.com/kishikawakatsumi/KeychainAccess works perfectly.

Regards Andi