问题标签 [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.
cocoa - 模拟 __IPHONE_8_0 用于 OS X 10.10
#ifdef __IPHONE_8_0
OS X 10.10的模拟是什么?
我有 RTM/STFI,至少够了。
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
c - OSX Yosemite getutxent() 返回同一个用户两次
我正在尝试使用getutxent()
苹果中定义的函数获取当前登录用户的列表<utmpx.h>
。我正在使用的测试代码是这样的:
我只使用一个登录用户对其进行测试。我得到的输出是这样的:
为什么我的用户名出现两次?如果有多个用户,会发生这种情况吗?
关于我的mac的详细信息:
objective-c - Yosemite Finder 同步简单示例
我正在尝试创建 Yosemite 的Finder Sync的简单(即 Hello World)示例。
该链接有一个教程,但有人知道来源在哪里吗?或者如果他们有自己的准系统示例?查看文件夹时可以注册的内容以及如何创建上下文菜单
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
macos - 无法在优胜美地使用 Homebrew 安装 postgresql
我正在尝试通过自制软件在 Yosemite 上安装 postgresql,但出现以下错误:
我试图了解手动安装 libperl,但没有任何成功。我安装了命令行工具和 xcode。brew医生也说一切都很好。预先感谢您的帮助。
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 )。
我继续收到以下错误:
我怀疑这可能与我将优胜美地放在一个单独的分区上这一事实有关,但除此之外我一无所知。
adobe - 如何让 Creative Cloud (CC) 在 Yosemite 上运行?
Creative Cloud 表示它有一个强制更新。我单击安装,它显示无法更新 Creative Cloud 桌面。联系客户支持。
ios - xCode 6 (beta 4) 不断出现“无法启动模拟器,因为它已经在使用中。”
我不断收到“无法启动模拟器,因为它已在使用中。” 在尝试运行我的应用程序时,这种情况只发生在大约 20% 的时间里,但到目前为止,解决它的唯一方法是重新启动我的 Mac。
尝试了以下但没有帮助:
清理我的构建文件夹
关闭并重新打开 xCode
强制关闭模拟器
我正在使用 xCode 6(测试版 4)
对于不需要我重新启动 Mac 的解决方案有什么想法吗?谢谢