2
votes
0answers
1k views

Unable to Read Symbols for iOS SDK 4.2.1

Everytime I attempt to debug an app on my 3GS running iOS 4.2.1 (8C148a) I get this warning in the compiler: warning: Unable to read symbols for ...
1
vote
0answers
86 views

size optimization in xcode LLVM

I am compiling a C library with xcode 4.5.1 on os x 10.7.5. The size of the library compiled with xcode LLVM is significantly bigger than when I just compile it using plain gcc with makefile passing ...
1
vote
0answers
759 views

clang: error: no such file or directory:

I'm trying to compile a project using OAuth2Client, I get the error: Ld ...
1
vote
0answers
296 views

Xcode gets stuck on “compiling 2 of 2 source files”

Xcode gets stuck on "compiling 2 of 2 source files" when I try to build for archive! Sometimes it gets stuck on "compiling 22 of 22 source files". The whole computer gets slow and freezes when this ...
1
vote
0answers
145 views

LLVM 1.7 COMPILER ERROR

I've got this error: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=0 -pipe ...
1
vote
0answers
117 views

Update Xcode Compiler

Is there a way to update the built-in Xcode compiler? I'm on Snow Leopard so I'm stuck with Xcode 4.2, which has a pre-3.0 version of Clang. I can build my own Clang that will work from Terminal, but ...
1
vote
0answers
174 views

Intel compiler report “library not found for lstdc++”

I'm on XCode 3.5, with the intel compiler 12.0.4 I'm having an error at the kinking stage, with this ld error message : "library not found for -lstdc++" When switching to gcc i have no error. Does ...
1
vote
0answers
201 views

How is the xib associated with the OAuth controller with GTMOAuth2ViewControllerTouch?

Converting the GData library to work with iOS is a real challenge. I have the library compiled and linked into my program, but the view for the OAuth2 sign-in is not showing up. I am using the code as ...
1
vote
0answers
421 views

Why is XCode`s LLVM GCC 4.2 compiler failing to generate correct assembly?

I'm using XCode 4.2 on Mac OS X 10.6.8 and running the iOS5 emulator. I have a workspace with a main project, and a secondary project that the main is dependent on. My problem is, after I make change ...
1
vote
0answers
365 views

iPhone compile error: Invalid Suffix “_0” on Integer Constant on UIAccelerometer

Have been getting a really strange error using xCode 3.2.5 AND latest xCode 4 where I can build my code on debug on the simulator but as soon as I try to deploy it onto a device (or build in 'release' ...
1
vote
0answers
147 views

XCode does not recognize quite obvious C++ syntax errors

I just found that some obvious syntax errors have not been picked up by XCode (version 3.2.3). My application is using a combination of Obj-C (for interface) and C++ (for the rest of the app). Here's ...
0
votes
0answers
37 views

Xcode - Linker command failed with exit code

Got a strange issue from Xcode, there aren't code issues and I haven't any idea how to handle with this problem. I also used Google and saw similar questions but the answers weren't useful for me. ...
0
votes
0answers
24 views

unknown types with moving from 10.4 to 10.8 SDK

I have an older project that works on XCode 3.2.6 and the 10.4uSDK.. When moving it to 10.8 SDK and LLVM 5 I am getting some unknown types: Errors: Error: unknown type name 'Handle' typedef ...
0
votes
0answers
44 views

Using framework header files in XCode for c++ project

Im having trouble to use Gecode (http://www.gecode.org/download.html) framework for my project. I downloaded and installed the framework. Now it can be found under ...
0
votes
0answers
167 views

Homebrew - `brew install freetds` leads to: “configure error: C compiler cannot create executables”

I'm using Xcode version 4.6.2. I am trying to brew install freetds, but I'm running into some trouble. I read this question, but still couldn't fix my error. First, here's the error: $ brew ...

1 2 3
15 30 50 per page