问题标签 [osx-yosemite]

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 投票
1 回答
178 浏览

cocoa - 模拟 __IPHONE_8_0 用于 OS X 10.10

#ifdef __IPHONE_8_0OS X 10.10的模拟是什么?

我有 RTM/STFI,至少够了。

0 投票
1 回答
557 浏览

javascript - Safari-8 和 WebSockets 是否存在已知问题?

我已经安装了 Yosemite 预览版,但 WebSockets 在 Safari 8 上不适合我。

回声测试页面适用于 Chrome (设置了安全复选框),但是当我尝试使用 Safari 时,它会静默失败。

我调试了页面,发生的情况是 WebSocket 已创建,onopen但未触发其事件,并且套接字的readyState 状态仍停留在CONNECTING(0)。

我找不到对此问题的任何引用,是否有任何我可能遗漏的配置导致/解决了这个问题?

0 投票
1 回答
2746 浏览

macos - OS X Yosemite Curl errors

I am trying to use curl on Yosemite and I keep getting the following errors:

I know I can add -k to the curl to make it download, but I think there is something bigger that I need to fix. The biggest issue is when trying to update Homebrew packages.

I also have this in my bash_profile

and i just downloaded the ca-bundle.crt from http://curl.haxx.se/docs/caextract.html

EDIT: Also on a the guest user account on my laptop the curl works fine

0 投票
1 回答
293 浏览

c - OSX Yosemite getutxent() 返回同一个用户两次

我正在尝试使用getutxent()苹果中定义的函数获取当前登录用户的列表<utmpx.h>。我正在使用的测试代码是这样的:

我只使用一个登录用户对其进行测试。我得到的输出是这样的:

为什么我的用户名出现两次?如果有多个用户,会发生这种情况吗?

关于我的mac的详细信息: 在此处输入图像描述

0 投票
2 回答
4136 浏览

objective-c - Yosemite Finder 同步简单示例

我正在尝试创建 Yosemite 的Finder Sync的简单(即 Hello World)示例。

该链接有一个教程,但有人知道来源在哪里吗?或者如果他们有自己的准系统示例?查看文件夹时可以注册的内容以及如何创建上下文菜单

0 投票
1 回答
786 浏览

matlab - Automating editing SystemVersion.plist

I am currently using OSX10.10 and need to use MATLAB; however because they haven't updated the application to support 10.10 it will crash on launch.

Up until now I have been using pico to edit the SystemVersion.plist [1] (changing the version from 10.10 to 10.9); and that works great except that it is really annoying to edit the file every time I need to open MATLAB and re-edit it every time I close MATLAB.

What I want to do is when I start the script it will edit the SystemVersion.plist to the correct version so that I can run MATLAB without it crashing; and then when MATLAB exits it resets the version back from 10.9 to 10.10). I have a bit of code (which may be poorly written; I have never used applescript before);

[1] - Error trying to installing JDK8 U11 OSX 10.10 Yosemite

0 投票
1 回答
3294 浏览

macos - 无法在优胜美地使用 Homebrew 安装 postgresql

我正在尝试通过自制软件在 Yosemite 上安装 postgresql,但出现以下错误:

我试图了解手动安装 libperl,但没有任何成功。我安装了命令行工具和 xcode。brew医生也说一切都很好。预先感谢您的帮助。

0 投票
2 回答
1019 浏览

objective-c - 无法在 Yosemite DP 7 上安装 Cocoapods

我在安装在单独分区上的 Yosemite DP 7 上安装 Cocoapods 时遇到问题。我已经尝试按照使用 Xcode 6 和 10.10 Yosemite 在 Cocoapods 上找到的说明进行操作,并且由于 Stack Overflow 链接上提出的相同解决方案而关闭了问题(https://github.com/CocoaPods/CocoaPods/issues/2219 )。

我继续收到以下错误:

我怀疑这可能与我将优胜美地放在一个单独的分区上这一事实有关,但除此之外我一无所知。

0 投票
1 回答
16278 浏览

adobe - 如何让 Creative Cloud (CC) 在 Yosemite 上运行?

Creative Cloud 表示它有一个强制更新。我单击安装,它显示无法更新 Creative Cloud 桌面。联系客户支持。

0 投票
4 回答
2453 浏览

ios - xCode 6 (beta 4) 不断出现“无法启动模拟器,因为它已经在使用中。”

我不断收到“无法启动模拟器,因为它已在使用中。” 在尝试运行我的应用程序时,这种情况只发生在大约 20% 的时间里,但到目前为止,解决它的唯一方法是重新启动我的 Mac。

尝试了以下但没有帮助:

清理我的构建文件夹
关闭并重新打开 xCode
强制关闭模拟器

我正在使用 xCode 6(测试版 4)

对于不需要我重新启动 Mac 的解决方案有什么想法吗?谢谢