Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Realm link error #trivial #213

Closed
wants to merge 1 commit into from

Conversation

p-x9
Copy link

@p-x9 p-x9 commented May 1, 2024

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 p-x9 changed the title Fix Realm link error Fix Realm link error #trivial May 1, 2024
@JoeMatt
Copy link
Contributor

JoeMatt commented May 7, 2024

/rebase

@JoeMatt JoeMatt self-assigned this May 7, 2024
@JoeMatt
Copy link
Contributor

JoeMatt commented May 7, 2024

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 JoeMatt closed this May 7, 2024
@p-x9 p-x9 deleted the feature/remove-realm-link branch May 7, 2024 23:42
@p-x9 p-x9 restored the feature/remove-realm-link branch May 12, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants