0
votes
0answers
13 views

Upgraded to OS X 10.8.3 …Now my “make” command is gone

So I upgraded to the newest OSX and now my terminal make command is gone. I tried going to XCode -> Preferences -> Downloads to try and download it but it says "No components available". Clicking ...
0
votes
0answers
7 views

Conditional right click items in macos - finder

I'm trying to add right click items with NSMenuItem tools with Finder Inject. I need to change the items according to the path of the clicked file/folder. But it seems that, with finder inject, the ...
0
votes
2answers
15 views

How to edit/modify NSLayoutConstraint in Xcode?

I drag a tab view into my custom view, and set its frame. Xcode automatically generate several NSLayoutConstraint objects those will decide its frame during auto-layout. As shown above, a ...
0
votes
0answers
18 views

Git Tf installation on Mac Osx 10.8

I have tried to integrate Git Tf with Xcode 4.5.1 and Mac OSx 10.8. I have followed the steps which are written at : " ...
1
vote
1answer
23 views

Cocoa : How to intercept a right click on a free (no icon) area of the desktop?

I would like my app to react to a right mouse click on a free (no icon, other app window, ...) area of the desktop. Thank you if you can help me. Steven
0
votes
1answer
36 views

j2objc as subproject in XCode

I have a problem to link the j2objc library as a subproject. It always ends up with "missing libjre_emul.a" error. Steps I have done: 1) Create empty iOS project 2) Include j2objc library by ...
0
votes
0answers
27 views

can't update image for menubar icon in xcode

well, i have an app showing an icon in the menubar ; when the app performs a specific task, this icon in the menubar changes to an alternate icon, then, when the task is finished, the icon goes back ...
1
vote
0answers
11 views

xcode 4.6.2 alert “Could not launch “TrackMix” Connection refused”when run cocoa aplication

When I try to run cocoa sample application "TrackMix" in xcode 4.6.2(docs), it throws the alert: Could not launch “TrackMix” Connection refused How could I resolve it.
0
votes
0answers
13 views

Mac iconset: 64px Dock icon is blurry

I have some difficulties to create a good looking icon for my Mac app. The size of the icon in the Dock is 64px. However this size is not included in the apps icon set. According to the Apple ...
0
votes
1answer
29 views

Xcode suddenly corrupted my xib file

Last thing I did with it was adding a checkbox and creating an outlet using assistant view. Since then Xcode doesn't compile my project, gives me this error and I don't know what to do with it...
0
votes
1answer
25 views

Steps to convert a new xcode cocoa project using 1 controller per nib

I want to start off my new xcode project using 1 nib per controller. By default it seems xcode creates: 1. delegate .h/.m 2. MainMenu.xib And looking at the targets for the project, I see that the ...
0
votes
0answers
12 views

Rsync library required for sync

I am looking at making a synchronisation application in Xcode for osx. However I am unable to find any development documentation for any kind of sync library. Is there a way I can use rsync? Can I ...
1
vote
1answer
24 views

Xcode SDL resources folder

I am making a SDL project in Xcode and I have a folder called resources where my images are stored. For my SDL application to access these images with SDL_LoadBMP the resources folder needs to be in ...
10
votes
3answers
147 views

how to solve a conditional equation in iOS

I want to solve a conditional equation in iOS: The equation I get from database is in NSString format, for example: if((height > 0), (weight+ 2 ), ( weight-1 ) ) As per our understanding, if I ...
1
vote
1answer
166 views

iOS simulator crashes when using Google Maps SDK for iOS

This is driving me crazy... I have been using Google Maps SDK for iOS for a while (even in an App Store product). Now, I cannot make it run in the iOS simulator any longer! It doesn't matter which ...
1
vote
1answer
55 views

Testing a Mac App on Registered Devices

I have a Cocoa Mac App that I don't know if it will on the Mac AppStore. The application is still in development, and I want few persons to be able to launch it on their devices while the app gets new ...
0
votes
0answers
23 views

NSTextView's NSTextStorage coming back null

I am following the OSX tutorial series on developer.apple.com and have run into a problem. When I paste or type text into the NSTextView and try to send it to the general pasteboard, the NSTextView ...
0
votes
2answers
38 views

Equivalent of Windows Postmessage for OS X C++

