0
votes
0answers
10 views

System zoom with screen capture

We are developing screen capture utility which allows users to capture selected area on screen. Which works on 10.7 and above. As per apple Technical Q&A QA1741 we have used below API to capture ...
0
votes
1answer
19 views

Video Stress via Apple script

I've been working on a video stress script based on terminal an quicktime, I'm having a specific issue with one part of playing multiple videos with quicktime as well as would love some opinions on ...
0
votes
1answer
21 views

How do I change a folder icon in OSX? [closed]

How to change the icon on a folder on your desktop. I was searching how to do this myself. I found the answer and posted it below.
0
votes
1answer
68 views

Lion OS - brew update returns “Failure while executing…”

I am trying to update my brew, when I set brew update I get this error: error: Your local changes to the following files would be overwritten by merge: Library/Formula/imagemagick.rb ...
1
vote
0answers
129 views

UI login apple script not running on 10.8.3 but working fine on 10.6.x

I had coded an applescript that login the user on back end when MAC starts. NSAppleScript *runscript; //NSLog(@"comes to applescript"); //////////NEW CODE FROM HERE////////// NSString ...
1
vote
0answers
138 views

socket mac os x vs windows java slow

Please help me figure out why the Mac OS X Java takes 5 times longer than the Windows XP Java. I have some code that behaves differently on Mac and PC Java. I have a Java GUI that talks to a number ...
0
votes
0answers
60 views

Compile for 10.5/10.6 & PPC

I'm needing to compile a C++/C/Objective-C project for 10.5 (ppc, intel)+ however Xcode 4+ (using 4.6) drops support for 10.6 and i believe Xcode 4 completely dropped support for 10.4/ppc. I have read ...
1
vote
1answer
42 views

os x custom dictionary or custom lookup function

In Lion and Mountain Lion you can double-tap-3-fingers to look up word from dictionary. This gesture is so quick, clean and nice way to search for words, but it doens't support custom translations. ...
1
vote
1answer
38 views

Service (OS X) won't start automatically on demand, says my OS version is too old

