RxRealm icon indicating copy to clipboard operation
RxRealm copied to clipboard

Fix `Realm` link error #trivial

Open p-x9 opened this issue 2 years ago • 1 comments

I use RxRealm via SPM. Thanks.

By the way, When I build on an Apple Silicon Mac, I get the following error (Xcode 15.2, MacOS 14.4.1(23E224))

Swift package target 'Realm' is linked as a static library by 'RxRealmTests' and 'Realm', but cannot be built dynamically because there is a package product with the same name.

I noticed that there is no need to include Realm directly in the dependency on the RxRealm side, since RealmSwift is already linked to Realm.

p-x9 avatar May 01 '24 08:05 p-x9

/rebase

JoeMatt avatar May 07 '24 22:05 JoeMatt

Thank you. This was also fixed in #215

I don't have enough access control to rebase and change the default branch to develop, so everything was merged to main.

I'm hoping this didn't break things but I made a new PR to fix cocoapods release anyway here #216 216

JoeMatt avatar May 07 '24 22:05 JoeMatt