Questions tagged [macos-catalina]

The sixteenth release of Apple's desktop and server operating system for Macintosh computers. Use this tag only if your question relates to using macOS Catalina APIs or macOS Catalina specific behavior. Questions relating to using or troubleshooting macOS are off-topic.

macOS Catalina is the sixteenth major release of macOS, Apple's desktop operating system for Macintosh computers. It is the successor to the 2018's macOS Mojave, and was announced at WWDC 2019 on June 3, 2019 and released to the public on October 7, 2019. Catalina is the first version of macOS to support only 64-bit applications and the first to include Activation Lock.

1503 questions
-1
votes
1 answer

Issue with MacBook Pro not able to select screenshots for upload

I have a Macbook Pro that I bought to do software development with, for both Android and iOS, it is a fairly new MacBook with dual core 2.7 Ghz CPU, 8GB of RAM, and an SSD drive that is superfast. It runs the most current MacOS, Catalina. I have…
-1
votes
1 answer

MacOS : insert a column of values selected with mouse in python shell, copied by CMD+C and insert it directly as column into another edited vim file

I have a specific request. First, I have a Python shell where I print a column of values : >>> np.savetxt(sys.stdout,…
user1773603
-1
votes
1 answer

A lot of process named "cron" were generated by "launchd" process in MacOS Catalina 10.15.2

After upgrading to the Catalina, My Macbook Pro sometimes will become out of memory which cannot relocate any memory to open new windows or application, the only solution was reboot the OS. Today, I discovered, in [Activity Monitor], a new "cron"…
zhangv
  • 950
  • 1
  • 9
  • 25
-1
votes
1 answer

Install problem with SOAPUI 5.5.0 on MacOS 10.15.1 (Catalina)

I'm not able to install to succesfully install SoapGUI 5.5.0 on MacOS 10.15.1 (Catalina) (Java SE6 installed) After clicking on the SoapUI 5.5.0 Installer a error file created on the desktop with the following content: …
t013463
  • 105
  • 1
  • 6
-1
votes
1 answer

NSFont not working properly in macOS Catalina

NSFont *fontRef = [NSFont fontWithName:@".SFNS-Light" size:20]; Above line of code used to work just fine but now it is not working in Catalina. I am getting nil for fontRef. .SFNS-Light stills show as available Fonts. Interesting enough it is…
-1
votes
1 answer

Catalina Pod update issue: (while checking pod version)

sudo gem install cocoapods (I have done) while checking, pod --version : I am getting following issue: -i*Mac:~ bandishkumar$ pod --version -bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad…
Bandish Kumar
  • 1,557
  • 1
  • 9
  • 13
-1
votes
1 answer

Download Latest Xcode Version on Macbook 2018

I need Google Firebase for my app. But I just realized it requires Xcode 10.1 and I currently have Xcode 9.2. I can not update Xcode with my 2018 MacBook. I have already written a large amount of code and integrated firebase into my app. How can I…
Nikhil Chandra
  • 163
  • 1
  • 2
  • 10
-1
votes
1 answer

macOS 10.15 Beta: Install claimed to have succeeded, but application could not be found on device. bundleId =

i got a problem with running a ios-app, developed with ionic 3 on MacOs 10.15 Beta (Catalina). When i try to start the app with my real device (ios 13 Beta) i am getting the following error: "Install claimed to have succeeded, but application…
-1
votes
1 answer

Catalina USB Drive

Anyone know if you can install Apple 10.15 Catalina on a USB drive. I see plenty of installers, however, I want to install it on a USB to test it out. When I select my GUID USB drive I'm getting an ERROR_74CFD58E51.
justdan0227
  • 1,374
  • 18
  • 48
-2
votes
1 answer

Try to get variable type on python3 on macOS and it show the below error

Traceback (most recent call last): File "/Users/kane/study/python/basicDataStructure/liner_data_structure.py", line 2, in from turtle import clear File…
kane
  • 1
  • 1
-2
votes
1 answer

gfortran not running on OSX dyld: Library not loaded: @rpath/libgfortran.3.dylib

I've installed miniconda3 gfortran and have set DYLD_FALLBACK_LIBRARY_PATH to /miniconda3/lib in .bash_profile. I've read many other answers but nothing seems to work. gfortran --version GNU Fortran (GCC) 4.8.5 runtime error is dyld: Library not…
Elizabeth
  • 1
  • 1
-2
votes
1 answer

Anyone can help me to solve this problem? "The archive “Xcode_10.3.xip” is damaged and can’t be expanded."

on mac version 10.14.6 When I tried to open file ".xip" that I had downloaded on Apple website "https://developer.apple.com/download/more/?=xcode" and then it was alert this message: "The archive “Xcode_10.3.xip” is damaged and can’t be expanded."
7ith
  • 3
  • 2
-2
votes
1 answer

removing python2 Mac as it is asking to upgrade

I tried to install new packages such dtale, u8darts, but also upgrade old ones such statsmodels and many others but with not success and I have the following message: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please…
Herc01
  • 610
  • 1
  • 8
  • 17
-2
votes
1 answer

Installing git on macOS with Homebrew Error

I had already installed HomeBrew on macOS but when I try to install git from the command: brew install git The terminal pops up with this error: Updating Homebrew... Error: The following directories are not writable by your…
-2
votes
1 answer

I am trying to install ruby-2.2.3 through rbenv build on mac os catalina but getting the following error

installing bundle gems: /Users/oyo/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0 (build_info, cache, doc, extensions, gems,…
1 2 3
99
100