You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As explained on Realm documentation Swift Package Target Cannot be Built Dynamically, you now have to select either a Realm or RealmSwift library. For this project only RealmSwift should be selected.
At the moment, if you create a project from scratch and you just add RxRealm as a dependency you get this error:
Swift package target `Realm` is linked as a static library by `TargetName`
--
and `Realm`, but cannot be built dynamically because there is a package
product with the same name.