I have a c++ dll for windows which pass a message to an FPC (Lazarus) application using postmessage. It's pretty simple stuff as I'm a pretty simple guy. It's part of an adobe photshop SDK: extern ...
0
votes
1answer
49 views

debugging very slow in Xcode 4.5 and 4.6

First, sorry for my poor English. Problem appears on my ipod touch 4 which is iOS 5.1.1. When I add breakpoints, it takes Xcode long time to run. But it's OK if there's no breakpoint and it's also OK ...
0
votes
0answers
45 views

Core data getting locked with multi threading (_objectStoreLockCount > 1)

I am finding a hard time in fixing a core data DB lock situation (_objectStoreLockCount count is > 1 when I run in debug mode). Below is the architecture of my application (MAC OSX): I am using 2 ...
0
votes
1answer
31 views

Hosts file missing on Mac OS X - Xcode Failing to compile code

I've tried to run my first objective-c code in Xcode... Compilation process was successfully, however an error returns " invalid host string: 'localhost' ". After some Googling, I found out and ...
0
votes
0answers
11 views

Trying to optionally link bundled framework in Xcode: Dyld error

I'm distributing an app to OS X 10.6+ which includes a OS X 10.7+ only library (as a subproject). Basically I am writing an app to be distributed through the app store so it runs on 10.6.6+ but it has ...
1
vote
0answers
64 views

XCode 4.6.2 debugger Output [closed]

I have a problem with XCode. In the debugger output(or all output) appears nothing with "program ended with exit code:0". Maybe a problem with my code or a problem with the XCode settings? Code: ...
0
votes
1answer
25 views

Xcode - How can we get the current time (Create time) when archive in xcode?

my app has an About dialog that displaying the content as "Build time: 2013/05/14 14:20". The "Build time" can update when archive. I can update it manually, but sometime I forget it. I try to ...
0
votes
0answers
21 views

xCode Svn performance issue

I am new to xCode and iOS development, and I'm having an annoying problem when I use the SVN to commit my code to svn server. It always happens when I open Organizer-Repositories and stay on that page ...
-1
votes
0answers
37 views

Program to iOS 6.0 [closed]

Hi guys this is my first post I'm from Mexico and my English it is no very good. My problem it's very complicated I bought iPad for developer applications but later I have a problems... Developer it ...
0
votes
0answers
29 views

Linker error when using Boost::Serialization in XCode

I am trying to build a demo from the Boost::Serialization page: #include <fstream> #include <boost/archive/text_oarchive.hpp> #include <boost/archive/text_iarchive.hpp> class ...
1
vote
0answers
35 views

Creating static framework for OS X

