问题标签 [osx-mavericks]
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.
eclipse - 无法打开应用,因为它来自身份不明的开发者
我昨天安装了 Mac OS X Mavericks (10.9),从那以后我就无法启动我的 Eclipse。我附上了我看到的消息的屏幕截图。
有解决方法吗?
ruby - gem install autotest-fsevent在更新到macosx小牛后失败
更新到 Maveriks 后安装 gem 有问题autotest-fsevent
这是我得到的错误;
知道为什么会这样吗?
php - Installing PECL on MAMP
I have began installing pecl
on MAMP. I have added the correct php version to the path and when which php
it says /Applications/MAMP/... which is correct.
I have downloaded the Server Components and libraries
moved them to a new folder in my php and run the ./configure
everything seems to run ok and looked through all the checks being performed while installing and unpacking.
It gets to the last line and says;
Where should I set the <DIR>
for the iconv?
Just make another folder and point it at that?
I am only trying to get the mongo pecl installed.
The information I have followed is here http://www.lullabot.com/blog/article/installing-php-pear-and-pecl-extensions-mamp-mac-os-x-107-lion
macos - Mac OS X Mavericks:如何从我的 Sparsebundle 挂载中删除隔离标志?
我刚刚升级到 Mac OS X Mavericks。我有一个 sparsebundle 映像,该映像安装有“隔离”属性,这会阻止我在卷上运行任何 shell 脚本。这是我在终端中运行“mount”时得到的结果:
/dev/disk1s2 on /Volumes/Source (hfs, local, nodev, nosuid, journaled, noowners, quarantine, mounted by crith)
我尝试在 sparsebundle 图像上运行以下命令:
xattr -d com.apple.quarantine Source.sparsebundle
但是,随着“隔离”标志的设置,数量仍在增加!有什么建议吗?
android - 小牛队更新后 SDK 管理器损坏
将我的 MacBook 更新为 Mavericks 后,我发现 SDK 管理器不再正常工作。当我单击向下箭头下拉文件夹内容时,经理有一些重绘问题(图片)......我可以忍受,但它不再可能安装新包......
有谁知道如何解决这一问题?
由于 SDK 管理器是用 Java 编写的,因此应该是 JRE 问题(?)。
[编辑]
我检查了这个问题是否也出现在我的 iMac 上并且它确实(独立地)。其他人?
python - OS X 10.9 SDK 中缺少 Python.framework。为什么?另外:解决方法?
系统:
- OS X 小牛队 10.9 13A603
- Xcode 版本 5.0.1 (5A2053)
问题:
Xcode 的 10.9 SDK 似乎缺少Python.framework 。
Xcode 10.8 SDK 中存在 Python.framework:
但是,我的 Xcode 10.9 SDK 中缺少它:
这很奇怪,因为 Python.framework 仍然可供 10.9 系统上的用户使用:
是否有意从 10.9 SDK 中删除了 Python.framework?这是苹果公司停止使用这个框架的不那么微妙的暗示吗?还是我只是困惑?
笔记:
这很重要,因为我有一个链接 Python.framework 的 OS X 应用程序。由于缺少 Python.framework,我似乎无法使用Base SDK构建设置10.9构建我的应用程序,我必须链接到它。
我对为什么缺少这个框架(或者为什么我错了但实际上没有丢失)的解释以及解决方法的建议都很感兴趣。
php - 无法在 Maverick OS X 上编译 php 扩展
在更新 OS X 之后,我发现我之前构建的很多扩展都消失了;(
现在我正在尝试编译 memcached.so 结果我有很多错误;(
我安装了 XCode 命令行工具并像这样运行编译:
结果:
有什么解决办法吗?谢谢。
java - OS X 10.9 更新已停止 .apk jarsigner 工作
我一直在为 Android 打包 sencha/phonegap 应用程序,并且在更新到 OS X Mavericks 10.9 之前一切正常,但现在我遵循相同的程序,apk 被签名并压缩对齐,但在手机上安装会导致错误。第一次打包尝试在下载 JDK 时出错,所以我这样做了,然后下一次尝试工作直到安装没有错误。
从亚行我得到了错误
这让我相信更新删除了一些 java 路径。
我重新安装了 JDK 并更改了我的 $ vi ~/.bash_profile 以包含以下行:
遵循以下说明:这里
现在我在安装之前没有收到错误,它只是说“未安装应用程序”
我使用的过程是;解包现有的.apk,修改清单,替换内容,重建.apk,使用证书进行jarsign,安装zipalign。
我认为可能需要配置更多环境变量和路径,但不确定从哪里开始。非常感谢任何帮助。
macos - 在 OS X 上设置 g++
我刚刚更新到 OS X Mavericks,它似乎弄乱了我的整个编译器设置。我不仅必须重新安装 JDK 才能使用 Java 编译器,而且在尝试使用 GCC/G++ 编译 C/C++ 时出现以下错误:
不知道除了升级之外还能想什么把它搞砸了。我的问题是:如何设置 g++ 以在 OS X 上编译?如果已经设置好了,这里有什么问题?
如果我可以提供更多信息,请告诉我。
注意:我已经使用自制软件安装了 gcc 4.7,但它似乎不起作用。当我g++-4.7 code.cpp
专门使用时,我得到了同样的错误。
ios - Xcode 5.0.1 在 OS X Mavericks 上崩溃
更新到 OS X Mavericks 后,我无法启动 Xcode 5.0.1。请帮忙。
以下是来自崩溃报告的消息:
Application Specific Information:
ProductBuildVersion: 5A2053
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Error getting value for key 'delegateClass' of extension 'Xcode.RepositoriesViewer.MenuDefinition.HelpContextualMenu' in plug-in 'com.apple.dt.IDE.IDERepositoryViewer'
UserInfo: {
NSUnderlyingError = "Error Domain=DVTPlugInErrorDomain Code=2 \"Loading a plug-in failed.\" UserInfo=0x7ff8bf440f10 {DVTPlugInIdentifierErrorKey=com.apple.dt.IDE.IDERepositoryViewer, DVTPlugInExecutablePathErrorKey=/Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin/Contents/MacOS/IDERepositoryViewer, NSLocalizedRecoverySuggestion=The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled., NSLocalizedDescription=Loading a plug-in failed., NSFilePath=/Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin, NSLocalizedFailureReason=The plug-in \U201ccom.apple.dt.IDE.IDERepositoryViewer\U201d at path \U201c/Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin\U201d could not be loaded. The plug-in or one of its prerequisite plug-ins may be missing or damaged., NSUnderlyingError=0x7ff8bf43c8e0 \"The bundle \U201cIDERepositoryViewer\U201d couldn\U2019t be loaded because it is damaged or missing necessary resources.\"}";