问题标签 [macos-sierra]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
5534 浏览

shell - sudo command on MacOS Sierra does not respect timestamp_timeout

After upgrading to MacOS Sierra (10.12), my sudo command seems to be acting differently. See the following test case:

#xA;

The above works as expected on earlier versions of OS X. However, on Sierra, the second command prompts for the password again. It does not prompt for the password within the same terminal pane. This seems to only happen for the root user; the following works as expected on all OS versions including Sierra:

#xA;

Looking at /ect/sudoers, the timestamp_timeout value is not set to 0. I've briefly looked over the changelog for 1.7 to 1.8 but could not come up with anything significant other than there being a mention of a policy plugin for Sierra when running sudo -V.

Can anybody help me figure out what has changed? I have a script that relies on the sudo timeout value for a keepalive and on Sierra it is prompting for the password constantly since it seems to no longer use a timestamp for the root user.

0 投票
1 回答
614 浏览

macos - Exceptions allowed with App Transport Security (ATS) in macOS Sierra?

So at WWDC 2016, ATS was announced as being mandatory as of January of 2017. At least for iOS.

Finding documentation about what's changing has been tricky (but I suppose I could hunt through a few WWDC videos to find the one or two slides where this is mentioned).

Will NSExceptionDomains exceptions be allowed for macOS Sierra apps? Or will my app magically stop working as of January without some server intervention?

0 投票
2 回答
1168 浏览

ios - 使用 macOS Sierra GM (16A322) 和 xCode 8.0 提交 iOS 应用程序以供审核时出错

我在 macOS Sierra GM (16A322) 上使用 xCode 8.0 (8A218a) 编译我想提交到 App Store 的应用程序。我在这里阅读了其他帖子,表明这对于 macOS 或 xCode 的 beta 版本是不可能的,但是 Apple 在 2016 年 9 月 7 日发布了一篇帖子,似乎表明这对于 GM 候选人是可能的。

这篇文章包括以下声明:

“使用 Xcode 8 GM 种子构建您的应用程序,使用 macOS Sierra、iOS 10、watchOS 3、tvOS 10 的 GM 种子进行测试,然后提交以供审核。”

该应用程序从 xCode 上传到 iTunes Connect 没有问题。单击“提交以供审核”后,将呈现以下消息(我在不同情况下在其他线程上看到)呈现:

“新应用程序和应用程序更新必须使用 Xcode 6 或更高版本、macOS 和 iOS SDK 的公共 (GM) 版本构建。不要提交使用 beta 软件构建的应用程序,包括 beta macOS 版本。”

想知道是否有其他人经历过这种情况,或者能够找到原因或解决方法。谢谢。

0 投票
3 回答
3560 浏览

ios - 离子构建 ios 卡住了

我在 IOS 中构建时遇到问题,当我在 android 中构建时没有显示任何问题。没有显示没有错误只挂在以下消息中:

当我尝试打开文件 xcodeproj 时,xcode 不会启动并无限期地等待直到强制退出。

我的离子信息:

值得一提的是,我目前使用的是 MacOS Sierra GM 和 Xcode 8 gm。

编辑:当创建一个新项目并将www目录替换为我项目中的版本时,我可以构建ios,但是一旦你修改任何文件不再编译我可以,被挂在上面的屏幕上。

0 投票
5 回答
32915 浏览

macos - 命令行工具 bash (git) 不起作用 - macOS Sierra 最终候选版本

我刚刚从OS X 10.11 "El Capitan"升级到10.12: "Sierra",当我尝试在终端中访问 git 命令时,出现以下错误:

xcrun:错误:无效的活动开发者路径

(/Library/Developer/CommandLineTools),在以下位置缺少 xcrun:

/库/开发人员/CommandLineTools/usr/bin/xcrun

如果有人有解决方案,请帮助我。

0 投票
21 回答
48789 浏览

ruby - RMagick 安装:找不到 MagickWand.h

更新RMagickImagemagick是一个痛苦的经历。我已经用自制软件更新了我的 Mac 上的 Imagemagick 版本(MacOS El Capitan 版本 10.11.5),用于 Ruby 2.3 中的一个项目6.9.5-9

现在 Ruby 1.8.7 中的一个旧项目拒绝使用错误消息“此 RMagick 安装配置了 ImageMagick 6.8.9 但 ImageMagick 6.9.5-9 正在使用中”。因此我卸载了“rmagick”,但无法再次安装

如果无法安装,整个应用程序将无法启动。我尝试了这里的所有答案,但它们都不适用于 MacOS :-( 我用自制软件重新安装了 imagemagick 和 pkg-config,并尝试了各种版本的 RMagick,但均未成功。2.16.0 是当前 RMagick 的最新版本

MagicWand 好像用在 ImageMagick 版本 > 6.9,在机器上可以找到:

即使我在 gem 安装期间指定了这些路径,它也不起作用(与上面相同的错误):-(

更新:

该错误仅发生在 Ruby 1.8.7,可以为 Ruby 2.0 和 Ruby 2.3 安装 RMagick。Ruby 1.8.7 和 ImageMagick 6.9.5 似乎不兼容。

  • 红宝石 1.8.7 x
  • 红宝石 2.0.0 ✓
  • 红宝石 2.3.1 ✓
0 投票
0 回答
460 浏览

objective-c - Objective c 在 OS X Sierra 10.12 中拖放

在 OS X sierra 10.12 中,拖放不能与 NSTabView 一起正常工作。拖放似乎只适用于 TabView 的标签而不是整个选项卡..您可以在以下项目示例中看到...下载代码 或在这里是代码:-我已经创建了NSTabView的子类 AppMainTabSet 并在 Interface Builder 中将此类用作 TabView 的自定义类.....

0 投票
1 回答
682 浏览

eclipse - Eclipse Juno(4.2.2 和 4.2.1)不能在 Mac Sierra (10.12) 上运行

我已经尝试编辑文件eclipse.ini并使用安装的各种 JDK 的路径设置 vm,但它仍然没有在 Mac Sierra (10.12) 上打开。我尝试了以下 JDK:

1.6.0.jdk
jdk1.7.0_79.jdk
jdk1.8.0_20.jdk

0 投票
1 回答
517 浏览

angularjs - macOS Sierra 上的 Angular2 问题

我已经升级到 mac os sierra GM 版本并且遇到了 angular2 cli 的问题。我在升级之前安装了它,它运行良好。当我command not found尝试使用ng. 我试图用命令重新安装sudo install -g angular-clisudo install angular-cli,但似乎没有任何效果。我已将所需的 nodejs 和 npm 安装为 angular-cli 的先决条件。寻找一些可能的解决方案。谢谢

0 投票
1 回答
922 浏览

xcode - React-Native 打包程序在“构建依赖关系图”后停止

Building Dependency Graph当我尝试在我的常规家庭 wifi 网络中的设备 (iPhone) 上运行我的应用程序时,React-Native 打包程序停止。控制台说__nw_connection_get_connected_socket_block_invoke并且Connection has no connected handler我不能使用设备上的任何重新加载功能。

如果我在我的 Mac 上设置一个 wifi 网络并直接连接我的 iPhone,它应该可以正常工作:

我在 2014 MacBook Pro 上使用 XCode 8、macOS Sierra GM。