The newest version of Xcode (released Sep. 19, 2012), an integrated development environment (IDE), developed by Apple Inc. Xcode is used to product software applications such for Mac OS X and iOS.

learn more… | top users | synonyms

0
votes
2answers
25 views

Autolayout and Constraints for iPad

I'm quite confused about the new auto layout feature of xCode 4.5. Here is I want to do, By setting the storyboard, I have this portrait view set up. By using autolayout and constraints(and pins), ...
1
vote
0answers
12 views

how to highlight countries in ios maps

I am building an app in which I have to highlight some countries dynamically in the world map. In short I want to customize the whole view of ios maps as shown in the images. can this be done ...
2
votes
3answers
588 views

Is JSONKit creating memory leaks?

I have been using JSONKit in my app, but now that I have upgraded to Xcode 4.5.1 and run the analyze, Xcode is reporting possible memory leaks in JSONKit code. ...
0
votes
3answers
44 views

Remember me functionality using UISwitch and NSUserDefaults ios

I have a view controller which has text fields for username and password. Then below them I've a switch. If the switch is set to ON, then the login details of the user should be auto filled, when the ...
0
votes
0answers
23 views

iOS stacktrace missing myapp function in release build but shows in debug build

I was having trouble symbolicating some code in distribution build and finally created a simple project which has a button that basically causes a crash by accessing an objectAtIndex in an array that ...
0
votes
4answers
50 views

iPhone 5 code migration

I have an application written for iPhone 4s screen resolution and below. Now I would like to migrate it to iPhone 5 screen resolution. I read a lot of answers online and I am pretty much clear with ...
0
votes
0answers
12 views

MGSplitViewController port to iOS 6 using storyboard?

I'm trying to upgrade my App from iphone only to Universal. I've a critical requirement to be able to hide the master view and show only the detail (in landscape) for a significant part of the App. ...
0
votes
1answer
163 views

migrate iphone 4/4s App to iphone 5 programmatically

I am working on Migrating my App from iPhone 4,4S to iPhone 5 .I have created all the code programmatically without using any xib I tried following the Code given: iOS 6 apps - how to deal with ...
90
votes
9answers
29k views

Could not change executable permissions on the application

Just updated to iOS 6 sdk and latest Xcode and get this when trying to build to my 3gs. I 've added armv6 under valid architectures? "Could not change executable permissions on the application"
-1
votes
0answers
32 views

CRASHING issue on getting data from Database

This is my function to get data from database . and some time it crashes with EXC_BAD_ACCESS and i am not getting what exactly is happening please help me mostly it crashes when it geting ...
0
votes
0answers
25 views

interface orientation hides icons iOS

In my view controller, I have 2 textfields and two buttons under them. All of them show fine when I run the application in Portrait mode. However, when I change to Landscape, the buttons hide. I have ...
0
votes
1answer
43 views

Xcode 4.5: How to know which orientation you are currently in by looking at the Simulator?

I am currently using Xcode 4.5, and I wanted to know how can we determine which orientation we are currently in by looking at the simulator? Previously, there was a home button in the simulator ...
0
votes
2answers
30 views

NSPredicate not filtering UITableView?

For some reason NSPredicate isn't filtering my UITableView (it's supposed to be filtering my TableView by selections made in a UIPickerView). Users make their pickerview selections, press the GO ...
0
votes
1answer
31 views

How can I make my app search an existing UITableView for values selected in a UIPickerView?

So I've developed an app that currently has a populated UITableView. The UITableView is currently populated with data from a MySQL database. The UITableView also contains a working Search Bar. ...
0
votes
2answers
268 views

How to get a new access token after expiration using OAuth 2.0 along with Youtube API in iOS application

I am using the Youtube Api in my iPad application. i managed to get authenticated and get the access token using the OAuth 2.0. my problem is that the token expires after one hour and i don't know how ...
3
votes
1answer
3k views

Create .ipa app on Xcode 4.5.2

How can I create a .ipa file in the new Xcode and deploy it to my jailbroken iPhone 4S on iOS 5.1.1? The .app in Xcode is red so I can't show it on Finder. I'm not currently registered to the Apple ...
0
votes
0answers
33 views

calling method from test case not working in OCUnit

