We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error: Multiple commands produce '/Users/ST22956/Library/Developer/Xcode/DerivedData/demo-dhbuwwmhnykrrcakkwemvgtkdzep/Build/Products/Debug-iphonesimulator/Realm/Realm.framework.dSYM': 1) That command depends on command in Target 'Realm' (project 'Pods'): script phase “[CP] Copy dSYMs” 2) That command depends on command in Target 'Realm' (project 'Pods'): script phase “[CP] Copy dSYMs”
$ bundle exec pod env | egrep 'CocoaPods |Xcode|cocoapods-binary' CocoaPods : 1.10.1 Xcode : 12.4 (12D4e) Executable Path: /Users/ST22956/Documents/workspace/cocoapods-binary/demo/.bundler_cache/ruby/2.7.0/bin/pod cocoapods-binary : 0.4.4 plugin 'cocoapods-binary'
The text was updated successfully, but these errors were encountered:
This problem happens because you may be using another dependency that depended on and build a different realm version. For example, RxRealm.
You can also as a hack do: #136
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: