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
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!
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
The text was updated successfully, but these errors were encountered: