macos-high-sierra

Loading rJava on Mac OS High Sierra

我与影子孤独终老i 提交于 2019-11-30 15:04:25
I am trying to install rJava package for running the XLConnect package. Here are my system details; R studio:Version 1.0.153 Mac OS High Sierra Version 10.13.1 (17B1003) R version: 3.4.2 jdk-9.0.1 however, i get the following error: I have already followed the following threads on this topic but they don't work for me: trouble installing and loading rJava on mac El Capitan rJava does not run on macOS Sierra rJava load error in RStudio/R after "upgrading" to OSX Yosemite A push in the right direction will be greatly appreciated !! I used the procedure at the following website: https://github

What is the meaning of: “Search tree file's format version number (0) is not supported”?

ⅰ亾dé卋堺 提交于 2019-11-30 11:31:51
In macOS 10.13 High Sierra on Xcode 9 I get this log message: 2017-09-28 15:19:28.246511+0800 wr[5376:128702] MessageTracer: load_domain_whitelist_search_tree:73: Search tree file's format version number (0) is not supported 2017-09-28 15:19:28.246541+0800 wr[5376:128702] MessageTracer: Falling back to default whitelist What is the meaning of this message? Those messages come from a function msgtracer_domain_new in /usr/lib/libDiagnosticMessagesClient.dylib . Run your application on Xcode 9. Stop it. In the the Debug navigator, click on NSApplicationMain just above main Set a breakpoint at the

What is the meaning of: “Search tree file's format version number (0) is not supported”?

一个人想着一个人 提交于 2019-11-29 17:37:27
问题 In macOS 10.13 High Sierra on Xcode 9 I get this log message: 2017-09-28 15:19:28.246511+0800 wr[5376:128702] MessageTracer: load_domain_whitelist_search_tree:73: Search tree file's format version number (0) is not supported 2017-09-28 15:19:28.246541+0800 wr[5376:128702] MessageTracer: Falling back to default whitelist What is the meaning of this message? 回答1: Those messages come from a function msgtracer_domain_new in /usr/lib/libDiagnosticMessagesClient.dylib . Run your application on

AppleEvents: received mach msg which wasn't complex type as expected in getMemoryReference

[亡魂溺海] 提交于 2019-11-28 22:22:52
问题 I am on Xcode 9.2, OSX, Objective-C. Since OSX High Sierra Update, i get a lot of error messages logged like this: AppleEvents: received mach msg which wasn't complex type as expected in getMemoryReference. I have two XPC Services handling apple events for me, both of them report this. Any clue what this is? I found a discussion in the Apple developer forums but they are not any further: https://forums.developer.apple.com/thread/88126 ANY help or pointer in the right direction appreciated.

Broken c++ std libraries on macOS High Sierra 10.13

北慕城南 提交于 2019-11-28 17:14:24
I recently bought a new MacBook on which I transferred my old session. Since then, and after i upgraded to 10.13, i can't get clang to compile anything including only iostream. Given this program : #include <iostream> int main(void) { std::cout << "Hello world !" << std::endl; return 0; } gives my this output when g++ main.cpp : In file included from main.cpp:1: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/iostream:38: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain

Is it possible to install Xcode 10.2 on High Sierra (10.13.6)?

回眸只為那壹抹淺笑 提交于 2019-11-28 16:24:09
I recently upgraded iOS in my iPhone device to 12.2, and this does not appear to be compatible with Xcode 10.1. Should I update Xcode to 10.2 ? In my Mac with High Sierra, when I click "Update" for Xcode, 10.2 is not available. I have found this link: https://support.apple.com/en-us/HT209606 With this comment: "Xcode 10.2 Released March 25, 2019 Kernel Available for: macOS High Sierra 10.13.6 or later" How can I install Xcode 10.2 with High Sierra in order to test iOS 12.2 ? Note: Upgrading to Mojave is NOT an option in my old Mac. Yes it's possible. Follow these steps: Download Xcode 10.2 via

'Class FIFinderSyncExtensionHost is implemented in both …' warning in Xcode since update to macOS High Sierra

▼魔方 西西 提交于 2019-11-28 13:15:53
I am getting the following warning in the Xcode console while running (not compiling) my application since updating to High Sierra on my MacBook: objc[26299]: Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit (0x7fff88339a70) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x10cae0cd8). One of the two will be used. Which one is undefined. I found the someone else getting this

Xdebug on macOS 10.13 with PHP 7

牧云@^-^@ 提交于 2019-11-28 09:16:55
So macOS High Sierra 10.13 now comes with PHP 7.1. While configuring Apache I also created a new /etc/php.ini from the /etc/php.ini.default file, made sure to check that is was being loaded by PHP after restarting Apache, however the version of Xdebug extension that ships with macOS 10.13 doesn't seem to load or show up when you run phpinfo(); My php.ini is definitely being loaded: $ php -i | grep php.ini Configuration File (php.ini) Path => /etc Loaded Configuration File => /etc/php.ini Here's what my /etc/php.ini looks like where I configure Xdebug: [xdebug] zend_extension = "/usr/lib/php

How to enable Dark Mode for Xcode 10 [duplicate]

时光总嘲笑我的痴心妄想 提交于 2019-11-28 06:09:52
This question already has an answer here: Is it possible to enable Dark Mode on Xcode 10 on High Sierra? 5 answers Apple announced a new Dark Mode for Xcode 10. I've downloaded the beta but now I can't find any option to turn it on. I'm currently on macOS 10.13 High Sierra. On macOS 10.13 High Sierra and earlier The Dark Mode is only available on macOS 10.14 Mojave. On macOS 10.14 Mojave and later 1. On Installation: You'll get asked for the appearance as part of the installation of Mojave. 2. After Installation: If you want to change it afterwards go to System Preferences > General and change

Install intl PHP extension OSX High Sierra

本小妞迷上赌 提交于 2019-11-28 05:26:10
How can I install intl PHP extension in PHP 7.1.7, which is delivered with osx high sierra? So I had the exact same issue. As noted by other folks commenting here, High Sierra comes with PHP 7.1 installed and this PHP version has intl compiled with it In my case, I followed part of Neodork comment's in the following Valet+ issue : "Install" PHP 7.1 (so it comes from brew itself, not the one installed by High Sierra) brew install php@7.1 Upgrade it to latest version brew upgrade php@7.1 Symlinks for references in Cellar: brew link --overwrite --force php@7.1 Change PHP path in my bash profile