Questions tagged [xcode4]

Xcode 4, released in June 2011, is Apple's integrated development environment (IDE) for Mac OS X and iOS. This tag should only be used for questions about this specific version of Xcode, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, or [cocoa-touch] for iOS (formerly iPhone OS) programming questions.

Xcode 4 is the successor to Xcode 3, the main development tool for developing software under Mac OS X, targeting Mac OS and iOS. It was introduced to the developer community at Apple WWDC 2010, and the final release was published in March 2011. It was replaced by Xcode 5 in September 2013.

References

See for more information.

5408 questions
3
votes
1 answer

Xcode4: Dependant projects and build configurations

Assuming the following situation: In Xcode I have a project which is dependent on the targets of projects B and C. When I now build my project A with the standard build configurations Debug or Release, these settings are propagated to the build…
Rene Berlin
  • 1,171
  • 7
  • 21
3
votes
5 answers

XCode 4, Invalid Signature (-19011)

I'm goin mad. I'm using XCode 4 and finally i finished my app,and i was about to submit it to App Store,uploading to iTunes Connect. I tried to to Build for Archive but this warning showed up: Application failed codesign verification. The…
Phillip
  • 4,276
  • 7
  • 42
  • 74
3
votes
1 answer

Uploading application to iTunes Store stalls

So I'm ready to upload an update to one of my apps. Everything is correctly signed and verification passes. However when trying to upload the bundle to iTunes Store it just stalls at (in XCode Organizer): "Uploading your application to iTunes Store"…
sebrock
  • 1,214
  • 2
  • 15
  • 32
3
votes
5 answers

Using GMP in Xcode 4 -- linking problems

I am trying to use the GMP 5.0.2 libraries in a demo C++ project in Xcode 4.0.2, but I'm having trouble getting the linking to work. I looked at the comments in the StackOverflow post: Adding Linker Flags in Xcode, found the GMP library and…
user813869
  • 31
  • 2
3
votes
0 answers

Point XCode4 to my client certificate

I'm having the same problem with XCode4. My svn cmd line is set to use client certificates. Everytime I launch XCode I get a dialog saying server.mycompany.com requires a client certificate but I have no idea where to tell it to find my client .p12…
Cliff
  • 10,586
  • 7
  • 61
  • 102
3
votes
1 answer

Implement CoreData in existing project (XCode 4.2)

I have a very simple (beginner) application to which I want to add persistence. Using XCode 4.2 when I created the Project there was no "Use CoreData option" so now that I have my views and everything set up I can't find a way to add the CoreData…
Chamanhm
  • 1,060
  • 1
  • 11
  • 17
3
votes
3 answers

Managing Static Library project as a module like Framework on iOS project in Xcode4

Many people including me trying to make a kind of Static Library framework for iOS to archive some kind of modularity. Framework is best way to do this, but it doesn't provided by Apple, and workarounds don't work…
eonil
  • 83,476
  • 81
  • 317
  • 516
3
votes
4 answers

Xcode 4 and "SIGABRT" error? (only for iphone though)

I'm new to ios development and to stackoverflow. I did try searching both stackoverflow and google before posting. I built a simple little app, originally just left it an iphone only app, but decided to make it universal in the end. I, stupidly, was…
ReArmedHalo
  • 35
  • 1
  • 1
  • 6
3
votes
1 answer

Custom fonts in xib editor of xCode 4 iOS SDK

iPhone supports custom fonts set programmatically and in xib editor if implemented correctly. This i know. My question is this though. Is there a way to get the xib editor in xCode 4 to display the custom font in all the labels it is set to, so i…
abe
  • 4,046
  • 6
  • 29
  • 33
3
votes
1 answer

Xcode 4: multiple workspaces open with same project?

In reference to Problems adding Projects to Workspace in Xcode 4, has anyone found a way of including the same project in several workspaces and having them open in Xcode 4 simultaneously? For example, I have a project which builds a static library.…
Nik
  • 5,801
  • 2
  • 31
  • 23
3
votes
2 answers

Update Target from iPhone- to Universal-App

I started today to upgrade my iPhone-App to an Universal-App. So I'm using Xcode 4 and I changed the setting of my target to Universal. Xcode asked me if I want to convert MainWindow to a iPad-Version, I answered with yes and the problems…
Fabio Poloni
  • 8,219
  • 5
  • 44
  • 74
3
votes
2 answers

Error in adding static libraries to ones project

I'm trying to learn to create and use static libraries in my Xcode projects using this example. However I keep geting this error: ld: warning: ignoring file /Developer/MathTest/iCodeBlogsMathLibrary/libICodeMathUtils.a, missing required…
NSExplorer
  • 11,849
  • 12
  • 49
  • 62
3
votes
1 answer

How do you get a custom object to show up in the Interface Builder object palette?

I have been trying to create a custom object and have it appear in the object palette so I can drag and drop it into the .xib file when I am building an iOS app. I cannot find any tutorials or instructions online on how to do this; did Apple remove…
3
votes
2 answers

SQLite database on iPhone and Simulator

I create database and put *.sqlite file in recources folder in Xcode. Before opening database I copy it to documents folder from resources. This works fine on simulator, but does not work on iPhone. For some reasons database file does not exists…
Yaplex
  • 2,272
  • 1
  • 20
  • 38
3
votes
1 answer

How to create framework from Xcode 4 project?

I want to use CHDataStructures as framework: https://github.com/davedelong/CHDataStructures. However there is no binary of the project. So I assume I have to build the .a file myself using xcode. How do I do that in xcode 4? I read the…
DarkLeafyGreen
  • 69,338
  • 131
  • 383
  • 601