I have a text-inserting OS X Service (created by Mark Aufflick and I've been hacking on it) that's giving me an odd problem. The service is a .service application, installed in ~/Library/Services. ...
1
vote
1answer
134 views

OSX sending/receiving data via USB/Serial

I need to write a cocoa app (lion and mountain lion) to transfer (send/receive) data with a serial device attached to the USB port. I have spent some time studying the osx documentation (i/o kit) and ...
0
votes
3answers
377 views

How to update my version of git on OSX 10.8

I'm on OSX 10.8.2 and I'm running git git v1.7.4.4 I just installed git on a remote server and it's version 1.11.x. I'm I would like to be running the same version of the software but I cannot figure ...
0
votes
0answers
500 views

Using Captive Network Assistant on MacOSX to connect to VPN

Apple introduced a new "feature" with MacOSX Lion (10.7) which is called Captive Network Assistant. In my opinion its just a useless and annoying feature. It's aim is to help you login to networks ...
0
votes
0answers
48 views

Kernel socket on MAC Lion

I have an existing code which runs perfectly fine in Mac Snow Leopard OS. However, the same code throws exception while creating the socket. Here is the snippet for same - int gSocket = ...
2
votes
2answers
2k views

What is the “Illegal Instruction: 4” error and why does “-mmacosx-version-min=10.x” fix it?

I get Illegal Instruction: 4 errors with binaries compiled with GCC 4.7.2 under Mac OS X 10.8.2 ("Mountain Lion"), when those binaries are run under Mac OS X 10.7.x ("Lion") and earlier versions. The ...
0
votes
1answer
138 views

Restoring MySQL databases from file system back up

I've had a hard drive crash on me and unfortunately I do not have .sql dumps available to restore my databases. Though I do have a very recent back up of my entire file system. I've grabbed the files ...
1
vote
1answer
56 views

Where to put SQLite database to keep it from being over-ridden during update on OS X?

I'm developing my first OS X application which will be distributed through Mac App Store. The app makes use of an sqlite database which I am currently keeping on the same location as the rest of app ...
0
votes
0answers
60 views

Installing old version of preview

I recently upgraded to Mac OSX Mountain Lion and everything is running great. However, I liked the outlay of notes in PDF much better in the old Preview (Preview 5.0.3). I was wondering if there was ...
8
votes
1answer
223 views

Mac OS X Lion / Mountain Lion Cache Miss Profiling

Is there any tool to profile cache misses on Mac OS X Lion and iOS. If you know how to do that in instruments please help. Shark (CHUD package) do not install on Mac OS X Lion and later, so I can't ...
0
votes
0answers
91 views

Mousewheel events sometimes not caught, causing Mac “swipe between pages” to activate in Chrome

I am trying to bind to mousewheel events in jQuery, and promptly cancel the event and stop propagation by returning false in the handler. Pretty standard. This successfully prevents the page from ...
0
votes
0answers
57 views

EventTap - disable mouse scroll wheel event

I would like to disable the mouse scroll wheel event such that dragging with two fingers on the trackpad simply moves the mouse. Using and EventTap I've managed to totally disable the scroll event, ...
0
votes
0answers
254 views

Successfully using .mobileconfig files to configure Mac Mail on OS X 10.7 or 10.8?

I've been generating .mobileconfig files for iOS autoconfiguration with relatively little drama -- we write out the XML file that includes SMTP and IMAP settings, sign it using our certs, and cool... ...
11
votes
2answers
383 views

OSX - disabling system-wide touch gestures

I need to programmatically disable/suppress system-wide touch gestures on Mac OS. I'm referring to gestures such as the 4-finger swipe between spaces, etc. I've looked to EventTap but that doesn't ...
1
vote
1answer
82 views

10.7 Builds work incorrectly when build on 10.8

I am having quite a bit of a problem just explaining my problem. But in short. I have a very simple project, and the only outside code I use is AFNetwork. When the app opens, I open a simple login ...
3
votes
1answer
146 views

Notification after user becomes idle on OS X?

What's the best way of detecting when a user has been idle for X amount of time, and then detect when the user becomes immediately active? I know there's NSWorkspace which provides will/did ...
0
votes
1answer
101 views

Applescript to wait for AppleMail to download messages.

Prior to 10.7.x this AppleScript used to work with AppleMail: tell application "Mail" activate check for new mail repeat until (background activity count) = 0 do shell script "sleep ...
1
vote
1answer
147 views

Ip blocked since I updated my Mac to Mountain Lion

Since I've upgraded my mac from lion to mountain lion, the ip 5.9.31.48 (api.shellycloud.com) appear to be down (ping said that "Host is down"). So I think that there is somewhere a firewall rule that ...
0
votes
0answers
144 views

Are there any known issues with running node.js on mountain lion? [closed]

Are there any known issues with running node.js on mountain lion? I am reluctant to upgrade until I know for sure there shouldn't be any problems or if there are problems how to fix them. Has anyone ...
1
vote
1answer
188 views

mdfind query weird behaviour

Look at this mdfind query: mdfind 'kMDItemFSName = "Pages.app" || kMDItemFSName = "Keynote.app" || kMDItemFSName = "Numbers.app"' Is there something wrong with it? Perhaps logical OR - || which ...
0
votes
0answers
147 views

How to get the argument from process serial number in mac osx?

In Mac OSX Lion(10.7.4) I have created a test application and when i started using double click i get some argument as "-psn_0_XXXXXX". I get same type of argument even when i pass some filepath in ...
0
votes
0answers
342 views

Anyone having problems with DMG on Mountain Lion but made on Lion?

One of my customers has Mountain Lion and tried to open the DMG I made using Lion (10.7.4) but the DMG is not opening (just flashes momentarily like it is about to open, but nothing happens). Has ...
1
vote
1answer
337 views

EXC_BAD_INSTRUCTION in Lion but not in Mountain Lion

I'm getting the following EXC_BAD_INSTRUCTION exception when opening a window in Lion but the app appears to work fine in Mountain Lion. What can be the problem? Process:         MyApp [595] Path:    ...
0
votes
1answer
326 views

fslogger : ioctl error : Bad Address

I'm using this fslogger.c to get File System Notifications in my Mac. But it works only in Leopard & SnowLeopard, not in Lion or Mountain Lion. ...
7
votes
1answer
2k views

Network Link Conditioner seems to have no effect on network behavior on Lion, Mountain Lion

The Network Link Conditioner preference pane (installed from the "Hardware IO Tools for Xcode - Late July 2012" DMG on the Apple developer site) doesn't appear to have any effect when turned on. The ...
3
votes
2answers
692 views

Symbol not found: _OBJC_CLASS_$_NSObject

I'm getting the following error when running a Mac app in OS X 10.7.3 (Lion): Dyld Error Message:   Symbol not found: _OBJC_CLASS_$_NSObject   Referenced from: ...
0
votes
0answers
640 views

Unable to reinstall OS X lion/mountain lion after replacing hard disk (ssd) [closed]

I replaced my hard disk. I prepared a recovery USB but now when i try to reinstall osx i receive the following error: "An error occured while preparing the installation. Try running this application ...
2
votes
1answer
111 views

Allow only one running instance of a program

How can i restrict my program to run only instance? Currently i'm running my program as daemon(starts and stops automatically), and when user clicks and tries to launch again(which is not a valid ...
0
votes
0answers
80 views

Changing the Save (saveDocument:) menu text

In our Cocoa NSDocument-based application we have a Save (saveDocument:) button on a context menu, but we want the text of the menu-item to change depending on the circumstances of the NSDocument, in ...
1
vote
0answers
70 views

How to continue testing on OS X 10.7 after moving to 10.8?

I am wondering how to continue to test on 10.7 when I have upgraded to 10.8. It seems to me that the obvious solutions are to: 1) virtualise 10.7 2) install it on a separate partition 3) install it ...
2
votes
0answers
126 views

