SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.24k stars 741 forks source link

No such module 'SwiftMessages' #525

Closed tbswork1 closed 10 months ago

tbswork1 commented 10 months ago

I am using XCode 14.3.1 and SwiftMessages 9.0.6 as local swift package. But I get No such module 'SwiftMessages' at the import line.

The local SwiftMessages was added in Target -> Build Phrases -> Link Binary with Libraries.

wtmoose commented 10 months ago

Send me a sample project, a recording of your package setup, or something I can work with, please

tbswork1 commented 10 months ago

Found that I need to import as library not framework. Then it works.