macos-catalina

msgmerge on macos Catalina

旧街凉风 提交于 2020-05-28 05:32:16
问题 I am trying to run a unix command line for some i18n work on a project. Using gettext library my issue is about running msgmerge $ msgmerge zsh: command not found: msgmerge I tried brew instal gettext and brew link gettext but with no success. This was working well on my previous machine, but can't make it work on a fresh install. I can confirm binary is available in /usr/local/opt/gettext/bin/msgmerge . 回答1: Fixed. When running brew reinstall gettext , command actually give the answer: If

Unable to create MongoDB /data/db directory on macOS Catalina

Deadly 提交于 2020-05-26 11:16:51
问题 I get the following error when I try to create the MongoDB data/db directory: sudo mkdir -p /data/db mkdir: /data/db: Read-only file system 回答1: The remount didn't work for me (it requires Disabling SIP, which I didn't want to do) So instead I moved the mongo folder. You should have the old folder under the 'Relocated items' folder on your desktop so just copy it wherever you want (I moved it to my user folder) and then in the terminal go mongod --dbpath /users/<username>/data/db/ hope this

Error: caskroom/cask was moved. Tap homebrew/cask-cask instead

这一生的挚爱 提交于 2020-05-26 10:48:06
问题 I try to go through installation process Github on MacOs Catalina The first step is to execute in Terminal: cd ~/ curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash But I get Error: Error: caskroom/cask was moved. Tap homebrew/cask-cask instead. Then I tried: brew tap caskroom/cask But I got the same error. Do you have any suggestions? 回答1: You don't need to install cask anymore, you just need homebrew. Try using any cask command 回答2: tap from homebrew

Error when trying to run a Play Scala app with sbt after fresh install on Catalina: “Error loading JNotify watch service: null”

混江龙づ霸主 提交于 2020-05-26 04:13:08
问题 After moving to Catalina and re-installing everything, no way to run my Play Scala app. After doing sbt then run , I get this error: [warn] Error loading JNotify watch service: null Everything was installed with brew from this brewfile (I didn't paste the complete file): tap "AdoptOpenJDK/openjdk" # Mac apps cask "adoptopenjdk8" brew "sbt@0.13" brew "jenv" Java version: openjdk version "1.8.0_242" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_242-b08) OpenJDK 64-Bit Server VM

Error when trying to run a Play Scala app with sbt after fresh install on Catalina: “Error loading JNotify watch service: null”

吃可爱长大的小学妹 提交于 2020-05-26 04:10:24
问题 After moving to Catalina and re-installing everything, no way to run my Play Scala app. After doing sbt then run , I get this error: [warn] Error loading JNotify watch service: null Everything was installed with brew from this brewfile (I didn't paste the complete file): tap "AdoptOpenJDK/openjdk" # Mac apps cask "adoptopenjdk8" brew "sbt@0.13" brew "jenv" Java version: openjdk version "1.8.0_242" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_242-b08) OpenJDK 64-Bit Server VM

npm install fails on node-gyp rebuild with ```gyp: No Xcode or CLT version detected!```

萝らか妹 提交于 2020-05-24 21:17:12
问题 Every time I try to do npm install I am getting the following error. How do I fix this? I am on node -v → v8.8.0 & npm -v → v6.11.3 I tried running it on vsCode terminal and iTerm , I ended up getting the same error. (both are updated to the latest version). The only new thing I did is update my macOS to the latest version i.e., Catalina 10.15.3 today. $ npm install Fri Mar 6 17:22:40 2020 > fsevents@1.2.11 install /Users/synapse/Documents/synapsefi-dev-ui/node_modules/watchpack/node_modules

Can't use storyboard custom instantiated window controller

百般思念 提交于 2020-05-22 07:48:18
问题 I am getting what feels like a bug when trying to custom instantiate a window controller from a storyboard. I am using NSStoryboard.instantiateController(identifier: creator: ), which is a new function as of MacOS 10.15. The block of code in question is: Let mainWindowController = storyboard.instantiateController(identifier: "Analysis Window Controller") { aDecoder in MainWindowController(coder: aDecoder) } I have SUCCESSFULLY used basically this exact code for custom instantiating the main

Can't use storyboard custom instantiated window controller

流过昼夜 提交于 2020-05-22 07:47:30
问题 I am getting what feels like a bug when trying to custom instantiate a window controller from a storyboard. I am using NSStoryboard.instantiateController(identifier: creator: ), which is a new function as of MacOS 10.15. The block of code in question is: Let mainWindowController = storyboard.instantiateController(identifier: "Analysis Window Controller") { aDecoder in MainWindowController(coder: aDecoder) } I have SUCCESSFULLY used basically this exact code for custom instantiating the main

How do I install p4python on macOS 10.15 Catalina?

我的未来我决定 提交于 2020-05-17 06:48:06
问题 I get an error when trying to install p4python on macOS 10.15 Catalina. Command pip install p4python . Cannot build P4Python without SSL support Exception: Parameter –ssl is needed When I try to install an older version, I also get an error. Command pip install p4python==2018.2.1743033 . Cannot match OpenSSL Version string ‘LibreSSL 2.8.3’ Cannot build P4Python without SSL support The second error seems to be caused by macOS using LibreSSL instead of OpenSSL. Any ideas how to get it installed

Security settings dialog does not list my app

烂漫一生 提交于 2020-05-15 09:34:08
问题 My app requires to access the calendar. Up to Catalina that worked with the sandbox with no big issues. Now under Catalina the app does not show in the security settings: I have set the Hardened Runtime with calendar access (also tried Sandbox with no different effects): Since I believe this is related to that signing stuff, here's my setting: Strangely enough I have another app which had been developed in parallel also using the calendar. And that app is listed in the security setting. So