xcode4.4 Questions

7

Solved

I've been beating my head against the desk all day trying to fix this!!! I have tried the suggested xcode-select -switch /path/to/xcode/ as suggested here but it still gives me this error! I have...
Autoharp asked 14/8, 2012 at 21:29

3

I've recently upgraded to Xcode 4.4 and have been using it for some Mac App Store submissions. Two worked fine but the third gave this error: Undefined symbols for architecture x86_64: "_objc_ret...
Lesleylesli asked 31/7, 2012 at 19:6

6

Solved

On both Xcode 4.4 and 4.4.1 I'm experiencing the same issue in that with the specific project I'm working on, I don't seem to be able to rename any classes or variables from the Refactor menu optio...
Ontology asked 10/8, 2012 at 14:8

4

Solved

I have 150 UIViewController in Storyboard and scrolling between these Views is so slow. I can't zoom in and zoom out easily and it takes some serious time to do sty. I'm on MBPR and I installed Xc...
Essentialism asked 27/7, 2012 at 16:29

1

Suppose I have the following C++ code in Xcode 4.4.1. int Func(); ... void Test() { auto Variable = Func(); ... DoSomething(Variable); } Suppose I want to find out the type of Variable in...
Miniskirt asked 19/8, 2012 at 18:8

10

Solved

So I just upgraded to the latest and greatest Xcode 4.4 but can't find Icon Composer. It was in the Open Developer Tool menu item in Xcode 4.3 but now I can't find it anywhere. Did Apple forget to...
Acaulescent asked 26/7, 2012 at 0:33

12

Solved

yesterday I installed Xcode 4.4. I'm working on a project which needs to run on ios 4.1 upwards, supporting iOS device with camera. Until I installed Xcode 4.4 everything went well, and I can test...
Allista asked 27/7, 2012 at 7:31

2

Solved

If you highlight a function name in the Primary Editor, then select "Callers" in the Assistant Editors, you can view where the highlighted function is called. There are left and right arrows at th...
Libbie asked 26/7, 2012 at 22:10

2

Solved

The icon composer 2.2 in Xcode 4.3.3 supports the icns of 1024x1024. However, for icon composer 2.4, it doesn't support that any more. This is ironic, since Apple pushes for the retina display mbp ...
Galsworthy asked 2/8, 2012 at 3:50

3

Solved

In 4.3 and under the first time you tried to do a team based action, such as refresh provisioning profiles, it would ask you to log in. It no longer does this in 4.4, it just assumes a team and ref...
Jeunesse asked 11/7, 2012 at 3:9

8

Solved

I had a working Mac application until I updated to XCode 4.4 and Mountain Lion. Now the application still compiles, but when I try to run it I get an error message. error: failed to launch '/Users...
Cybernetics asked 9/8, 2012 at 4:15

2

Solved

I get this error message when connecting two UISwipeGestureRecognizers to a single view in my project inside of a XIB file (though not in a new project, curiously). Anybody know what this error mea...
Entresol asked 3/8, 2012 at 8:4

5

Since Apple have stopped distributing gfortran with Xcode, how should I compile architecture independent Fortran code? I have Mac OS X Mountain Lion (10.8), and XCode 4.4 installed, with the Comman...
Carnay asked 7/9, 2012 at 11:0

4

Solved

This SO post explains very well how to install command line tools for Xcode 4.4. But how to uninstall them?
Manfred asked 26/7, 2012 at 22:19

2

Solved

Trying to build mod_auth_openid on MountainLion with XCode Version 4.4.1 (4F1003), I get a complaint about a missing 'cc' command, as follows: /usr/share/apr-1/build-1/libtool --silent --mode=link...
Evetta asked 2/9, 2012 at 22:30

3

Solved

I've recently upgraded from Xcode 4.3 to 4.4 and I'm about to bash my screen in with frustration. The problem I'm having is with the code completion. As I type a variable or method name, the compl...
Leukemia asked 14/8, 2012 at 17:6

2

Upon upgrading from Xcode 4.3 to Xcode 4.4, I started to get the following error on building my iPhone app: ld: section __objc_const (address=0x0010C720, size=7265990088) would make the output exe...
Scalenus asked 15/8, 2012 at 18:20

7

I have seen people posting about this here and elsewhere, but I haven't found any solution that works. I am using XCode 4.4 and have a bunch of unit tests set up. I have ran them all before on this...
Weslee asked 6/9, 2012 at 20:58

8

Solved

Having just upgraded Xcode 4.3 to Xcode 4.4, I get the following errors when running an existing project: On the simulator: "Cannot run on the selected destination. The selected destination does n...
Monostrophe asked 26/7, 2012 at 16:4

5

Solved

Symptoms: Running any iOS 5.1 application from Xcode 4.4 (and 4.4.1) will launch the iPhone simulator but result in a plain black screen. In the Xcode console, the message "error: Failed to attach ...
Ossetic asked 10/8, 2012 at 13:3

3

Solved

I'm started to develop some application whit Twitter integration, but when trying sign in to Twitter ... this happen https://i.sstatic.net/Agdn5.png every time, I tried some different accounts. ...
Purgative asked 2/8, 2012 at 0:11

1

Solved

I am using Xcode Version 4.4.1 (4F1003) on OSX Mountain Lion 10.8.1 Say you are debugging in Xcode, and you stop at a breakpoint. Then you go to the debug console prompt and start typing po loc...
Chare asked 31/8, 2012 at 18:20

1

Solved

with the reference of this Xcode has started making archives, not apps. How do I change it back? question and answer i have to change my "Skip Installation" flag but i am unable to find this flag. ...
Thence asked 21/9, 2012 at 5:54

1

I am having a problem when I try to debug on a list iteration on c++. I made a simple test app: int main(int argc, const char * argv[]) { // insert code here... std::cout << "Hello, World!\...
Niemann asked 15/9, 2012 at 16:55

3

Solved

It's getting pretty frustrating to keep struggling with this one. I'm not sure if it's Xcode 4.4 or Mountain Lion (I installed both simultaneously), but once again my code is being anti-aliased (fo...

© 2022 - 2024 — McMap. All rights reserved.