R.swift icon indicating copy to clipboard operation
R.swift copied to clipboard

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

Open Rylaa opened this issue 2 years ago • 6 comments

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 avatar Oct 01 '23 15:10 Rylaa

@tomlokhorst can you help me with this?

Rylaa avatar Oct 02 '23 11:10 Rylaa

Does anyone know how to solve this problem?

kylechandev avatar Oct 06 '23 15:10 kylechandev

@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.

martijnvdwal avatar Oct 26 '23 08:10 martijnvdwal

Thanks @martijnvdwal that helped me

a-kushniarou avatar Oct 26 '23 12:10 a-kushniarou

@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! ! !

kylechandev avatar Oct 26 '23 14:10 kylechandev

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

dimic-milos avatar Dec 05 '23 09:12 dimic-milos

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

eslammoemen avatar Jun 13 '24 11:06 eslammoemen