Xcode 4 is the main development tool for developing software under Mac OS X, targeting Mac OS and iOS.
0
votes
2answers
23 views
No Identity with Provisioning Profile in XCode
I'm trying to get my XCode to run apps on my iPhone.
A while ago I tried to do that just from within XCode (knowing nothing), and it complained about how my Apple ID wasn't set up with a developer ...
1
vote
2answers
32 views
Call NSTextview complete: in menu?
I want to add a Complete menu item like TextEdit in Edit menu, but First Responder has no complete: action. How do I link it?
Thanks and regards,
3
votes
4answers
313 views
Simple app crash on iPhone simulator/ Mac OS 10.8.4
This morning, after updated the Mac OS on my Mac to 10.8.4, I wrote some code the Xcode 4.6.2 then pressing the Run button to compile. (You know, I don't have stop the simulator, just press the Run ...
0
votes
0answers
10 views
How can I make the semicolon automatically jump to the end of the line
In xcode I often find myself using the ; series of keys. Is there a way to make the ; jump to the end of the line and then insert a ;?
0
votes
1answer
28 views
Make Xcode editor transparent?
I am used to using iTerm for most of my programming work, but with iOS, Xcode really is the superior tool. However, I have grown very accustomed to working with a transparent terminal. Is there anyway ...
0
votes
1answer
18 views
svn crashed (the server was destroyed), how can I rebuild repository in terms of the locale source code?
Unfortunately, my svn server's disk was destroyed and all the code is missing. I set up a svn server with a new pc. Now I wanna to know if I can restore the repository in terms of the locale source ...
0
votes
1answer
41 views
How to remove certain frameworks and code from an App Store release build?
I have an app that uses TestFlight SDK and other debugging frameworks which I want to remove automatically for App Store release builds.
I created a new "App Store" build configuration, but how can I ...
0
votes
0answers
13 views
how to implement XMPP over BOSH for iOS? any known library?
I know about robbiehanson/XMPPFramework and also know that it doesn't support BOSH so please don't bother to give links to its git page.
I also know about directi/XMPPFramwork which is a fork of ...
0
votes
0answers
37 views
XCode 4 unit tests use keychain access groups
I'm unit testing an application that uses a static library I'm developing.
This library attempts to write to the keychain of the application. It works fine as long as I do not specify a ...
0
votes
0answers
12 views
Custom NSButtonCell and AutoLayout Constraint
There seem to be a problem with the frame argument in @selector(drawBezelWithFrame:inView:) for NSButtons when used with constraints and auto layout.
Without constraints these are the height of the ...
0
votes
0answers
25 views
ios face detection cannot detect full tilt
I'ved been trying out SquareCam and many of its reincarnations, but I just can't seem to figure out why the face detection can only detect a certain level of tilt.
Is it some problems of ...
3
votes
0answers
63 views
Code works correctly if compiled with a Makefile, it crashes if compiled with XCode
I'm experiencing a strange problem in one of my projects. My code base depends on an external library, which contains a class named Dataset. The Dataset class privately inherits from ...
0
votes
0answers
29 views
Xcode 4 autocompletes “vector” to “std::__1::vector” when “using std::vector;”
Whenever I have using std::vector; in my translation unit, Xcode autocompletes vector to std::__1::vector. The same is true for all the other classes I've tried from the std namespace.
This is very ...
2
votes
1answer
43 views
Archive in Xcode 4.5 - No errors, but build cancelled
I've been building iOS apps for > 2 years and never encountered this problem. I am attempting to archive an app for beta distribution. The build succeeds, but at the very end of the process, Xcode ...
0
votes
1answer
28 views
Xcode 4 Storyboard (Storing Texts and Random Display in View Controllers)
I am new to apps building with the Xcode 4 Storyboard. I now stuck in figuring out
1. How to store a list of texts - short phrases (data) then,
2. How to display these texts randomly in the ...