macos Questions

2

Solved

I am trying to install the reticulate package on my Mac and it depends on the png package, which in turn depends on libpng. I installed libpng with brew but the png package fails due to a missing l...
Marcusmarcy asked 20/1, 2022 at 16:0

8

Solved

I have a bat script that I'd like to make work on windows/Mac/linux, but I read .bat is only for windows. How can I make this script work on Mac and linux, or what type of script can I write that w...
Sturgeon asked 16/11, 2011 at 18:50

1

Is it possible to modify for example the Info.plist to prevent a certain app from making its Dock icon jump using -[NSApplication requestUserAttention:]? There is a system-wide setting no-bouncing ...
Toting asked 7/7, 2016 at 11:12

3

Today morning, I tried to copy my Xcode project and pasted it in Backup Folder. I got this above issue. The operation can’t be completed because an unexpected error occurred (error code -8058) ...
Perrault asked 20/5, 2014 at 6:17

1

My MySQL data directory is located at /usr/local/mysql/data When I view it in finder I get this: When I try to open the data folder I get an access denied error. Via the terminal I can execute the...
Lashawn asked 21/8, 2020 at 13:14

4

When trying to run simple python3 code via pycharm, I get following error /Users/slimerski/PycharmProjects/studia/venv/bin/python /Users/slimerski/PycharmProjects/studia/zadania_14.py dyld: Lib...
Mensal asked 18/1, 2020 at 12:17

3

I'm trying to verify an installer by typing this command. grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c - But I get a response like this from Terminal sha256sum: 'standard input': no prope...
Sedgemoor asked 28/12, 2021 at 4:16

0

I have System network extension that connects to specific resource. What is happening is when connection is done, extension's icon (white box starts jumping in dock). After the connection is ...
Halvaard asked 7/10 at 10:23

5

Vs code was running perfectly fine on my MacBook Pro mid 2012 with macOS Catalina 10.15.7 (19H2026). But then I clicked on "restart to update Jupyter extension" the app closed and did not...
Equestrienne asked 5/7 at 8:36

4

I am trying to display the git branch on prompt on Big Sur. So I have created a script file to run for each new session .zshrc # Git branch in prompt. parse_git_branch() { git branch 2> /dev/nu...
Nemathelminth asked 18/5, 2021 at 13:41

3

I am using the following two lines of Python code to open a new Terminal window from a Python script, and this works fine: import os os.system('open -a Terminal .') Now I would like to pass the ...
Degeneration asked 23/1, 2018 at 18:14

2

Solved

I just need to append the string "eng" to many files names in same directory without changing its extension in MAC TERMINAL. I searched it for long time, i found mv command to rename files at once....
Homeric asked 19/6, 2014 at 8:14

2

After installing oh my zsh and customizing it a little, iTerm2 looks awesome but the default terminal on MacOS looks like crap because it can't load the plugins and I don't want it to. So how can I...
Disconcert asked 13/12, 2016 at 15:3

2

Solved

I want to add a URL to an event on a Google Calendar through the calendar API. This calendar will often be viewed on an iPhone. Google provides a source field that can be used to link back to the s...
Bahaism asked 21/11, 2015 at 12:22

3

While im archiving and uploading an build to the appstore connect through xcode im facing this error. The archive did not include a SYM for the Flutter.framework with the UUIDs [4C4C44D2-5555-3144...
Transference asked 19/9 at 17:21

5

Solved

I have a NSTextView with a sizeable quantity of text. Whenever I scroll however, the view isn't updated properly. There are some artifacts that remain at the top or the bottom of the view. It appea...
Gasman asked 11/5, 2009 at 19:27

2

I have searched and tried a lot of solutions here and all over Google. My situation is as follows. I just don't want Apache to be running. 1) localhost leads to "It works!" page 2) The command s...
Mcferren asked 7/11, 2019 at 11:21

3

Solved

I am getting errors when I try to update ruby to 2.2.4 or 2.2.3. I am on Osx El Capiton Searching for binary rubies, this might take some time. No binary rubies available for: osx/10.11/x86_64/rub...
Opiate asked 5/2, 2016 at 16:4

5

I am having issue in installing ruby 2.7.1 I am getting this error: Error running '__rvm_make -j8', please read /Users/luqman/.rvm/log/1690926841_ruby-2.7.1/make.log There has been an error while ...
Outspeak asked 1/8, 2023 at 22:13

1

I have updated XCode(v. 16.0) and made sure the xcode command line tools (xcode-select version 2409) are updated. I have installed the C/C++ VS Code extension v.1.21.6 My compiler path is set to /u...
Mouser asked 18/9 at 18:23

4

I have a MAMP setup which hosts a number of local servers. It seems capable of running them just fine but it seems almost daily the app itself is marked as not responding by the OS (macOS 10.15.2) ...
Longe asked 24/1, 2020 at 12:8

4

Solved

I have defined import SwiftUI import UniformTypeIdentifiers enum LayerType: String, Codable, RawRepresentable { case text case image } struct TransferableLayer: Identifiable, Hashable, Codable,...
Autotomy asked 15/12, 2023 at 23:0

5

I am trying to install the requests package for Python 3.7 on Mac. I already have python 2.7 installed. I have read all the previous questions related to this and none of them could solve the issue...
Doodle asked 19/2, 2020 at 21:19

3

Solved

Been pulling my hair for the past week. What I've learned: Notification sound works on iOS, not macOS Files on ~/Library/Sound (notice the tilde, it's outside the project folder): Some (not a...
Gamone asked 23/5, 2020 at 19:54

12

Solved

I'm building a FLutter code that has the following error for both Android and IOS: ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/uuid_enhanced-3.0.2/lib/uuid.dart:9:7: Error: 'Unmodi...
Gentlefolk asked 13/10, 2021 at 9:39

© 2022 - 2024 — McMap. All rights reserved.