macos-catalina

iCloud folders only partially visible to applications in MacOS 10.15 Catalina

一个人想着一个人 提交于 2019-12-14 03:08:03
问题 It appears that only locally loaded files are visible for iCloud folders in 10.15 Catalina. This had not been a problem in 10.14 and appears to be breaking numerous applications. Notice which files here (Sorted largest first) are not local (Little cloud symbol) and which files are visble to /bin/ls Notice that the first local file in the Finder is dratisDifference.js and that the second is an iStock photo containing 82.100. These are the first two files discoverable by ls . It's not that they

Can't open app on Simulator MacOS Catalina

自古美人都是妖i 提交于 2019-12-13 01:06:07
问题 I can't install app on my simulator after update to MacOS Catalina , it was fine on earlier versions. But Now when I try to run the app installed in the simulator I get this popup. I have changed system Security & Privacy setting using this command in the terminal sudo spctl --master-disable and now my it looks like this. But even after this I can't run the app, any idea, suggestion ? My Xcode version is 11.1 & target iOS version is 13.1 , app runs smoothly when ran using xcode, but exported

Visual Studio Code can't be opened because “Apple cannot check it for malicious software”

≡放荡痞女 提交于 2019-12-12 07:10:37
问题 I have downloaded Visual Studio Code for the first time but I keep getting message below: "Visual Studio Code" can't be opened because Apple cannot check it for malicious software. This software needs to be updated. Contact the developer for more information. My MacBook is up to date, and I even updated the latest version of VSC on their website (September 2019 (version 1.39); there is none for October) but it still gave me the same message. Looking into their FAQ, I read about reinstalling

Debug System Pref Pane w/10.15 and System Integrity Protection

六月ゝ 毕业季﹏ 提交于 2019-12-11 14:46:18
问题 In the past, I have been able to run/debug a self-developed Preference Pane in System Preferences by self-signing a copy of the System Preferences app, and setting it as the run target in Xcode. A symbolic link is placed in ~/Library/PreferencePanes that points to the output prefPane built by Xcode and everything works... at least it used to under 10.11 through 10.14. See: Debug System Pref Pane w/10.11 and System Integrity Protection Under 10.15 this breaks. While the prefPane properly loads

Problems with Zsh on macOS after update

本小妞迷上赌 提交于 2019-12-11 11:02:10
问题 After upgrading to macOS 10.15 I have some serious problems with the console. I got strong problems with rbenv and ruby. Any new window or tab from the console gives me the following information: user@macbook-name ~ % rbenv -v rbenv 1.0.0-33-gc7dcaf1 user@macbook-name ~ % which ruby /usr/bin/ruby I tried reinstalling rbenv. I reinstalled ruby through rbenv. I wrote this line in ~/.zshrc file: export PATH="$HOME/.rbenv/bin:$PATH" But as soon as I close the tab or exit the console window or the

Swift Combine: What are those multicast functions for and how do I use them?

跟風遠走 提交于 2019-12-10 09:25:15
问题 Struggling with some combine problems I came across the "Working with Multiple Subscribers" section in https://developer.apple.com/documentation/combine/publisher : func multicast<S>(() -> S) -> Publishers.Multicast<Self, S> func multicast<S>(subject: S) -> Publishers.Multicast<Self, S> However, when I tried to confirm my assumption that multicast would be needed when sending to multiple subscribers, I found out this is not necessary when trying on this playground code (modified from https:/

macOS Catalina 10.15(beta) - Why is `.~bash_profile` not sourced by my shell?

喜夏-厌秋 提交于 2019-12-09 07:59:15
问题 I want to set the environment variable I added below the line to ~/.bash_profile and ~/.profile but it didn't work. export JBOSS_HOME=/Users/{USERNAME}/Desktop/jboss7 Afterward, exit the terminal and open it again when executing echo $JBOSS_HOME I get nothing. 回答1: Apple has changed the default shell to zsh. Therefore you have to rename your configuration files. .bashrc is now .zshrc and .bash_profile is now .zprofile . 回答2: I created a new file called /usr/local/bin/mybash which contains a

PyCharm: Can't create remote python interpreter using docker-compose

一世执手 提交于 2019-12-08 17:51:43
问题 On attempt to create docker-compose python interpreter in PyCharm I get error: Error while parsing "/Users/belek/Projects/project/docker-composee.yml": Process docker-compose config failed. Itself docker-compose works fine. The docker-compose config command running in terminal works too. Before updating macOS and PyCharm I was using docker-compose python interpreter succesfully. Can't understand what's wrong. I created issue in JB YouTrack, but no response. PyCharm 2019.2.3 macOS Catalina 10

Unable to use PHPIZE after update to MacOS Catalina

限于喜欢 提交于 2019-12-08 04:43:19
问题 That's life : new MacOs upgrade, new issues. Just like happened in Mojave (Unable to use PHPIZE after update to MacOS Mojave), I can't use PHPIZE anymore in Catalina. I tried the solution purposed in the question above, but when i try to edit and save PHPIZE in VSCode, i get the error below : Failed to save 'phpize': Command failed: "/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code" --file-write "/var/folders/dc/3d93lth116q91kx94ms37rd40000gn/T/code-elevated-snaie" "/usr

Unable to use PHPIZE after update to MacOS Catalina

前提是你 提交于 2019-12-06 16:11:15
That's life : new MacOs upgrade, new issues. Just like happened in Mojave ( Unable to use PHPIZE after update to MacOS Mojave ), I can't use PHPIZE anymore in Catalina. I tried the solution purposed in the question above, but when i try to edit and save PHPIZE in VSCode, i get the error below : Failed to save 'phpize': Command failed: "/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code" --file-write "/var/folders/dc/3d93lth116q91kx94ms37rd40000gn/T/code-elevated-snaie" "/usr/bin/phpize" Error using --file-write: EPERM: operation not permitted, open '/usr/bin/phpize' Any hints