The macapplication tag has no wiki summary.
0
votes
0answers
39 views
How to reload/RequestUrl cocoa webview in nswindowconroller class
initially webview loading..and when i rebuild my app its loading pretty well with new url but How to reload/RequestUrl when i click a button.I have used webview in nswindowconroller class,In ...
0
votes
1answer
84 views
EXE_BAD_ACCESS when NSButton is pressed on NSWindowController
I am building a Mac application. I am adding a childWindowController to mainWindow. In my childWindowController, I have several buttons with their actions connected in IB. But when I press the ...
0
votes
0answers
55 views
mac app fro time tracking and categorizing website tabs during online research [closed]
Please suggest me a mac app which can keep track of Online research time on each tab of website for eg: If I have opened 2 tabs of stackoverflow with 2 different question I have to see both and amount ...
1
vote
1answer
120 views
My app fails on OS X 10.6: “Failed to load Machine.config”
I've finally finished my Mac app after 7 months of work. However, on most people's Macs the app won't run at all. In console.app they get the error message "Failed to load Machine.config". Why?
The ...
0
votes
0answers
55 views
Adding a Mac certificate breaks my app
I have a mac app built in Adobe Director 11.5.
In order to allow downloads to Mountain Lion I've tried adding a certificate using terminal but it breaks the app.
I get the following error,
...
0
votes
0answers
52 views
Uploading a mac application to app store with installation script
I have a mac app supported from Mac OS Tiger onwards. I was using "Package Maker" app for making a installation package of the application. I was also using a script to remove the old version of the ...
1
vote
2answers
286 views
Mac App Rejection - Temporary Exception Entitlement Key for Safari
Let's consider an app doing the following steps using AppleScript, in order to auto-login to some website:
1- Open "Safari" and navigate to website
2- Fill the username and password fields with ...
0
votes
1answer
84 views
Publishing Mac App on App Store
We are developing an application for our client and he wanted us to build App so he can publish the app over the Mac App store,
As of now we don't have Mac Developer Id, and we have received App Id ...
2
votes
0answers
77 views
Can I use ASIHTTPRequest to access SVN?
Any idea if it is possible to use ASIHTTPRequest methods to access SVN through MAC OS X app? If so how do I use SVN commands through HTTP requests?
0
votes
1answer
94 views
Getting path of a folder in Cocoa application
Is there any way of getting folder path (any folder and can be at any location in mac) programatically, in a native cocoa application?
0
votes
1answer
459 views
setImage animated - NSImageView
I'm trying to setImage: of a NSImageView using animation (Mac App):
[[_image animator] setImage:[NSImage imageNamed:@"image.png"]];
But the image is just changing (without some effect). I'm trying ...
5
votes
3answers
4k views
OS X app on Lion 10.7.2 XCode 4.3 :: error: failed to launch <exe path> — SBTarget is invalid
The app builds with zero errors and has a single line of output after XCode displays "Running AppName : AppName"
error: failed to launch ...
3
votes
1answer
83 views
Will my application stop working if I sign it with a certificate and distribute outside of the Mac Store?
I must sign my application with a 3rd party mac developer certificate, but I want to distribute it to my clients without going on the Mac Store. Certificates have a validity period of 1 year.
My ...
0
votes
0answers
373 views
glReadPixels in NSOpenGLView
I am developing an application to draw graphics or textures in NSOpenGLView.Now I have finished the work for drawing,it works fine.but I have a problem with exporting the pix data to NSImage.
source ...
1
vote
1answer
536 views
Generic archive created when updating an existing Mac app?
I've made an update to my existing Mac app and went to archive it.
In Organizer it came up as a new entry and not under the previous releases I had. This new entry appears generic, ie. no app icon, ...
0
votes
1answer
90 views
Integrating SIMBL with my application?
I have an application that uses SIMBL. I know that there's a installer available on their website but how can I install it manually? In other words, without the user knowing. What files will I have to ...
0
votes
2answers
218 views
CorePlot incompatible type for argument 1 of initWithFrame
I have downloaded CorePlot a week ago and have included in one of my MAC application projects. Everything works fine in Debug but when I try to build it using Distribution build it fails with this ...
0
votes
2answers
749 views
search paths where one native library depends on another
I'm using JNA and Java but I think this question affects any native-to-nonnative bridge.
I have a Java application which relies on lib1.dylib, and lib1.dylib relies on lib2.dylib.
I want to put ...
3
votes
2answers
2k views
Java OS X Dock Menu
Is it possible to add items to the applications dock menu?
EDIT: I think i miss phrased the question, i am not looking for a way to add an icon to the dock. what i am looking for is, when you right ...

