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

2
votes
1answer
6 views

xcode 4.5.2 and IOS SDK 6.0 debug not working?

I have connected Xcode and my device through USB. In Organizer window my device is showing but near the schema option my device name does not showing for debugging. My Mac OS Version 10.8.2 and Xcode ...
0
votes
0answers
8 views

IOS consuming wsdl web service in xcode using wsdl2objC

I tried consuming a webservice using classes generated from wsdl2objC i have this error Thread 1:EXE_BAD_ACCESS (code=2,address=0xc) on the method - ...
0
votes
0answers
14 views

Port my prototype app to release version in Xcode

I have an app which has been in the AppStore for over a year now. I have used it as my prototype which has been very successful for my development process. I am now ready to release it in a specific ...
0
votes
0answers
10 views

iPAD is not getting listed in the xcode to run the application.

Not sure where i am comitting mistake. 1) I have Xcode 4.6 installed, 2) Got a new iPAD for my team, and got the new provisioning profile by adding this device id. 3) Installed, and it worked, i ...
0
votes
2answers
45 views

Xcode create textfield in UITableViewController [duplicate]

I'm trying to make a tableview in which a user can enter data into it. I want it to look almost identical to the contact app on the iPhone when you are creating a new contact. I posted my code ...
0
votes
1answer
12 views

Not able to control-drag from a Table View to a detail view in a storyboard

I'm trying to learn how to use storyboards but am having a problem with control-dragging from my Table View to the detail view; it basically, doens't auto-connect like I have something configure ...
0
votes
0answers
10 views

How to Use Cookie in WebSocketConnectConfig

I am using UnittWebsocketClient and ASIHTTPRequest to login. After logging in successfully I pass same cookie to WebSocketConnectConfig which I get from each new logged in session and able to connect ...
-1
votes
1answer
37 views

Save views in cache

My project is webservice oriented.So when iphone goes offline then data is not loaded and it shows empty views(combination of textfields,tableviews,webviews).For this I came across caching concept.But ...
0
votes
1answer
37 views

Framework not found AssetsLibrary in xcode 4.5

I am using Xcode 4.5 for developing iPhone application.I need to add 'AssetsLibrary.framework' into my project.But I can't see the framework in 'build phases' of my target.Please go through the ...
1
vote
3answers
24 views

Error: catch parameter is not a pointer to an interface type iOS

I'm trying to use Exception handling in my Xcode project. - (void)viewDidLoad { [super viewDidLoad]; authenticate = [[UseDb alloc]init]; @try{ [authenticate createDatabase]; } ...
-2
votes
1answer
65 views

How to detect the pressed button and display it on Another View? Objective-C

I am new to iOS app development. I want to create a Calculator App in iOS that has split view. The left side is the "History" Feature in Scroll View and the right side is the calculator itself. Now, ...
0
votes
0answers
20 views

How to Sort UIDocuments with respect to date inside it?

I have to tried to sort using date only after getting the documents after the query returns documents. Is it Possible to Sort UIDocuments with respect to date (User data) inside it when i make a ...
0
votes
1answer
13 views

Auto property synthesis will not synthesize property declared in a protocol even though its implemented

I got that error: /business/Dropbox/badgers/BadgerNew/BGProfileView.m:56:17: Auto property synthesis will not synthesize property declared in a protocol I am aware that auto property synthesis will ...
2
votes
0answers
36 views

Enabling ARC on Phonegap iOS project

I created a template project using the create in phonegap-2.7.0. This project would be non-ARC enabled and I wanted to convert it to ARC. I went to Edit -> Refractor -> Convert to Objective-C ...
0
votes
0answers
11 views

Autolayout+UIView+Its subview

I have a UIView and it has another UIView and some UIButtons as sub view.I gave vertical constraint to my view and last UIButton.Those UIButtons are one after the other vertically designed like radio ...

1 2 3 4 5 120
15 30 50 per page