Xcode is Apple's integrated development environment (IDE). This tag should only be used for questions about Xcode itself, not general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.

learn more… | top users | synonyms (1)

0
votes
1answer
4 views

Trouble getting UISwipeGestureRecognizer working, never detecting swipes?

I am trying to setup a very simple swipe recognizer to change the text inside a text label upon swiping. I tried to follow apple's tutorial here, but the swipe is apparently never recognized, because ...
2
votes
2answers
5k views

Writing and reading text files on the iPhone

As a practice, I am trying to write an app similar to the built-in notes app. But I cannot figure out how to save the file and display it in a UITableView. Right now, I have a UITextView that the user ...
2
votes
2answers
24 views

Why a singleView application doesn't load a storyboard if a storyboard is added later to the project?

I created a new singleView application without storyboard (say FirstProject) and another single view application with storyboard (say SecondProject)and then added a storyboard in the application which ...
0
votes
2answers
16 views

How to disable keyboard but enable UITextFields when using UIDatePicker?

This one is kind of hard to explain, so ask any questions you need to clarify the question. I have an iPad app (XCode 4.2, iOS 6, ARC and Storyboards). In this app, I have a UIPopover that contains ...
2
votes
1answer
22 views

Mainting UIButton on UINavigationBar throughout app?

I'm try to set up a navigation-based app with a UIButton (to provide 'about' information) as the title on the navigation bar. I can easily establish the button as the title but can't figure out where ...
0
votes
0answers
6 views

AppKit NSView class gets redefined

I have ported an older Xcode project to a new machine. The original version of this project was made on Snow Leopard OS, with 3.2.6 Xcode. When i tried to recompile this project on the new machine ...
17
votes
3answers
5k views

Xcode 4 and BWToolKit

Can we use BWToolKit or any other IB plug-ins in Xcode 4? My old project uses the BWToolKit and now I can't open it without Interface Builder.
0
votes
0answers
13 views

Steps to convert a new xcode cocoa project using 1 controller per nib

I want to start off my new xcode project using 1 nib per controller. By default it seems xcode creates: 1. delegate .h/.m 2. MainMenu.xib And looking at the targets for the project, I see that the ...
0
votes
2answers
597 views

How to access Xcode project with iCloud

I recently bought a MacBook Pro that I will use to develop an iPhone app. I want to be able to transfer the Xcode project between my Macbook and my iMac in the same manner that Word documents can be ...
0
votes
1answer
24 views

Change Bundle ID iOS

I set up my application in iTunes Connect. It has not been submitted yet (Ever). Later, I saw that my bundle identifier was not matching with the one in my Xcode project and iTunes Connect. I cannot ...
0
votes
1answer
18 views

Facebook iOS crash

I am trying to set up facebook SDK 3.5 for iOS. I have gotten it to work just fine but it is now crashing. The crash only seems to happen when a user is logged in through the default iOS facebook ...
0
votes
3answers
29 views

how to do the same button for three screens?

I have some trouble. So i have AvPlayer and UIButton with play/stop. Also: I have three UiViewControllers. I need that when I click on the first button on the first UIVIewController on the second ...
-6
votes
0answers
22 views

New in Xcode, where do I get a good guide? [closed]

I am interested in learning to program in Xcode, where can I get a good free guid to this language?
0
votes
0answers
8 views

My Mac .apps don’t find /usr/local/bin utilities! OSX Lion

So I have used homebrew to install a few tools (bedtools etc) and I use certain GUI .app apps that also need access to the files installed. For example Python can in terminal but the GUI python ...
0
votes
1answer
10 views

Overlay View using Frameworks in iOS

I have created a framework (static library) that presents an overlay view on top of the calling delegate. It does so with the following code: [[[self delegate] view] addSubview:overlay.view]; I ...
0
votes
0answers
16 views

iOS - Push Segue not working even with NavController

I'm trying to set up a basic "Newsfeed" function for an iOS app, with headlines in a TableViewController segueing into a simple ViewController to display the text of the selected story. I'm using ...
3
votes
5answers
4k views

Creating a Cocoa application without NIB files/fully pragmatic