I am testing this method: -(IBAction)addTask{ if(!([mPriority.text isEqualToString:@"1"] ||[mPriority.text isEqualToString:@"2"] ||[mPriority.text isEqualToString:@"3"] ||[mPriority.text ...
0
votes
1answer
22 views

How to choose one .app project in xcode 4.5?

I have two example projects inside one project,In xcode products group BumpSphereExample.app,TeapotExample.app two files and two firstdelegate,seconddelegate delegate classes. I changed settings in ...
-2
votes
1answer
7 views

I have assigned some text to lable, want to remove that \n from text and i need to dispaly text should be in multiple lines

now in my lable text like: a 28year old lady came to an obstetric clinic for an consequevces\n \n what shoul the doctor do?\n I want to dipaly text should be in lable like: a 28year old lady came ...
4
votes
4answers
1k views

How to customize carrier name in iOS 6 simulator?

How can I customize the default Carrier name to something else, e.g. AT&T?
0
votes
1answer
28 views

OCUnit test cases not running

If I create a new project which includes unit tests, the test cases get called. But when I'm adding tests to an existing project I'm getting the following in the log: 2013-05-21 19:41:08.814 ...
0
votes
3answers
28 views

CollectionView-Simple sample code

Used CollectionView-Simple sample code from apple. when run their project it works. But when run my project which is exactly same as apple sample code it doesn't shows images with grid layout but ...
2
votes
1answer
411 views

IPA generated by Xcode 4.3.3 is bigger than Xcode 4.5 DP2

In same project, IPA generated by Xcode 4.3.3 is 4.1 MB, Xcode 4.5 DP2 makes it only 2.9 MB. After unzip and Show Package Content, only app executable file is different. Xcode 4.3.3 makes it 4.9 MB, ...
1
vote
1answer
27 views

Frequently asihttprequest runrequests crash

thread #7: tid = 0x2403, 0x351b9010 libsystem_kernel.dylibmach_msg_trap + 20 frame #0: 0x351b9010 libsystem_kernel.dylibmach_msg_trap + 20 frame #1: 0x351b920c libsystem_kernel.dylibmach_msg + 56 ...
0
votes
1answer
18 views

Two Image Views Get added to the scrollView which I add using objects library?

In my application I am using the ScrollView to show the list of data(by adding each view for each entry in the list), when an new entry is added to the data list I add a new view as subView to the ...
0
votes
2answers
104 views

UITapGestureRecognizer not triggering on UIImageView created programmatically

I'm using XCode 4.5.1 . I added <UIGestureRecognizerDelegate> in .h file and in the start of .m file @interface FirstViewController () @property (nonatomic, strong) UIImageView *img1; @end ...
0
votes
0answers
40 views

Handling try catch

My project is service oriented and everything comes from services.I m loading the data in UILabel's,tableviews etc.When particular text doesn't come from service then I dont want to show null there ...
0
votes
1answer
10 views

My project doesn't work for simulator iPhone 6.1

Symptom It works if I try to run it with iPhone 5.1 If I run with simulator 6.1 the project start and then "finish". That's it. No error message. Nothing. I put breakpoint at - ...
0
votes
1answer
20 views

Cocos2D Score Counter will not count score

I making a game in Cocos2D. I made a score counter on my screen, and when I hit an enemy it adds a point to the score. When I run it, and when I hit an enemy the project terminates. It is probably ...
0
votes
0answers
26 views

SenTestCase linker error iOS

I'm trying to write test cases for my iOS app. However, there seems to be some problem regarding SenTesting framework. I'm getting the following error: Undefined symbols for architecture i386: ...
1
vote
1answer
56 views

Issue with Xcode UIImageView layout. Please assist me?

I am trying to alter some image views on the front page (the first interactive view controller) of my app depending on the size of the iphone screen. I have the follow code in the first view of my ...
0
votes
0answers
21 views

How to code different selection backgrounds for each icon for IOS

I'm currently designing an APP for the iphone and am searching for a way to create different selection images for each icon. I've found how to just create a single selection image for the entire ...
0
votes
0answers
15 views

Recovering AppleScript Studio scripts

I created an application with AppleScript Studio some years ago. I actually used compiled scripts and it worked fine. Using the new Xcode, I am looking to recompile it, but none of the compiled ...
0
votes
0answers
5 views

App not working after xcode upgrade from 4.5.2 to 4.6.1

I recently upgraded my xcode from 4.5.2 to 4.6.1. I have an app with server connections. After the upgrade, the app runs but doesn't connect to the server. I have the same build of the app on some ...
2
votes
6answers
84 views

how to fill one row with an image in a UITableView

I'm creating a UITableView, containing information about a company. It has multiple sections, and I filled most cells with just a textlabel and a detailtextlabel through 2-dimensional array's. I want ...
0
votes
0answers
9 views

what the error might be? I cannot figure it out

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 254 adv thanks
0
votes
2answers
40 views

Unable to change color of UISearchDisplayController

I'm using UISearchDisplayControlleron UInavigationBar but the background color of UISearchDisplayController is not matching the color of uinavigationbar. i used the following code in ma ViewDidLoad ...
0
votes
1answer
41 views

Apple Mach-O Linker Error (linker command failed with exit code 1) Xcode [closed]

My code: Ld "/Users/cj/Library/Developer/Xcode/DerivedData/Cooper's_Store-bkvnkslmsusefjbpdvwhihafqded/Build/Products/Debug-iphonesimulator/Cooper's Store.app/Cooper's Store" normal i386 cd ...
2
votes
2answers
43 views

how to populate more tableview sections with one array

I'm working on a tableview that displays data about a company. I want to divide the data over 3 sections, to make it look more organized. The data about a company is retreived from a mysql database ...
1
vote
1answer
262 views

With Xcode 4.5.2, Clang compiler seems not to be SDK version dependent. Why?

With Xcode 4.4 and earlier versions, each SDK used to have either a copy or a symlink to a Clang compiler available at ...
1
vote
1answer
544 views

Cordova Xcode Build errors with cordova 2.3.0

When upgrading Xcode project from Cordova 2.2.0 to 2.3.0 Build failed : 3 errors ''MainCommandDelegate' cannot use 'super' because it is a root class' (id)getCommandInstance:(NSString*)className { ...
0
votes
1answer
22 views

fatal: Unable to create '/.git/index.lock': File exists

When I try to rename any image name in my Xcode Project it gives following error. fatal: Unable to create '/.git/index.lock': File exists. If no other git process is currently running, this ...
1
vote
0answers
15 views

dateByAddingComponents method error

Using NSCalendar and its method dateByAddingComponents:toDate:options: the method sometimes return a wrong value. For instante: NSCalendar *calendar = [NSCalendar currentCalendar]; ...
1
vote
1answer
2k views

The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair

It never happened to me before, I already downloaded sample code before, but now im getting this error: I saw some questions with this error, but they say to check your "code signing" and I dont ...
5
votes
4answers
122 views

Tab Bar appearing after popping a view controller

Im developing an ios application, and in that app im using a tabbar controller. And from within tab bar controller im navigating to another view controller. Before pushing the view controller im ...
0
votes
1answer
19 views

Issue with PanGestureRecognizer's value

I'm working on a system where a PanGestureRecognizer uses a series of if statements to move a button to one of several different places as follows: (IBAction)drag: (UIPanGestureRecognizer ...
0
votes
2answers
36 views

Use Xcode debugger to determine the type of objects stored in an NSArray

How do you use Xcode debugger (lldb or gdb) to determine the type of objects that's stored in an NSArray?
-4
votes
1answer
31 views

How do we implement a pull over menu in xcode like in email reply [closed]

I have searched a lot to find a way to implement the most used pull over menu when I press a button in xcode for iPhone. Something like what you see when you hit the reply button in email app. You see ...
1
vote
1answer
3k views

Undefined symbols for architecture i386: “_OBJC_CLASS_$_ZipException”, referenced from: error

I'm using a few '.o' files in my project and while compiling it shows the following error, error:linker command failed with exit code 1 (use -v to see invocation) I had posted the error log below ...
0
votes
1answer
146 views

UserInterfaceState.xcuserstate not getting committed while using git in Xcode

when I'm trying to commit my code project it shows a file called 'UserInterfaceState.xcuserstate' which has to be committed. once i commit it and try to push my project to git ,the Xcode gives me a ...

1 2 3 4 5 35