macos-mojave

Git: Error: Unable to read SDK settings for MacOSX.sdk

可紊 提交于 2019-12-03 10:21:21
Error while adding in git after updating to new OS Mojave Error git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' Error faced in: Device: MacBook Pro (Retina, 13-inch, Early 2013) OS: MacOS Mojave Screenshot Question How to solve this error ? Anyones help will be really appriciated. CommandLineTools is outdated. The below should fix it. xcode-select --install Since I had just updated Xcode (using the AppStore) I had to open Xcode and let the installer finish some configuration work before Visual Studio for Mac would successfully compile my

macOS 10.14(beta) How to install Command_Line_Tools_macOS_10.14_for_Xcode_10_Beta

左心房为你撑大大i 提交于 2019-12-03 05:41:52
问题 As the Title of my question, I don't know how to install the Command_Line_Tools_macOS_10.14_for_Xcode_10_Beta for my mac, please help. What I did: run command "brew install carthage" to install the Carthage, get errors: Error: Your Xcode (9.4.1) is too outdated. Please update to Xcode 10.0 (or delete it). Xcode can be updated from https://developer.apple.com/download/more/ run command "xcode-select --install" in Terminal as the second answer from @Dev, but I still get the same errors after

XAMPP 7.2.10-0 macOS Mojave - No button label are visible

拜拜、爱过 提交于 2019-12-03 04:25:32
问题 I installed the new version of XAMPP for Apple Mac OS, that is 7.2.10-0. When I open the manager-osx the label of button aren't visible. Below is a photo of my manager-osx. Can you help me? 回答1: at the moment please turn on the services from terminal using this command : sudo /Applications/XAMPP/xamppfiles/xampp start 回答2: The problem is with the button text not the functionality. You can still click on the buttons to function the features. You just need to know which button is meant for what

How can I install zlib on Mac OS X Mojave (10.14)?

风格不统一 提交于 2019-12-02 22:40:26
I recently upgraded from Sierra to Mojave. After that I tried to use pyenv install 3.5.6 . This uses homebrew in the background to try to install python, which fails with zipimport.ZipImportError: can't decompress data; zlib not available . The same command worked before the upgrade. This question has been asked before and the generally accepted solution is to install xcode command line tools using this command: xcode-select --install . I have both xcode 10 and the command line tools installed but zlib is still unavailable. I tried installing zlib using homebrew but that didn't work either.

macOS 10.14(beta) How to install Command_Line_Tools_macOS_10.14_for_Xcode_10_Beta

只谈情不闲聊 提交于 2019-12-02 19:04:07
As the Title of my question, I don't know how to install the Command_Line_Tools_macOS_10.14_for_Xcode_10_Beta for my mac, please help. What I did: run command "brew install carthage" to install the Carthage, get errors: Error: Your Xcode (9.4.1) is too outdated. Please update to Xcode 10.0 (or delete it). Xcode can be updated from https://developer.apple.com/download/more/ run command "xcode-select --install" in Terminal as the second answer from @Dev , but I still get the same errors after "brew install carthage"; download the .dmg file from Apple site , I got too many tools after I opened it

XAMPP 7.2.10-0 macOS Mojave - No button label are visible

天大地大妈咪最大 提交于 2019-12-02 17:41:32
I installed the new version of XAMPP for Apple Mac OS, that is 7.2.10-0. When I open the manager-osx the label of button aren't visible. Below is a photo of my manager-osx. Can you help me? at the moment please turn on the services from terminal using this command : sudo /Applications/XAMPP/xamppfiles/xampp start Hussain Thajutheen The problem is with the button text not the functionality. You can still click on the buttons to function the features. You just need to know which button is meant for what. You can check the picture attached for the buttons with texts. Vincent Ting-Syuan Wang The

Cannot install brew on Mojave with Xcode 10

萝らか妹 提交于 2019-12-02 16:42:34
I can not install any brew packages on my mac with the following error info. Installed on my Mac: macOS 10.14 Beta (18A293u) Xcode 9.3 (9E145) Xcode 10.0 beta (10L176w) Type in brew install xxx . The output is: Error: Your Xcode (9.3) is too outdated. Please update to Xcode 10.0 (or delete it). Xcode can be updated from https://developer.apple.com/download/more/ Error: Xcode alone is not sufficient on Mojave. Install the Command Line Tools: xcode-select --install But as I type in xcode-select --install , it says it is not available Xcode select install error Paths of two versions of Xcode on

Pyinstaller and PyQt5 macOS Mojave compatibility issues

南笙酒味 提交于 2019-12-02 13:05:02
问题 My application, created with Pyinstaller, worked fine until I upgraded from High Sierra to Mojave. In order to demonstrate the issue I create the simple application. Main window has only one button. When you press the button its text should be changed to "Please wait" for 10 seconds. When I run this program as .py script, everything works fine, but after creating .app file with Pyinstaller it behaves differently. The text is not updated until you click anywhere outside of the window. I tried

Where are the C headers in MacOS Mojave?

别等时光非礼了梦想. 提交于 2019-12-01 20:00:40
It seems that Apple keeps on moving their tools around and the old solution of installing the command line tools are with using xcode-select --install doesn't work. In Mojave, xcode-select doesn't install anything anymore (the GUI always fails to find the package) and the command line tools don't install itself in /usr/ or /usr/local . xcode-select --install did work for me in Mojave. Maybe you can try installing XCode from Mac App Store, and then install developer tools? Regarding header locations, I have Apples headers in /Library/Developer/CommandLineTools/ : $ sudo find /Library -name

MacOS clang via Homebrew broken under Mojave `wchar.h`

时光毁灭记忆、已成空白 提交于 2019-12-01 18:10:20
Unsurprisingly the new update of OSX Mojave broke my llvm installation in Homebrew, these are the steps I tried: xcode-select --install # Complained, so I installed commandLineTools from here https://developer.apple.com/download/more/ xcode-select -p /Library/Developer/CommandLineTools xcode-select --install # Now says installed sudo xcodebuild -license # Fails, as it says I only have CommandLineTools installed in /Library/Developer/CommandLineTools not xcode # Try something else (all versions) brew uninstall --force llvm brew install llvm # yay v7 how exciting # Only it still don't work clang