With the use of a mild hack, it is possible to make static frameworks for iOS. Static frameworks are quite convenient to use: they can simply be dropped into new projects without extra steps (like ...
0
votes
0answers
32 views

Properties of CALayer in layer-backed view won't display, and variable losing value in cocoa app

I have a collection view containing objects (cards) bound to a core data entity. Each of those cards has a type attribute that gets set from user input when the card is added. The class of the ...
0
votes
2answers
51 views

Python.h header file missing on Mac OS X 10.6

I'm trying to access a shared C library in Python with ctypes on Mac OS X 10.6.8 with Python 2.7.4. To do this, I need to #include <Python.h> in my C code. If I try to compile a C script that ...
0
votes
1answer
29 views

Is there any function like sleepWithTimeInterval() in Xcode?

When using Linux, there is two simple sleep function sleep() and usleep(). But as OS X provides a useful timer data type NSTimeInterval as double, is there any simple function like ...
1
vote
0answers
36 views

How to clear swap files in Mac

I'm making a small project using Xcode 4.2 which uses the current versions of the following libraries - Ogre3d, ArUco, Bullet (using OgreBullet wrapper) and OpenCv. I'm facing a big problem with the ...
0
votes
0answers
27 views

Why GetUserFocusWindow returns NULL?

I want to get focused window handle, but GetUserFocusWindow always returns NULL (0). The source code is: #include <iostream> #include <Carbon/Carbon.h> using namespace std; int main() ...
0
votes
2answers
44 views

Cocoa: NSMutableAttributedString - Is there a better way to add bold?

Is there an easier way than doing it like this. "test" is a NSMutableAttributedString [test addAttributes:myDefault range:NSMakeRange(0, [test length])] ; [test applyFontTraits:NSBoldFontMask ...
-1
votes
3answers
45 views

Add and reload buttons for an OS X app

I have a working OS X app, but I need to add "Add" and "Reload" buttons to the Navigation Bar. And I really wants buttons like in GitHub app, here is the screenshot. I found NSAddTemplate and ...
0
votes
1answer
42 views

Show loading circle while doing an operation in os x app

I have an OS X application. It has the "Update all" button. The problem is this "Update all" action takes some time (from 1 second to some minutes, depending on how large is the database). Now, when I ...
1
vote
1answer
32 views

NSTextview: How do I get the glyph rect of the insertion point ? Custom TextView?

I can't seem to find any documentation about how to get the rect of the insertion point. I'm trying to display a view (like auto-complete) directly below the text caret / insertion point I'm ...
0
votes
0answers
30 views

Ive Got a error copying a path URL using NSDirectoryEnumerator How do i fix it?

Ive have a problem with copying a file from one place to another heres the debugger confirming the PathURLs 2013-05-05 04:36:42.535 Directory at file://localhost/Users/eggnishion/Mod/Parts/Part1/ ...
0
votes
2answers
62 views

Mac standalone Xcode c++ command line project

I made an Xcode (Version 4.6.2) C++ command line project and I want to export it to distribute it on other macs. Preferably, I would want my export to be in a .app format but I haven't figured out how ...
1
vote
1answer
51 views

NSManagedObjectContext performBlockAndWait causing deadlock when called from two threads

I have an OSX app where I'm using a parent/child NSManagedObjectContext setup. The child MOC has NSPrivateQueueConcurrencyType and is the one that I'm primarily using. The parent is set to be ...
0
votes
1answer
22 views

XCode file not compiling

I'm getting the following two errors via xcode: Warning: no rule to process file '$(PROJECT_DIR)/SQLite Toolbox/en.lproj/MainWindowController.m' of type file for architecture x86_64 Followed by: ...
0
votes
0answers
21 views

How to open an encrypted sqlite in terminal

I created a .db3 sqlite file in my Windows,the problem is that I encrypted it,but I couldn't manage to open it directly in Terminal app on the Mac.I know in my Xcode,I can use sqlite_key to open ...
0
votes
1answer
15 views

Where does XCode Console App Build Go?

Where does the build output go for a console app? I can run the app from within XCode, but I want to try and run it form the console.
0
votes
1answer
43 views

Why do the files in the Copy Bundle Resources appear in red?

The files in the Copy Bundle Resources appear as instead of Sometimes, I hence have the error : -[NSWindowController loadWindow]: failed to load window nib file 'Document' but I managed ...
0
votes
0answers
29 views

How to STOP, CLEAN, BUILD project via objectiveC code

I am working on a xcode plugIn. This XCode plugIn help user to Stop, Clean, Build projects automatically. I have added menu item under "Product" menu call "Genrate link". On "Genrate link" click ...
1
vote
1answer
13 views

Archive Validation Error: Your Application Bundle must install to /Applications

For the release of my OSX - Application I changed the name from a working title to the final title. I changed the project name with file inspector. The Project now contains several Periods (.) in ...
0
votes
1answer
69 views

Xcode .m file mysteriously converted to binary

On OSX Mountain Lion Xcode 4.6 One of my .m files seems to have been converted to binary charset. I have no idea how/why or how to fix it. Please help! this is the return with $file -I ...
1
vote
0answers
25 views

Stripping symbols in release build on Mac fails

When trying to create a release build of my plugin bundle, the linker fails to succeed because it cannot strip the symbols. Here is the output: ...
2
votes
1answer
29 views

Copy Files phase is getting last build's product

I'm writing an app that has an embedded helper app. I have an Xcode behavior configured so that the bundle version of both apps is incremented each time the app is built. The problem is, I'm finding ...
0
votes
2answers
28 views

Xcode: Match-O Linker (Id) Error when building HID Explorer

I want to build the HID Explorer example in Xcode 4, but when I try to build, I get these errors (no matter if its 32 or 64): Undefined symbols for architecture x86_64: "_DisposeMenu", referenced ...

1 2 3 4 5 54