Most voted "osx" questions
OS X is the desktop operating system of Apple Inc. It was the successor to Mac OS 9 and here 'X' means 10. OS X is based on the Nextstep / OPENSTEP operating systems developed in 1980 and 1990 by Next Inc., which Apple acquired in 1996.
Learn more…85 questions
Sort by count of
-
11
votes1
answer916
viewsProblems with installing Pip (python package manager)
I use Mac OS and use HomeBrew as a package manager. I installed the python 2.7.10. Together with this installation was to have occurred the pip. However the following problem occurs: ==>…
-
10
votes1
answer1361
viewsHow do I use Freetds with MAMP on Mac OS?
I need to use the methods mssql_ of PHP and have always done so using the Freetds in the native Apache of MAC OS. What happens is that right after you upgrade to the OS X 10.9 (Mavericks) I started…
-
6
votes1
answer64
viewsPHP on Macosx Yosemite
Hello, when running php --version: PHP 5.5.14 (cli) (built: Sep 9 2014 19:09:25) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies But I have…
-
5
votes2
answers195
viewsCompile Linux-ready Assembly on OSX
I’m trying to do a study of compilers, so I have to compile an Assembly of a language called howto with nasm. the intermediate code generated by the howto compiler is as follows: extern printf…
-
5
votes2
answers74
viewsList the amount of space occupied by a file type in the terminal
I suspect that the Pcs I use have many files .RData, used by the R program to save data sets. I want to do a cleaning in these files, but without going into directory by directory, on computer by…
-
5
votes1
answer439
viewsDo I need a macOS computer to program Swift 4 and Objc?
I’m doing a lot of research on iOS app programming, and all the online courses I find on the computers are Apple-based. To program Apple, you need an Apple computer?
-
4
votes1
answer1667
viewsADB does not recognize Android device on Mac OS
I’m trying to activate the mode of Debugger on my Motorola Razr i to be able to run my Android projects on the device itself. But when I enter the Mac terminal and put the command ./adb devices to…
-
4
votes1
answer82
views"stdin is not a terminal" when I run Envoy - Laravel 4.2
A month ago everything is working fine, until I went to deploy a project and... When you execute the command envoy run deploy, using the settings below... @servers([ 'mt' => '[email protected]'…
-
4
votes0
answers751
views#2002 - No such file or directory no phpmyadmin
I am using MAC OS Sierra (safari 10.0.3), MAMP 4.0.6, phpMyAdmin and netbeans. Everything was going very well, had already run the application some times until suddenly the computer stopped. I…
-
3
votes2
answers394
viewsHow do I disable selecting text at the right click?
I don’t want to disable text selection, nor do I want to disable right-click. I JUST want to disable the selection of text With the right mouse click (but the menu should still appear when right…
-
3
votes1
answer275
viewsMigrating Windows Local Development Environment to Mac
I would like to migrate to Mac, but I have some fears about the local development environment. The question is in relation to Apache, Mysql (and other BD’s), PHP and Node.js. The issues are:…
-
3
votes2
answers146
viewsGIT error with Mac OS X: dyld: Lazy Symbol Binding failed: Symbol not found: _iconv_open
I’m trying to use GIT from the terminal (Mac OS X), but the following error is appearing: $ git help dyld: lazy symbol binding failed: Symbol not found: _iconv_open Referenced from:…
-
3
votes1
answer169
viewsHave two versions of Python in OSX, no overwrite
Is there any way to install version 3.x of Python without overwriting the pre-installed (essential) version of OSX? I already know the virtualenv but I would like to avoid it, because I only use…
-
3
votes0
answers330
viewsConnect Xamarin to Mac
I’m trying to connect Xamarin to Mac using Visual Studio. The Mac is listed in Xamarin User Agent, but when informing the user and password I get this message: Starting Broker 4.0.1.96 in port…
-
2
votes1
answer121
viewsHow to use Xcode 5.0 with 10.7.5?
I have a Macbook laptop that I can’t install the latest OSX operating system - Mavericks (Apple info), but I need to install Xcode 5.0 for iOS7 application development. So I need help knowing: How…
-
2
votes1
answer78
viewsWindow to save Swift File
I would like to create a window to save text files on disk, but do not know how to create a File Explorer using Storyboard.
-
2
votes3
answers1765
views"php. h not found" error while installing Intl extension on Mac
I’m having problems installing the extension Intl on Mac, already followed the following tutorials: Installing Intl package on OSX Lion Install the PHP INTL Extension on a Mac Installing the PHP…
-
2
votes2
answers1700
viewsIDLE closing alone by pressing quote
Until today I was using the terminal itself to program in Python, but today I decided to download IDLE. When I try to put the single quote ( ' ) it just closes. Can someone help me?…
-
2
votes1
answer666
viewsCommands on the Mac terminal
I tried to install the Composer on OSX 10.10.3 following the website’s instructions: curl -sS https://getcomposer.org/installer | php and after that I’m no longer able to execute the commands curl,…
-
2
votes1
answer124
viewsHow to simulate a button click on Swift (for MAC OSX)
I’m making a program for Mac and need to find a way to "click" a button from a code. I’m trying to put this code on another button and I’ve tried it in the 3 following ways: func mouseDown(_…
-
2
votes0
answers64
viewsEnable Federated
I need to enable the Federated plugin in mysql. I am adding the Federated in my my.cnf file when I check by the Engines show; it says it is not enabled. I’m using Mac OSX 10.11 and mysql 5.2.26. Any…
-
2
votes1
answer87
viewsIs it possible to convert Windows . NET Framework applications to Mac?
Can I get my project ready, and make it run on a Mac OS X? (It was done on . NET Framework 4.5.2, for Windows).
-
2
votes1
answer744
viewsUsing PHP in the terminal, xampp
I’m trying to use PHP through the terminal, but I can’t, when I type which php he returns /usr/bin/php so I can’t run PHP files, because it can’t find the files. I am using XAMPP for MAC…
-
2
votes1
answer116
viewsError when building IONIC/PHONEGAP
I use a Mac, tried to give the sudo Ionic build Ios commands / sudo Ionic build android, however, I get the error below: Error: Spawn EACCES at Exports. _errnoException (util.js:746:11) At…
-
2
votes2
answers208
viewsProblem with threaded list pointer offset
I’ve had a problem with the shift of pointers in my code for a few days now. I try to make that if the point of my object on the screen is greater than a value, offset this object from memory, but…
-
2
votes1
answer334
viewsCreate python executables (portability)
I have python code developed on macos system. It is possible to generate executables to run on other systems (windows, linux)? Example: the file file.py was written and tested on macOS system, but I…
-
2
votes1
answer2110
viewsLetter ç in VS Code editor
Cedilha "ç" disappeared in the Visual Studio Code I use on Macbook. This happened some time ago after an update. Works in any editor but VS Code. Someone’s been through it?…
-
2
votes0
answers84
viewsDotnet running error on Mac
Good evening, I did the installation of . Net Core as per instructions: https://www.microsoft.com/net/core#macos I created the project directory and when I will run (via terminal), as per command:…
-
1
votes1
answer148
viewsInstallation of Maverick causes the server to stop working
I’m novice with Apples and recently bought a mac book, with Lion operating system. I installed php, mysql, etc and everything worked perfectly. Now I’ve upgraded the system to Maverick and the…
-
1
votes2
answers1118
viewsHow to reuse and share an SSH private key between Mac OS X and Linux?
I realized that the Mackup is able to back up the private key in Dropbox. I tried to copy my old private key from a Time Machine backup (I did a clean install of Mavericks), which was without…
-
1
votes1
answer2056
viewsAnaconda/osx - change the standard python version
I was using python with anaconda in osx 10.8 and Spyder crashed. When I tried to reboot, the launcher showed Spyder as not installed. I imagined that the anaconda might have had some problem and…
-
1
votes4
answers1530
viewsProblem with sorting in Postgresql
I’m having a problem sorting columns in Postgresql despite being configured correctly in UTF-8. The version of Postgresql is 9.3 and it is installing on a Macosx Maverick 10.9.5 (this problem has…
-
1
votes1
answer49
viewsHow to use Twisted on Mac OSX?
I’m following a tutorial to use Twisted to establish connection to an app. However, when testing the connection to localhost for testing, it seems that it is not responding. I am using the following…
-
1
votes1
answer848
viewsProblems with Mysql Server for OS X
Hello, Has anyone here managed to install the MySQL Server for Mac? I installed it, but I can’t start it! I click on its panel button, ask for the password, type and nothing. Trying for the…
-
1
votes0
answers194
viewsHow to host server on local router with Express.js on Mac OS X?
Since I started using Mac I am no longer able to host a local server on my router with Express. In Ubuntu just pass the router IP as second argument of app.listen and everything worked out: thus.…
-
1
votes0
answers45
viewsphp imagemagic cannot use Ghostscript to render PDF
In my hosting, Imagemagic renders PDF to JPEG normally. But I need to make it work on my MAMP test site - making websites without a test site sucks! Imagemagic is apparently OK on my MAMP running on…
-
1
votes1
answer1207
viewsHow to install IONIC with Android on Mac OSX
I’m trying to install Android on Mac OSX to start my studies in App Development. I successfully installed NPM, Cordova and IONIC. I also downloaded Android Studio and downloaded some versions of…
-
1
votes1
answer8204
viewsCannot execute Binary file: Exec format error
I’m trying to run a code on Linux and I’m getting this message: Cannot execute Binary file: Exec format error I did some research and this could be because of the structure of my pc, but from what I…
-
1
votes2
answers183
viewsCan I use C# (through Visual Studio) to develop a program for Mac/OSX?
I wonder if Visual Studio (through a computer running Windows and the C#language) can create an administrative program (simple, for 1 user, involving only one database interaction) for a computer…
-
1
votes1
answer119
views"EACCES" error when using Cordova on OS X
Suddenly, while activating the command "Cordova run android", I get the following log MBP-de-Rodolfo:cordova rop$ cordova run android…
-
1
votes0
answers30
viewstableViewSelectionDidChange does not work in Xcode 8
After upgrading to macOS Sierra, and consequently to Xcode 8, the function tableViewSelectionDidChange no longer works. I think my code is correct. func tableViewSelectionDidChange(_ notification:…
osxasked 8 years, 1 month ago Emerson WooDoo 11 -
1
votes1
answer154
viewsSiri Voice Command Manager
I know my Macbook has tts (text to Speech) when typing command Say. I wonder if there is an API or library that works with this in python. Or you would have to do it manually? Anyone recommend…
-
1
votes1
answer415
viewshow to install imagemagick on Magic ( Xampp)
I was trying to install the imagemagick on the mac, I opened the terminal and ran the following command ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)".…
-
1
votes1
answer1994
viewsAutomatic closing of single and double quotes vscode
My vscode does not automatically close single and double quotes. I’ve disabled all extensions, autoclosing is already true, but the problem still persists. vscodeVersion 1.15.0 (1.15.0) MAC osx:…
-
1
votes0
answers31
viewsCSS Ionic 1 works correctly on Android, but not on iPhone Osx
My layout, a few things on it, works great on Windows Android. Switching to Mac Osx, creating the project and copying everything. When I spin like ionic server or ionic server --lab Both are without…
-
1
votes1
answer344
viewsPermission of GIT files
All my systems I have are giving permission problem after I give one git pull, so that for example I have a folder where my js and css files are generated mimicked. Folder Assets/min/, after I give…
-
1
votes1
answer1363
viewsimport openpyxl / Modulenotfounderror: No module named 'openpyxl'
When I type in IDLE, import openpyxl, the following error message appears: Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import openpyxl ModuleNotFoundError:…
-
1
votes0
answers78
viewsNetbeans Connector and Chrome - MAC OS
I recently migrated my Netbeans development IDE from Linux to MAC OS. The problem is that I am unable to debug my Java EE project in Chrome using the Netbeans Connector extension. Simply, when…
-
1
votes0
answers40
viewsApp development for iOS devices
Does iOS app development work on Mac OS based iOS devices under Windows? Any compatibility issues?
-
1
votes0
answers43
viewsMACOS 10.14.1 MOJAVE
After upgrading the OS to the MOJAVE version, ssh stopped connecting to the servers. The screen gets frozen in this part: ssh user@ipServer -v Openssh_7.8p1, Libressl 2.7.3 debugging: Reading…