mac-cain13 / R.swift

Strong typed, autocompleted resources like images, fonts and segues in Swift projects
MIT License
9.5k stars 764 forks source link

When I tried to achieve, I encountered this error. "not loaded: @rpath/RswiftResources.framework/Versions/A/RswiftResources" #856

Closed Rylaa closed 4 months ago

Rylaa commented 1 year ago

xcode version: Xcode 15

Rswift

Screenshot 2023-10-01 at 18 03 39

SPM

Screenshot 2023-10-01 at 18 02 08

Run build tools

Screenshot 2023-10-01 at 18 02 36

Error

Screenshot 2023-10-01 at 18 02 58

How can i resolve this problem?

Rylaa commented 1 year ago

@tomlokhorst can you help me with this?

kylechandev commented 1 year ago

Does anyone know how to solve this problem?

martijnvdwal commented 1 year ago

@Rylaa / @kylechandev

I think this might solve your issue:

Go to your target settings, select general, and scroll down to "Frameworks, Libraries, and Embedded Content" and remove rswift, RswiftLibrary is the only one you want.

Before Xcode 15, Xcode would ask which libraries to import, but with Xcode 15 it adds all the available libraries by default, so you'll have to do this every time after you add this package to your project.

a-kushniarou commented 1 year ago

Thanks @martijnvdwal that helped me

kylechandev commented 1 year ago

@Rylaa / @kylechandev

I think this might solve your issue:

Go to your target settings, select general, and scroll down to "Frameworks, Libraries, and Embedded Content" and remove rswift, RswiftLibrary is the only one you want.

Before Xcode 15, Xcode would ask which libraries to import, but with Xcode 15 it adds all the available libraries by default, so you'll have to do this every time after you add this package to your project.

Thank you very much! ! !

dimic-milos commented 11 months ago

If you are still encountering this issue, make sure "Other Linker Flags" under "Build Settings" does NOT contain RSwiftResources. We switched from pods to SPM, and could be a leftover. Pain to find

eslammoemen commented 5 months ago

@martijnvdwal you're a life saver !! ♥️