sanzaru / SimpleToast

SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or MacOS applications in SwiftUI. Because of the flexibility to show any content it is also possible to use the library for showing simple modals.
Apache License 2.0
387 stars 33 forks source link

No such module 'SimpleToast' #38

Closed wfs498121294 closed 1 day ago

wfs498121294 commented 3 months ago

No such module 'SimpleToast'

xcode 15.4 spm

sanzaru commented 3 months ago

Could you provide more information? It sounds like your packages are not loaded correctly. Did you try reloading / updating your packages inside XCode?

wfs498121294 commented 3 weeks ago

Snipaste_2024-10-26_08-51-10 Snipaste_2024-10-26_08-51-59

can you see pictures

wfs498121294 commented 3 weeks ago

Snipaste_2024-10-26_08-53-00

but i can use in pod

sanzaru commented 3 weeks ago

@wfs498121294 Thank you for the screenshots and information. It looks like you forgot to add the package to your target when you added it. Please make sure that SimpleToast is listed under "Frameworks, Libraries, and Embedded Content" section on the "General" tab of your target:

SimpleToast-XCode

If the package is not listed there you need to add it via the plus button.

wfs498121294 commented 1 day ago

thinaks

wfs498121294 commented 1 day ago

It is work