- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
自从在 Xcode 9(以前的 8.2)中打开我的项目以来,几个静态库和框架目标无法编译并出现大量错误。这个循环依赖错误总是在顶部。
一个例子是 libzip 的静态库目标。问题源于系统 zlib 库的单个 #include:
#include <zlib.h>
tgmath.h
有关。 ,这在使用模块方面有些臭名昭著。我不确定为什么 tgmath 甚至被包括在内 - 它在 Darwin 模块图中被标记为显式。我很想检查
<module-includes>:28
但我不确定如何。
While building module 'zlib' imported from /Users/.../lib/zipint.h:40:
While building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stddef.h:46:
While building module 'std' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/tgmath.h:31:
In file included from <module-includes>:1:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/ctype.h:39:15: fatal error: cyclic dependency in module 'Darwin': Darwin -> std -> Darwin
#include_next <ctype.h>
^
1 error generated.
While building module 'zlib' imported from /Users/.../lib/zipint.h:40:
While building module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stddef.h:46:
In file included from <module-includes>:28:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include/tgmath.h:37:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/tgmath.h:31:10: fatal error: could not build module 'std'
#include <complex.h>
~~~~~~~~^
2 errors generated.
While building module 'zlib' imported from /Users/.../lib/zipint.h:40:
In file included from <module-includes>:1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/zlib.h:34:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/zconf.h:247:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stddef.h:46:15: fatal error: could not build module 'Darwin'
#include_next <stddef.h>
~~~~~~~~~~~~~^
3 errors generated.
In file included from /Users/.../lib/zip_get_compression_implementation.c:36:
/Users/.../lib/zipint.h:40:10: fatal error: could not build module 'zlib'
#include <zlib.h>
~~~~~~~~^
4 errors generated.
最佳答案
最后的问题是遗留的自定义标题搜索路径。它对 SDK 有一个明确的引用,XcodeDefault.xctoolchain/usr/include/c++/v1
.在搜索路径中包含这些 header 会破坏依赖循环保护。
关于ios - Xcode 9 模块循环依赖 : Darwin -> std -> Darwin,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46271892/
突然出现这个奇怪的错误。不确定 Xcode 是否已损坏。任何人都知道如何在 Xcode 中修复此错误。 代码是干净的,确保它在其他机器上工作正常,Xcode 设置或某些配置存在一些问题。 'time.
自从在 Xcode 9(以前的 8.2)中打开我的项目以来,几个静态库和框架目标无法编译并出现大量错误。这个循环依赖错误总是在顶部。 一个例子是 libzip 的静态库目标。问题源于系统 zlib 库
问题概述 我正在尝试学习如何构建交叉编译器,特别是在面向 i386-apple- 的 64 位 Intel OS X 主机上构建 GNU gcc 4.7.2 版本darwin(32 位英特尔)。但是,
我刚刚将我的 OS X 从 10.10.5 升级到了 OS X El Capitan 10.11。 我试图将我的 mac 端口更新到版本 2.3.3 ... Mac 端口收到此错误: $ sudo p
这段代码在快速访问 C 中的时间和日期函数时有什么问题?即使 difftime 函数在时差上是正确的,它给我的日期也有 3 天的偏差。 import Darwin var time1 = t
FOREWORD: This question is in regards to essential manpages that have seemingly disappeared from the
我正在尝试了解如何在 Mac 上重新映射内存映射文件(当我想扩展可用空间时)。 我看到我们在 Linux 世界的 friend 有 mremap 但我在我的 Mac 上的标题中找不到这样的功能。 /D
我是 nix 世界的新手,我使用 Mac OS X。我刚刚在我的 MacBook 上安装了 nix,并想使用 nix 来管理一些软件包,例如 Emacs 而不是 Homebrew。 我找到了这个仓库:
我需要测量 darwin 上各个线程的 cpu 使用率。在 linux 上我使用 getrusage(RUSAGE_THREAD, ...) 但它在 darwin 上不可用。 最佳答案 getrusa
我有一个用 C++ 编写的服务器,它在 osx 上运行时会泄漏 Mach 端口。具体来说,运行时 top我注意到它有大约 50000(在 #PORTS 下)。奇怪的是,我让它运行了一夜,第二天机器基本
当我尝试 swift package generate-xcodeproj 我得到 - :0: error: cannot load underlying module for 'Darwin' Ca
应用程序配置为在后台接收位置更新,以保持应用程序处于事件状态,并且当应用程序在后台时成功接收更新。 Darwin 通知也已配置,仅当该应用程序是前台的当前应用程序时才会收到通知。一旦应用程序进入后台,
在 Linux 上,sched.h 包含的定义 int sched_rr_get_interval(pid_t pid, struct timespec * tp); 获取进程的时间片。然而,OS X
我最近向应用商店提交了一个新的二进制文件并将其送去审核,但立即被拒绝并显示以下消息。 “不支持的操作 - 不允许应用程序收听设备锁定通知。”。经过一番深入研究后,我发现我们无法使用“com.apple
我对 Linux 还是个新手。 我在 Linux 环境中构建了一个应用程序,它使用基于 cgo ( https://github.com/mattn/go-gtk/) 的 gtk 库。该应用程序在其
我有一个 C 应用程序,我正在尝试为 Mac OS X 10.6.4 编译: $ uname -v Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53
我正在制作一个流媒体服务器,以在我的移动设备上查看我的网络摄像头的实时视频源。 我考虑使用 ffmpeg 、 VLC 和 DSS 并进行了以下设置,尽管跳过了帧:- video4linux2 > ff
我正在寻找移动视频流服务器,并找到 dss 和 mfpeg 服务器。 有人知道 dss 和 ffmpeg 服务器之间的区别吗?推荐哪一个? 谢谢你 最佳答案 如果您需要具有大量社区覆盖的服务器,请使用
不久前,我记得读过一篇杂志文章(我相信是《连线》),内容是将达尔文进化论应用于程序以创建更好的程序。基本上会产生一个程序的多个突变,并且将选择表现最好的一个进行下一轮突变。 不幸的是,我无法让这个主题
我有 vmware 工作站 14 pro 和 macOS Unlocker 3, 当我运行解锁器时,出现此错误: main() File "gettools.py", line 91, i
我是一名优秀的程序员,十分优秀!