IMServicePlugIn for Jabber Server

I have to write a Messages plugin to access an internal Jabber server due to some special authentication. I have two questions: Is there source code available for the Messages Jabber plugin so I ...
1
vote
0answers
149 views

Strange behavior and memory leaks with NSProgressIndicator and NSOpenPanel in Lion and Mountain Lion

So I know this may be a hard one to answer but I am experiencing some strange behavior with Mountain and Lion and I was hoping this might ring a bell with some Cocoa gurus. Inside our app we have a ...
0
votes
0answers
447 views

System Preferences crashes after updating to MountainLion when Searching under “Help” tab [closed]

I just updated my OSX from Lion to Mountain Lion. I own a late 2010 Macbook Pro. Whenever I try quick searching under the Help tab, System Preferences consistently crashes under some standards. I ...
0
votes
0answers
390 views

Quicklook & qlmanage troubleshooting commands

I'm trying to debug some quicklook extensions - some aren't working, I'm assuming because of conflicts etc. I seem to remember a qlmanage command that shows you which generator/plugin will be used to ...
4
votes
2answers
335 views

How can I reset Contact access permission, so the os will ask again?

I know I can turn on and off permission in System Preferences -> Security & Privacy -> Privacy -> Contacts, but what I want to do is force the OS to ask for permission again. This is for ...
5
votes
2answers
714 views

How to not get special characters in place of meta key combinations for VIM on OS X

On OS X, at any program, when I type option-p I get π, option-P I get ∏ and there's a bunch of alt/option bindings that just return greek and other special characters. Is there a way to disable that? ...
1
vote
0answers
210 views

Programmatically quit “Captive Network Assistant” without disconnecting from network

Is there a way to quit or kill Captive Network Assistant in (Mountain) Lion, without disconnecting from the network? I have tried to do a simple killall command and also a killall -9, but it still ...
1
vote
2answers
631 views

Kernel Debug Kit for Mac OS X 10.8 Mountain Lion

Where can I find a Kernel Debug Kit for Mac OS X 10.8 Mountain Lion ? There is no link to 10.8 Kernel Debug Kit on the Apple site.
2
votes
2answers
190 views

C++ Mac preprocessor flag for base sdk

I have an include file which I need to include if building against the 10.7 SDK or higher, but should not be included otherwise (i.e. for 10.6 sdk). What preprocessor flag can I use in this case?
0
votes
2answers
314 views

what base SDK level should I use?

I have apps listed on app store. Some of them are OS 10.6 compatiable. Now, I want the user of OS 10.8 getting benifit from the new API of NSUserNotification and still want to serve the user under OS ...
2
votes
1answer
1k views

mac 32 bit computers on mountain lion

I'm thinking of supplying only a 64 bit target for mountain lion. But I think it also supports 32 bit processors. Are there still a lot of macs out there with 32 bits ?
1
vote
2answers
162 views

Distribute Apps under Mountain Lion

Is there any possibility to distribute Apps unter Mountain Lion? If I use the xCode 4.5 Preview, I can't submit an App. But 4.3 is not working under Mountain Lion. What should I do? Please help. ...