Questions tagged [macos]
macOS (formerly known as OS X or Mac OS X) is the desktop operating system from Apple, found on Macintosh computers. Use this tag only if your question relates to using macOS APIs or macOS-specific behavior, not because you happen to run your code on macOS. Questions relating to using or troubleshooting macOS are off-topic and belong in the Ask Different community instead.
macos
118,070
questions
-6
votes
1
answer
920
views
How to add cake path in mac osx 10.6.5
Can someone explain how you add a cake path in OSX?
-6
votes
1
answer
41
views
How to implement BTCQuote in OS x app [closed]
I am new developer and I would like to know how to implement BTCQuote ticker in my app. How to make my label show bitcoin value, and how to make it auto-updating.
Thank you
-6
votes
4
answers
1k
views
Can i install Mac system in Windows? [closed]
I have this technical question please!
I need to install MAC system in a Windows one.
A few questions:
Can i do that? (I read I could use VirtualBox or smth..)
Would I be able to run Xcode?
-6
votes
1
answer
559
views
How to make an wifi Password cracker with Apple Script
a friend forgot his wifi-Password and the Question is, how to crack the password with apple script! Is there an easy way to do it with a script? He doesn't want to reset his Wifi router...
Thanks for ...
-6
votes
1
answer
92
views
Objective C, Mac X coredata
I want to create a Mac OS X app that uses a database "backend" in a local dir.
I can make a project with a UI that has a table view and that uses a data model/array controller. I can add "records" ...
-6
votes
1
answer
308
views
Can anyone help fix my code [closed]
These lines have errors on them the bs.show and g.dispose have the error syntax error identifier expect after this token and part of the g.drawImage says delete the tokens and the
says says syntax ...
-6
votes
1
answer
57
views
If I start today, what hardware need to develop for iOS [closed]
I read some questions about it, but some are old and with the recent ios 7 this can be a little different. I usually develop android, and I have opportunity to port my apps to iOS, but I havent a mac ...
-6
votes
1
answer
855
views
How can I do to run a GitHub action with GCC on macOS?
I need to run a GitHub action with macOS and the GCC compiler within.
I tried with:
name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
But it doesn't work on ...
-7
votes
1
answer
848
views
How to remove VIM as my Mac editor vs sublime [duplicate]
How to remove VIM (completely) and change my mac command line editor to sublime?
I've spent the last three hours reading the same links on "how to remove VIM" only to get "how to remove ...
-7
votes
1
answer
193
views
Installing Python Pip on Mac OSX [closed]
Error Installing Python Pip on Mac OSX:
-7
votes
1
answer
75
views
Access variable from a class in another class (by declaring the variable in "class Name: heritage {}")
I want to access the password property of Menu in ChangePasswordClass to check if oldPassword is equal to password. How do I use password in the ChangePasswordClass class? I can not use Menu.password ...
-7
votes
1
answer
106
views
Programming in c depends on operating system
The problem is the next. I have a repository where i work, and two computers where I code. Yesterday I made a program that works on one of this computers, then I made a push in my repository. Today I ...
-8
votes
2
answers
147
views
C++ programs on Mac OS
I just got a new MacBook Pro latest edition. I noticed that I already have G++ installed on it because of which I am able to build C++ programs.
My question is, does macOS come installed with G++ (...
-8
votes
2
answers
278
views
Develope an application for windows and Mac OS
I need to develop an application that can be run on both Windows and Mac OS X, is a application "monitor" that needs to display data in real time, connection over ethernet. I'm interested in the ...
-8
votes
0
answers
27
views
Use own system sounds in macos [closed]
im looking for a way to change different system sounds in macos sonoma. In windows and in older versions of macos it is possible to change all kinds of system sounds to whatever audio file you want. ...
-8
votes
2
answers
200
views
Can't download Xcode5 GM seed from my Mac Dev Account
I've enrolled for Mac Dev Program ,in my Account I can't find Xcode5 GM seed which was released on 10th September 2013.
Xcode Developer Preview 6
Posted Date: August 21, 2013
Build: 5A11386k
...
-9
votes
2
answers
339
views
Running executable in C code [closed]
I am writing in C (not C++) on a Mac. I want to be able to run a UNIX executable from C, something like this:
#include <some-wacky-header.h>
int main (int argc, char * argv[])
{
int r = ...
-9
votes
2
answers
204
views
parsing the date out of a filename and append it to the beginning [closed]
I have a set of files, all of them are named like
nnn-15.10.2015 18:51.m4a
I would like to put the date in a different format at the beginning so that it looks like
2015.10.15 18:51 nnn.m4a
nnn ...
-10
votes
1
answer
897
views
Decompress wav file (Windows IMA ADPCM compression) in Objective-C?
I have some wav files that were presumably created on a Windows system and need to be decompressed (ideally "on the fly") in an Objective-C app. The compression code is 17 -- IMA ADPCM. I've found ...
-11
votes
1
answer
2k
views
Eclipse and R on Mac [closed]
Is it possible to get some type of add-in or something to be able to edit/run R programs in Eclipse on a Mac? I'm running Lion on my mac.