- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我不知道如何解决这个问题。
我有一种感觉,它可能与 RealmJS 有关,但我已经尝试了 github 上他们的问题页面中的所有内容。
我尝试过,降级 Realm、清理项目、重新启动 xcode、重新启动整个计算机,我什至删除了 pod,并重新安装了 pod。是的,我正在使用 .xworkspace 文件
177 more errors
...
duplicate symbol _OBJC_IVAR_$_GCDWebServerURLEncodedFormRequest._arguments in:
/Users/henk/Library/Developer/Xcode/DerivedData/WhosThat_app-axxkmftwrprdsnaxtynfzrtgsvca/Build/Products/Debug-iphonesimulator/libGCDWebServers.a(GCDWebServerURLEncodedFormRequest.o)
/Users/henk/Library/Developer/Xcode/DerivedData/WhosThat_app-axxkmftwrprdsnaxtynfzrtgsvca/Build/Products/Debug-iphonesimulator/libRealmReact.a(GCDWebServerURLEncodedFormRequest.o)
ld: 177 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
react 原生:0.59.8
Realm :3.2.0、3.1.0、2.8.0
Xcode:10.1
最佳答案
这是 RealmJS 的链接错误。您可能会发现使用 RealmJS 3.4.0 或更高版本更容易,因为这些版本现在包含可以为您处理所有链接的 CocoaPods。我遇到了同样的问题,不幸的是我无法在较低版本的 RealmJS 上修复它,但升级到 RealmJS 3.4.2 并使用 CocoaPods 链接库为我修复了它。
关于ios - RealmJS : clang: error: linker command failed with exit code 1 (use -v to see invocation),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58478310/
我正在使用 Realm JS和我的 React Native应用程序。我在我的架构中插入了一个值,如下所示。 const CarSchema = { name: 'Car', properti
描述 我正在尝试将我的领域对象转换为数组,如下面的历史方法所示。 class RealmStore { @observable symptoms = {}; @observable m
我不知道如何解决这个问题。 我有一种感觉,它可能与 RealmJS 有关,但我已经尝试了 github 上他们的问题页面中的所有内容。 我尝试过,降级 Realm、清理项目、重新启动 xcode、重新
我是一名优秀的程序员,十分优秀!