我在macOS Mojave beta 11上使用了Xcode 10的最终版本.我从Apple的网站上下载了Xcode 10附加工具包.
当我尝试安装网络链接调节器首选项窗格时,Settings.app显示以下错误:
"网络链接调节器"首选项随macOS一起安装,无法替换.
但是,在Settings.app中不显示首选项窗格.我甚至检查过/Library/PreferencePanes
- 它不在那里.
我怎么能绕过这个?
更新到新的OS Mojave后添加git时出错
错误
git:错误:无法读取'/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'的SDK设置
遇到错误:
题
如何解决这个错误?
任何人的帮助都会非常受欢迎.
在我更新到Mojave后,我再也无法使用我之前使用过的自动机服务了.
你看到我的代码有什么问题,或者这是最新macOS的问题?
脚本
on run {input, parameters}
set pathList to {}
repeat with itemNum from 1 to count of input
tell application "System Events"
copy POSIX path of (container of (item itemNum of input)) to end of pathList
end tell
end repeat
return pathList
end run
Run Code Online (Sandbox Code Playgroud)
我最近升级到macOS 10.14的新测试版,但是在我尝试打开旧版本的Xcode 8.3.2之后安装它,每次都崩溃了.以下是其详细信息.
找不到符号:_OBJC_IVAR _ $ _ NSTextViewIvars.sharedData
我在Xcode中运行我的应用程序时收到此错误消息,并且Archived导出的应用程序不在macOS 10.14下执行
[default] Unable to load Info.plist exceptions (eGPUOverrides)
Run Code Online (Sandbox Code Playgroud)
顺便说一句,将Xcode的文件 - >项目设置 - >构建系统更改为"旧版构建系统"对我来说不起作用.
似乎在升级到Mac OS Mojave + Xcode 10之后,无法在Xcode上调试自定义视图,从编辑器 - >调试选择视图菜单(参见屏幕截图)
始终收到相同的消息(见截图):
确保"IBDesignablesAgent-iOS"尚未运行,"username"具有调试权限.
以前Xcode要求我在调试自定义视图之前输入我的凭据.现在它总是失败.我在两个不同的Mac上有问题(使用相同的开发者帐户)
是否有人遇到同样的问题?
有没有办法以有效的方式解决问题?
我试图在看什么,下面的建议在这里:
我最近使用自制软件在新Mac上安装了minikube和VirtualBox.我正在遵循官方minikube教程的说明.
这就是我启动集群的方式 -
minikube start --vm-driver=hyperkit
Run Code Online (Sandbox Code Playgroud)
在跑步时,kubectl cluster-info
我得到了这个
Kubernetes master is running at https://192.168.99.100:8443
CoreDNS is running at https://192.168.99.100:8443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
Run Code Online (Sandbox Code Playgroud)
然后我设置了minikube的上下文
kubectl config use-context minikube
Run Code Online (Sandbox Code Playgroud)
但是当我运行minikube dashboard
它需要花费大量时间来获得任何输出,最终我得到了这个输出 -
http://127.0.0.1:50769/api/v1/namespaces/kube-system/services/http:kubernetes-dashboard:/proxy/ is not responding properly: Temporary Error: unexpected response code: 503
Temporary Error: unexpected response code: 503
Temporary Error: unexpected response code: 503
Temporary Error: unexpected response code: 503
Temporary Error: unexpected response code: 503
Temporary …
Run Code Online (Sandbox Code Playgroud) 我无法使用以下错误信息在我的Mac上安装任何brew包.
安装在我的Mac上:
输入brew install xxx
.输出是:
Error: Your Xcode (9.3) is too outdated.
Please update to Xcode 10.0 (or delete it).
Xcode can be updated from
https://developer.apple.com/download/more/
Error: Xcode alone is not sufficient on Mojave.
Install the Command Line Tools:
xcode-select --install
Run Code Online (Sandbox Code Playgroud)
但是当我输入时xcode-select --install
,它表示它不可用
Xcode选择安装错误
我的Mac上两个版本的Xcode的路径:
/Applications/Xcode-beta.app
/Applications/Xcode.app
Run Code Online (Sandbox Code Playgroud)
我的配置输出:
xcode-select -p
/Applications/Xcode.app/Contents/Developer
Run Code Online (Sandbox Code Playgroud)
brew配置
HOMEBREW_VERSION: 1.6.7
ORIGIN: https://github.com/Homebrew/brew
HEAD: 22e9fd772926e389e264cfb328c3d810b06759f9
Last commit: 5 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core …
Run Code Online (Sandbox Code Playgroud) 随着新的macOS Mojave明天(2018年9月24日)问世,是否会支持Xcode 9?
由于一些过时的依赖关系,我们无法将我们的一个项目切换到Xcode 10.