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

cannot use realm in flutter and ios native as the same time. #1834

Closed
sunflowerseat opened this issue Mar 13, 2025 · 0 comments
Closed

cannot use realm in flutter and ios native as the same time. #1834

sunflowerseat opened this issue Mar 13, 2025 · 0 comments

Comments

@sunflowerseat
Copy link

What happened?

cannot use realm in flutter and ios native as the same time.
when I created a flutter project, and import realm to flutter project and RealmSwift to ios project
A bug happened!

Repro steps

pubspec.yaml
dependencies:
flutter:
sdk: flutter
realm: ^20.0.1

Podfile
pod 'RealmSwift', '20.0.1'

when excute pod install it will occur an error in Teminal:
The 'Pods-Runner' target has frameworks with conflicting names: realm.

Version

20.0.1

What Atlas Services are you using?

Local Database only

What type of application is this?

Flutter Application

Client OS and version

iPhone 16 pro

Code snippets

No response

Stacktrace of the exception/crash you're getting

Relevant log output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants