Tagged Questions
0
votes
1answer
68 views
Permission denied in OS X 10.8.2 XCode
I have 2 targets in my project. The second on is Mac 64-bit. When I run my target on Mac OS 10.7, everything is OK. But in 10.8.2, I can't run my target. It gives this error:
Could not launch ...
0
votes
0answers
11 views
Xcode orgazier keep displaying “Team Status is Unknown and verfied Profile!!”
I've my Mac Developer ID ,I've been trying to solve this problem since couple of days but I can't .I've followed all the required steps according to my knowledge Need Urgent Help if any thing is ...
0
votes
1answer
118 views
xcode 4.5 target Mac OS 10.7 and 10.6.8
I would like to build my App for Mac OS 10.7 and 10.6.8 besides 10.8. It works well for 10.8 but if I change the Deployment Target to 10.7 or 10.6 and want to run it on a Mac with 10.7 or 10.6.8 it ...
0
votes
0answers
44 views
Specifying symbols/source path in XCode 4 for Debugging
I've a .app package that I want to debug which does not contain symbols. However, I've a separate folder which contains all the symbols of binaries in the app. And in another folder, I have all the ...
0
votes
1answer
18 views
beginSheetForDirectory to beginSheetModalForWindow
I'm updating some old code for post-10.6.
The code includes a save-time method that has about 60 lines of code in it, and is called from about 1/2 dozen places. The code used beginSheetForDirectory, ...
0
votes
1answer
98 views
xcode to display iPad camera roll in OS X
I am trying to create an OSX application that, when my ipad is connected through USB, it will display the photos on my mac and allow for downloading them to a specific folder. Basically it is like an ...
0
votes
1answer
65 views
Why am I getting “Expected getter method not found”?
I was working on an iphone database app and I got "expected getter method not found".I don't get why I'm getting the message. I tried all sorts of troubleshooting. It's in this line of code:
NSString ...
0
votes
0answers
76 views
Edit mail content in apple mail application through applescript
I know this is duplicate question of this
But I want to edit only text detail so how can i achieve this ?
any rough idea or any suggestion would be appreciated.
Thanks.
0
votes
2answers
38 views
How to Add developer certificate in two machines with single certificate?
I have a developer certificate and installed it in my machine. I need to use the same in another mac machine. I have downloaded from the certificate portal and installed the certificate. ( its showing ...
0
votes
2answers
139 views
Sierpinsky triangle OpenGL
I'm trying to learn OpenGL. I tried some code I found in this book but the output of the program is just a white screen, the output should be the Sierpinski triangle.
What could be wrong? I'm ...
1
vote
2answers
169 views
Error loading vertex shader
I'm doing my first steps in OpenGl and computer graphics.
I found this book and I'm trying to follow the examples and theory, but when I try to compile the project I got the following error
...
0
votes
3answers
121 views
Xcode executable cannot find glsl files
This is the first time I try to learn OpenGL, I'm following the examples of a book. I'm doing it under OS X 10.8 with Xcode. The code is the following:
#include "Angel.h"
const int numPoints = 5000;
...
0
votes
0answers
84 views
no suitable image but wrong architecture
I'm relatively new to XCode and am trying to create a C program that receives data from a Bluetooth device and stores it in a text document (for analysis, pattern recognition etc...). However when I ...
0
votes
0answers
40 views
XCode 4.5 Keeps using old code, despite updates
I have a several years old Mac project that I'm now doing maintenance using Xcode 4.5. I made some changes to the code and was testing the changes using the debugger. Every change I make is compiled ...
1
vote
1answer
115 views
Copy Headers section not visible in Build Phases of Xcode
I've read other posts relating to this but they don't have the same issue as I'm having.
I'm transitioning from one project that supports the OS X platform to a new project that supports iOS.
I do ...
0
votes
1answer
78 views
How to go back to the default clang?
I have installed clang_select and I have used port select clang mp-clang-3.3 a while ago, but now install builds seem to crash.
Therefore I'd like to go back to using the original /usr/bin/clang ...
1
vote
0answers
131 views
How to Add small logo or image to email body in Apple mail?
I am new to developing plugins for Apple Mail for Mac OS X,
So I don't know how can I add a small logo or image to email content (body) before any email address,
Means we also need to detect the ...
1
vote
1answer
165 views
Xcode Localization Not Working?
I am trying to add a new localization for my app for Mac OS X (Mountain Lion).
I added the appropriate localizations to the project info panel and made all the .xib files localized. I also added and ...
1
vote
2answers
245 views
Capture screen with CGDisplayStream
I'm trying to implement a feature in my app that will record the screen. I have bits of code that I have found in some sample code and a WWDC 2012 video.
So far I have this.
- ...
1
vote
1answer
83 views
How to restore version control in XCode?
I have just recently backed-up my XCode C++ project on my pendrive, using
rsync -avu
Since then, the version control for my project is grayed-out on every files, I can modify the files and not see ...
6
votes
2answers
236 views
ibtool failed when compiling storyboard
I just downloaded a project from a git repository on two different Macbooks. On the first, it runs without problem.
On the second Macbook shows me the following message:
Command ...
1
vote
1answer
396 views
SDKROOT path for latest SDK
I am using Xcode to build an old code and specify SDKROOT=/Developer/SDKs/MacOSX"${HOST_VERSION}".sdk/
I want to specify SDKROOT for latest SDK that comes pre-installed (?) on the system. e.g. I am ...
1
vote
0answers
98 views
External libraries XCode
Can anyone please tell me how to link a library to a XCode 4.5 project?
I have to add the GMP library to a C++ project in order to use their multiprecision data types.
I've been stuck at this point ...
2
votes
2answers
127 views
How do you move a NSImageView?
I have this situation:
I have a NSView which contains a custom NSImageView.
I'm trying to move the NSImageView from the view controller, but no success so far.
This is the header of the view ...
0
votes
4answers
55 views
How to represent current user path in system()
I need to copy a file to current working user directory.
I did like this
NSString *filepath = @"~/Desktop";
NSString *filename = @"newFile";
int status=system([[NSString stringWithFormat:@"touch ...
2
votes
1answer
393 views
Linker error with boost::program_options and C++11 on OSX
I built boost thusly:
~/Downloads/boost_1_52_0
$ sudo ./b2 --build-dir=build --layout=system -j4 toolset=clang variant=release link=shared runtime-link=shared threading=multi cxxflags="-std=c++11 ...
1
vote
1answer
117 views
NSButton does not show alternative Title since SDK update?
Background Information:
I've recently upgraded from Lion to MountainLion and the newest xCode. The app im working on has deployment target 10.7.
Problem:
I've a NSButton setup in the ...
1
vote
1answer
87 views
How can I enable Xcode refactor options for an external build project?
I want to use XCode as an IDE for developing some AVR code. I did the following
1) create new project
2) select external build system
3) indicated i want it to be make, and told it NOT to "Pass ...
0
votes
0answers
74 views
What does mean entitlements doesn't match provisioning profile?
I'm trying to submit a MacApp Store app to iTunesConnect via Xcode archiving process. But for whatever reason I can't figure out, I still get this message.
Invalid Code Signing Entitlements. The ...
0
votes
1answer
937 views
Can't build Textual IRC Client in XCode 4.5 on Mac OS X Lion 10.7
I'm trying to build Textual IRC Client from source.
It worked for me in April, using the latest source and the latest XCode at that time, on the same OS X 10.7 computer. Now it does not work.
...
0
votes
1answer
185 views
OSX - Failed to Launch … failed to get task for process
I'm getting the following error:
error: failed to launch
...
1
vote
0answers
189 views
Android fails to build on OS X 10.7
I am trying to build the android source main branch with GNU gcc 4.7.
Everything worked until I updated to Xcode 4.5.
It seems to be a java-related or permission-related problem.
I double checked and ...
3
votes
2answers
726 views
Xode 4.5 Hello World example doesn't work
I am pretty much an XCode beginner, and I therefore tried the, "Hello World" example given in the XCode documentation: Quick Start Guide: Tutorial: Using Xcode to Write “Hello, World!” for OS X.
I am ...
3
votes
5answers
2k views
Duplicated target: Xcode cannot run using the selected destination
(OS X, not iOS): "Choose a destination with a supported architecture in order to run on this system"
Fixed the copied .plist in the Build settings, removed spaces from the new product name. Can't ...
1
vote
1answer
270 views
LibXML2 xmlGetProp() - No matching function
Hi I'm running libxml2 in XCode 4.5 and having problems with the xmlGetProp() function.
XCode says there's no matching function for the call.
I've already added ${SDK_DIR}/usr/include/libxml2 to my ...
54
votes
5answers
17k views
Change templates in Xcode
How would I change the initial templates created by Xcode when creating a new Cocoa Class.
I am referring to the comments and class name created when using Xcode's new class wizard.



