Most voted "mac" questions
41 questions
Sort by count of
-
10
votes5
answers7541
viewsIs programming for iOS on a virtual machine feasible?
I am Android developer, but now I will start developing also for IOS. Is it functional to program for iOS on a virtual machine? Or do I have to buy a Mac anyway?
-
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
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
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
answer369
viewsIs it possible to prevent Wine from getting viruses? or is it already immune by running on Linux and Mac?
We know that there are viruses for MAC and Linux, this is not the question, the question is whether it is possible to use Windows applications using Wine without contaminating with viruses, this is…
-
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
votes1
answer505
viewsPublishing App to Apple Store with restricted content
In recent days, I faced a problem in publishing an App on Apple, it simply blocks me from wanting the user to use user/password to have access to all the content of the App. Reason: it is an…
-
2
votes1
answer2359
viewsMac , Andy does not recognize the door imusb
I bought a UNO Rduino ( I believe it’s not the original ) , I downloaded the IDE , installed normal , connected the board ( lit normally , I went to the IDE on tools > boards and selected…
-
2
votes0
answers119
viewsDo new Apple Certificates only work with Xcode 11?
Apple’s Developer Site has gained new layout, and apparently new features. I created a Certificate today and instead of iOS Distribution, it’s only appearing in Distribution and in front "For use in…
-
1
votes1
answer353
views -
1
votes1
answer454
viewsShortcut MAC/Linux terminal
People how can I create a shortcut in the terminal ? type instead of typing cd xxxx/xxxx/xxxx i just type goDevWeb ? Thank you
-
1
votes0
answers56
viewsSearch for MAC in PHP
I need to filter the type of access that will be done inside the system, can access only from a specific computer, with random IP. Is there any way to search in PHP or jQuery, or any other language…
-
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
answer118
viewsInitialize server.js IONIC 1 to run in "production"
THE SERVER.JS SHOULD BE STARTED AS SOON AS I RUN IT ON MY MOBILE ? How could I set you up to work that way? This is because I have a service in Mongo, and it needs to be run the connection to Mongo…
-
1
votes0
answers87
viewsUndefined Symbols for Architecture i386: "_Rklogcoredataerror"
Good morning, whenever I’m trying to accomplish the build of my application, on the stage of Linking the error of Undefined Symbols for Architecture Follow the error with more details: Undefined…
-
1
votes1
answer364
viewsEnable Firebird PDO support for PHP
I cannot install Firebird PDO support in PHP. My machine is running Mac Os Sierra. I have already researched on Pmorts and Pmmebrew and they do not offer support. Some old posts do not explain in…
-
1
votes0
answers20
viewsMagic mouse is skipping the sections when scrolling
So when I use a normal mouse, the scroll is correct, but when I use the Mouse, it skips one-two sections. How do I fix this? I tried to add a delay(100) when the user had using MAC that even solved…
-
1
votes0
answers33
viewsCode Sign key, Keychain error
I am new in the area of programming and iOS and would like to understand what this error is and understand how I can fix it. Error: iOS code Signing key 'iPhone Developer: Luiz ***** (F*******)' not…
-
1
votes0
answers67
viewsExcel VBA on MAC
Good night! I use a lot of Excel VBA on a PC computer. The VBA used in Excel for MAC is the same?
-
1
votes2
answers210
viewsError opening Android React-Native project on Androidstudio via macos
I’m trying to open a project Android React-Native existing through the AndroidStudio, but the following exceptions are displayed for me:…
-
0
votes1
answer845
viewsPhysical and logical tcp/ip address protocol?
If I already have a physical address (MAC), what is the utility of a logical address (IP)? Why networks need both types of address to function?
-
0
votes0
answers306
views -
0
votes1
answer216
viewsError installing Python library
I have python 2.7.14 installed with Pip 9.0.1 on a Macbook. I was experiencing an error trying to run Pip.list from the terminal. I checked on Google that I needed to edit the Pip.conf file, but I…
-
0
votes1
answer50
viewsProblem with pyinstaller+ os.getcwd() on MAC OS
After numerous problems with Tkinter and Pyinstaller, I finally managed to make a Unix executable application work normally on MAC High Sierra. But inside my application folder, there is a folder…
-
0
votes0
answers25
viewsRepository not found git mac terminal
On the Mac after you first use the github user and password data in the terminal, that data is preconfigured for future use. If I try to clone or push with another user it is a mistake. It usually…
-
0
votes2
answers809
viewsHow to add IOS 12.2 simulator to Xcode 10.0?
I need to emulate the iphone with IOS 12.2 but my Xcode does not have this option. I saw that in Xcode 10.2 comes with IOS 12.2 but the company mac does not let install because it needs a newer…
-
0
votes1
answer44
viewsConnect to a server via ssh
I need to connect to a server via ssh through the terminal. However, this server has a key. I have this key on my computer, I would like to know how to access the server with this key via ssh by mac…
-
0
votes1
answer262
viewsCommand to open the terminal in a specified folder
I am producing some scripts to prepare the desktop, and wanted to leave the terminal in a predefined folder. How to do this? I’ve tried using cd ./pasta_selecionada and cd pasta_selecionada, but…
-
0
votes1
answer197
viewsError executing React-Native init command
I’m trying to create a project React Native in the MacOs for Terminal. I type the following commands in Terminal: > cd Desktop > mkdir curso-react > cd curso-react/ > react-native init…
-
0
votes0
answers122
viewsReact-Native run-Ios does not work but Xcode does
I created a project RN 0.59 where everything was working. After the libraries are installed the command react-native run-ios stopped working. The simulator opens the application, staying on the…
-
0
votes0
answers38
viewsRun nhibernate on macOS X 10.13.3 (c#)
Good morning, I’m new to the world of C# programming and therefore had some problems compiling a project by visual studio for mac. The problem was this, the project uses version 4.0.3 of nhibernate…
-
0
votes2
answers1270
viewsIs the dot and comma character (;) allowed in filenames?
The character ";" is allowed in filenames? In windows you can use the character ";" in naming files without any problem, but I do not know if the same rule is for Mac or Linux. I researched file…
-
0
votes1
answer99
viewsHow to display a View only when the app starts on Swift 4?
Good guys I’m making an app for a Interview I’m almost done but wanted to add more features. I am doing in Xcode using Swift 4 language.. What I’d like to know is, I have a View called Popupview how…
-
0
votes1
answer46
viewsMacbook Pro Retina screen is breaking the bootstrap CSS layout
How could I fix it, I’ve tried it but it didn’t work: @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio : 1.5) and (min-width: 1200px) {…
-
0
votes0
answers82
viewsPycharm Error Special Character Tremble
I’m having a problem with my Mac’s ABNT keyboard when using Pycharm (only with it). When typing simple quotes (') it presents a special character (square and not recognized), which disturbs at the…
-
0
votes1
answer48
viewsError installing HAXM on Mac OS X
Good morning. I’m new to Mac and I’m having a hard time installing Android Studio in the Operating System. The following error is displayed to me in the installation of HAXM: I read in some places…
-
0
votes1
answer326
viewsLive Reload not working at the Expo
When emulating an app made with expo on Genymotion, the live Reload do Expo does not work, the options menu is not even open (either using the action of shaking the smartphone or pressing the button…
-
-1
votes2
answers172
views -
-2
votes1
answer143
viewsHow to work in the same database by Workbench and terminal?
I created a database by Workbench But I can’t find it through the Mac terminal. How to work in the same database? How to locate the database created by Workbench? And vice versa... I’m connecting by…
-
-2
votes1
answer49
viewsHow does IOS development responsiveness work with Swift 4 in Xcode ?
Good guys, I’m starting now to enter the IOS programming, and I have this doubt in my head, from what I saw, the people work a lot dragging the objects and programming them, however, how…
-
-3
votes1
answer1194
viewsRequirements check failed for JDK 8 ('1.8.*')! Detected version: 13.0.2
Please help me out! I don’t know what else to do... I’ve read all the help that talks about it and so far I haven’t been able to solve it! Tiagos-iMac:app Tiago$ Cordova run android Checking Java…