Yes, I know this goes against the whole MVC principle! However, I'm just trying to whip up a pretty trivial application - and I've pretty much implemented it pragmatically. However, I have a ...
21
votes
13answers
47k views

Xcode 'CodeSign error: code signing is required'

I've been working on an iPhone project with iOS 4.0. I just downloaded Xcode 3.2.4 with iOS SDK 4.1 so that I can work with the updated iOS. Upon opening the project in the udpated Xcode, I found that ...
0
votes
3answers
61 views

Make own function description like in API methods

Is there some alternative way to document your own functions/methods/variables in objective-c? Like XML documentation in C# and java doc in Java.
0
votes
1answer
21 views

How to get UITouch location from UIGestureRecognizer

I want to get the UITouch location of my tap from UIGestureRecognizer, but I can not figure out how to from looking at both the documentation and other SO questions. Can one of you guide me? - ...
0
votes
1answer
16 views

How to add Social Framework in Xcode project?

Just starting to learn Xcode and for this lesson I'm supposed to add the Social Framework in Xcode as to add Twitter composer features. So I'm following the steps in the book: I select my project ...
0
votes
1answer
64 views

How to get the user country always in english?

In my app I have a system with geolocation that compares the user country with a string in my code. Here is something similar: if (UserLocation.country == @"Switzerland") { //country is ...
0
votes
1answer
42 views

how to make label and button layout correctly in xcode?

I have placed sereval buttons and labels on a viewcontroller of a storyboard with xcode 4.5,but when it runs in simulator,there is a big space between my label and button.It is different from the view ...
1
vote
2answers
2k views

tableView:numberOfRowsInSection:]: unrecognized selector sent to instance

