Closed Rylaa closed 4 months ago
@tomlokhorst can you help me with this?
Does anyone know how to solve this problem?
@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.
Thanks @martijnvdwal that helped me
@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! ! !
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
@martijnvdwal you're a life saver !! ♥️
xcode version: Xcode 15
Rswift
SPM
Run build tools
Error
How can i resolve this problem?