I have a weird problem. I get this error: -[FourSquareCheckInViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x7aecc0 2012-09-14 19:18:39.039 [5869:707] *** ...
1
vote
0answers
20 views

Xcode - Break on exception, but no useable symbols

I need help figuring out the magical incantation necessary to get usable information in LLDB. I have some strange behavior that I'm trying to debug, and I can reliably reproduce the issue but I don't ...
1
vote
1answer
652 views

How to avoid Interface Builder adding a width constraint to an NSPopUpButton?

The problem here is how to add an NSPopUpButton in Interface Builder without IB also adding an (unwanted) width constraint. In Interface Builder in Xcode 4.3 on Lion using Auto Layout, if you add a ...
6
votes
7answers
8k views

executeFetchRequest:error: A fetch request must have an entity

I had a project that was working fine. It had "Core Data" checked, and had the data model all set up. I only started adding a couple entities and properties tonight. When I try to run my app now, it ...
0
votes
0answers
17 views

Outlet in a Static Table Cell Causes EXC_BAD_ACCESS on load

I am creating a simple Static Table with 2 sections, 2 Cells in each section. the Table View controller (TVC) is Subclassed. Within each of the table cells I have a stepper Control, and and a label. ...
0
votes
1answer
19 views

How to copy both .h & .m files in Xcode, and other files?

Sometimes I have to make another class very similar with a existed one, I know it's against OO design but I have to violate it. But when I select the file and press command+c and +v, nothing happened ...
0
votes
1answer
38 views

design & logic - Most efficient way to save reordered UITable rows

The blue Table is called Routine and the other one is called Exercise. Routine.exercise has a Many-to-Many relationship with Exercise.routine. I have a UITableView that the user can re-arrange the ...
0
votes
1answer
15 views

Mac App Store Rejection - App sandbox not enabled

I've submitted my app to the Mac App Store and it validated fine. However, I keep getting Invalid Binary messages with the following; App sandbox not enabled - The following executables must ...
0
votes
0answers
10 views

Rsync library required for sync

I am looking at making a synchronisation application in Xcode for osx. However I am unable to find any development documentation for any kind of sync library. Is there a way I can use rsync? Can I ...
1
vote
3answers
39 views

Xcode build script to separate image channels?

I'm trying to figure out how to split JPEG with 4 channels(r,g,b,a) on two images - one should be JPEG with RGB information, other is PNG with only alpha channel in it.
0
votes
1answer
27 views

How to remove an object and all its relationships from the objects its related to in coredata

The blue Table is called Routine and the other one is called Exercise. Routine.exercise has a Many-to-Many relationship with Exercise.routine. I want to delete a Routine and I want all exercises ...
19
votes
13answers
14k views

Receive message “A signed resource has been added, modified, or deleted” when trying to debug an App on iPhone

While attempting to debug a build created using the 3.2 SDK on an iPhone device I receive the message "A signed resource has been added, modified, or deleted.". I can clean, rebuild, then install ...
4
votes
3answers
771 views

Dashcode understanding

I am new in iOS development and I am totally confused about Dashcode. Please anybody help me for better answer of my question. Why Dashcode is useful? What is difference between Dashcode vs Xcode. ...
0
votes
2answers
7k views

How do I put iOS application in background mode, with audio option set?

So my application for iphone4 reads data from the accelerometer and sends it to another application via tcp sockets. I need my app to work in background mode, so what I did was: I put an mp3 file in ...
0
votes
1answer
514 views

Objective C: Register file extension

I am creating an app which needs to be opened if a user double clicks on a file with a certain extension.. How do i register the file extension with my app? and then read the contents?. E.G the file ...
0
votes
1answer
50 views

Control Master volume using slider? - Xcode

Is there a way I can control the master volume using the slider? additional question: is there a way for the background music to stop playing whenever i change or load views? Thank you for the ...
0
votes
1answer
47 views

control volume and turn off 3g from xcode

I want to know, is their any posibility to control volume and 3g on an ios device using xcode? my "The Mind" meditation app need that function to stop distractions from outside.
1
vote
1answer
23 views

What is UIApplicationLinkedOnOrAfter, and why is it killing my App?

I start up my app for debugging, and as far as I can tell, it just barely gets into UIApplicationMain when I get an access error inside of UIApplicationLinkedOnOrAfter. EXC_BAD_ACCESS (code=1, ...
0
votes
1answer
17 views

You don’t have permission to save the file “project.xcworkspace” in the folder “jDiet.xcodeproj”.?

I'm still new with this PhoneGap and Xcode and I can't find the solution via Google. After creating the file in the terminal, and try to open the Xcode project I get the following error: You ...
0
votes
2answers
1k views

iOS: Resize UIWebView after didFinishLoad (content should fit without scrolling)

I am absolutely unable to resize my UIWebView. My UIWebView is declared in .h and in connected in IB. The height in IB is 110. But the height of my text is about 1500. Now I'd like to change the ...
0
votes
1answer
13 views

THEOS Error llvm-g++-4.2: Invalid arch name : export [closed]

I'm using iOS SDK 6.1 and am trying to make a jailbreak tweak using THEOS. I used the default tweak template (5), created the project, built it, and got an error: collect2: ld terminated with signal ...
0
votes
0answers
11 views

Why does requiring 'watir-webdriver' in my macruby application in xcode cause this error?

I have installed watir-webdriver via macgem in root and in user, I have required rubygems and included /Library/Frameworks recursively in my framework search path in build settings for this project. ...
4
votes
3answers
373 views

Is there a quick way to retrieve documentation of OpenGL ES functions and symbols in Xcode?

While learning OpenGL ES 2.0 I find it inconvenient to look up OpenGL ES related symbols like glBindFramebuffer online. Maybe there is a better way? Is there a better documentation browser for OpenGL ...
0
votes
6answers
83 views

App is crash in super dealloc method

My app is crashing on [super dealloc]; line and in - (void)dealloc method where I am releasing all object which retain in .h class, the crash report is -[__NSArrayI respondsToSelector:]: message ...
0
votes
2answers
17 views

ipad resolution in xcode's storyboard

I'm doing an ipad app and I realize I have to take care of 2 different resolutions newer ipad: 2048-by-1536 older ipad: 1024-by-768 resolution the storyboard displays the older ipad version is the ...
0
votes
3answers
670 views

Retain count exhausted after @throw

When I run this code inside a call made from SenTest's STAssertThrowsSpecificNamed: @throw [[NSException alloc] initWithName:NSInvalidArchiveOperationException ...
-2
votes
0answers
18 views

Xcode linker error in iphone simulator [closed]

My Xcode project can build successfully on device,but when build in simulator, a linker error occurrs. The error message is: Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) ...

1 2 3 4 5 1077