Xcode is an integrated development environment (IDE), developed by Apple Inc. Xcode is used to produce software applications for Mac OS X and iOS. Xcode 4.3 (4E109) was officially released February 16, 2012.

learn more… | top users | synonyms

0
votes
1answer
18 views

PKAppDelegate.m missing

I'm having some difficulties in running the gbible Xcode Project. More precisely, I get the following error message: clang: error: no such file or directory: ...
0
votes
2answers
45 views

Stopping navigation bar from scrolling with table

I have a UITableViewController which successfully lists in the table view data fetched from a CoreData entity. I want to have a navigation bar at the top with a couple of buttons to navigate around, ...
0
votes
1answer
13 views

Is there any chance for .ipa file size expansion

Any one please help me....In our project, we have lot of videos may be 84 videos(its compressed zip folder size is 2 GB). We can put it in web services.... But we found, In android, there is an ...
0
votes
1answer
12 views

Running an application in different versions of iPad

I am working with iOS native application with objective C as front end and SUP 2.1.3 as backend.I am using xcode 4.3.2.I have set my deployment target as 5.0. The app is workin fine on iPad 5.0 and ...
1
vote
0answers
13 views

Pausing and resuming AU Graph (X-Code)

I am having problem with pausing and resuming audio file using AU Graph on X-Code. The code I am using is: region.mStartFrame = sample frame. This should stop the audio at some point and after ...
0
votes
2answers
39 views

Removing unwanted characters from json response

I am trying to load data from a json response stored in an NSArray into a tableview. json: "fulltime": [ 2, 2 ], Above is the json but when I display to screen it looks like ...
0
votes
0answers
11 views

date entered in core data in an iOS App shows a difference of 4 hours when retrieved

I selected a (date with time) from a DatePicker Object and stored the same in a core data Entity along with some other details. When I populate the entity objects in a Table Array - the time is shown ...
0
votes
1answer
25 views

Sync failed:-857 The remote database identified by remote ID '%1' is already synchronizing or the database connection is unusable:

I am working with iOS native application in iOS using objective C and SUP as middleware .I am using the same provisioning profile for two fifferent application to run in iPAD. My application was ...
0
votes
0answers
32 views

Pushing a new view controller on iOS split view controller

I am using a splitviewcontroller template. From the detail view I am navigating to a different view controller using a SEGUE. The problem is the new view only displays in the detail view part of the ...
1
vote
2answers
90 views

XCode 4.3, “Cannot define category for undefined class” using multiple headers

Up until recently, I had a project compiling fine in XCode; however now I am scratching my head with the following: Cannot define category for undefined class 'myClass' I have a header that ...
0
votes
1answer
41 views

Running Fortran on Xcode

I am trying to run sample Fortran code on Xcode 4.3 using a 64-bit compiler and it will not build correctly. The main problem is that despite my best efforts, I cannot get the separate .f90 files to ...
0
votes
1answer
68 views

Facebook :fberrorhttperror

How can I rectify this? Basically what I did was I went to my Facebook settings and removed the app from there. Many users do this to remove access of the app. When I come back to the app it should ...
0
votes
0answers
49 views

To implement Barcode Scanner in iOS applications with Hybrid Web Container

I would like to implement Barcode scanner in my iOS native application.As I am not sure about what I have done,I am givivng all the steps below.I used PhoneGap 2.0.0.I used the sybase document. to ...
0
votes
3answers
385 views

To install Xcode in Windows XP

I would like to know if I can install Xcode with Windows XP.If possible please provide the document link also.Thank you very much for any help in advance...
0
votes
1answer
28 views

Exception regarding UITable view

I'm new to Objective C and iOS. I have embedded a Navigation controller on a View Controller to the storyboard. Then I've added another view controller to the storyboard, which is the root view ...
0
votes
0answers
22 views

How to use .srt file to show subtitles in xcode

I need to show subtitle under video in xcode.. I knew we can use .srt file to show subtitles..I can parse .srt file.. But my problem is I don't know how to make the text in .srt file to be show under ...
1
vote
1answer
25 views

device deployment in iOS without connecting the device manually

I am working in iOS native applications using Xcode in objective C with SUP 2.1.3 as backend.I have deployed my application in iPAD by connecting it to mac machine.Now I would like to know, if I can ...
-1
votes
2answers
37 views

Warning:Attribute Unavailable

Does anyone know, how to remove this warning from Xcode 4.3 and above Attributed Title on iOS versions prior to 6.0 Edited: If I set the deployment target as 6.0 then I don't see this warning. ...
0
votes
2answers
32 views

Not displaying DetailDisclosureButton inside annotated view

We are trying to implement MKMapView in iOS application.I got the mapView with the given locations and pins.When I tap on these pins I am getting the title and subtitle also.Now I want to include a ...
2
votes
1answer
150 views

Load Different View Controllers in the Master-Detail App template

I am developing a master detail application using Xcode 4.3.3, now in the master view controller i have managed to load an additional view controller called "Fav Real"When this view controller loads, ...
0
votes
1answer
69 views

Multiple download buttons

I am creating an app that will allow users to download sound files from individual pages and email it to themselves, once the page is navigated to and the tone selected. I would like to know if ...
0
votes
0answers
46 views

to retrieve the images picked by UIImagePicker in iOS

I am working in iOS native development using objective C.I want to implement camera functionality in my application.I implemented camera using UIImagePicker Controller. I stored the image taken by ...
0
votes
1answer
60 views

To store the images picked by UIImagePicker in iOS

I am working in iOS native development using Objective C. I want to implement camera functionality in my application. I implemented camera using UIImagePickerController. I am able to take the ...
0
votes
1answer
23 views

SCons autoconf tests from xcode

I am trying to launch scons from within xcode 4 in order to build an external (i.e. not originally created in xcode) c++ project. I have created a new project with an external build system as advised ...
0
votes
0answers
37 views

Playing multiple audio files in an order Xcode 4.3

Hey all I'm trying to play multiple audio files in a certain order and when I run my code it plays all of them at once. I know where the problem is I just can't figure out how to separate each file. ...
0
votes
0answers
73 views

Looking for a working example to add srt subtitles to video in xcode

Any one please help me… my app is based on showing subtitles under video…I did little bit in that by using Movie Player project from developer.apple, I can play and pause the subtitle while play and ...
0
votes
1answer
49 views

Problm of running xcode 4.3.3 project with xcode 4.5.2 in device.. (No issue in simulater)

Actually i have started my application in xcode 4.3.3 in 4 months back, Now our requirement is to run the app in iOS 6.0 For that purpose i upgraded my xcode to xcode 4.5.2 wich supports iOS 6.0. ...
0
votes
0answers
56 views

libicucore.A.dylib,libz.1.2.5.dylib,libstdc++.dylib missing from libraries in xcode

In my xcode 4.3 the library files libz.1.2.5.dylib,libstdc++.dylib,libicucore.A.dylib etc are missing .When I click on link binary with libraries,these files are not getting listed.What should I do if ...
0
votes
0answers
39 views

Registered Device is not showing online in SCC

I am working in native application using objective C in Xcode.My application is having SUP 2.1.3 as middleware.My application is working fine with simulator in which I have used .a files from ...
0
votes
2answers
38 views

Function name not appearing in xcode 4.3.3 breadcrumbs pulldown

I have dozens of functions across many .m files that appropriately show in the pulldown menu on the xcode bread crumbs bar. However, last night, I added a new function to my code, but it absolutely ...
0
votes
0answers
40 views

UIBarButtonItem not changing its state from 'Edit' to 'Done' , when i click on 'Edit' button

I am implementing for the commitEditingStyle: when i click on edit button on navigation bar swipe to delete button will arrive and everything works fine. Problem is that when i click on the 'Edit' i ...
0
votes
1answer
72 views

app is working on simulator but not on device

my app is working fine on simulator but not on device... I am able to see only first views of each tab as I used UITabViewController .. After trying a lot when I replaced one of UIViewController by ...
0
votes
0answers
63 views

Get all pdf,doc,docx file from dropbox in iPad?

Using drop-box sdk to develop my application, i have tried to get all files from dropbox account like Photos Public ------> sample.pdf Getting Started.pdf Myfolder ----->sam.pdf But i want ...
0
votes
0answers
64 views

Discarding message for event 0 because of too many unprocessed messages

Hi Friends i am getting this message in the console "Discarding message for event 0 because of too many unprocessed messages." , i am newbie so not understanding why this is occurring , can any body ...
0
votes
1answer
135 views

has anyone opencv framework for Xcode?

I try to create opencv frame work following this instruction I don't know why but i got an empty framework. I download a framework separately. I add it correctly....everything is fine. But when i ...
0
votes
0answers
34 views

Not adding the annotations on the MK Map View when i navigate between views

Initially when i navigate to the map view it works fine. But when i navigate between the views(if i go back and come again to that map view) its not adding the annotations. - (void)viewDidLoad { ...
0
votes
1answer
38 views

How to add a main method to a static library project?

I've got a C++ project in XCode that builds a static library. I'd like to add a main method to the project to allow me to test some of the code in the library. In an attempt to do this, I first ...
1
vote
1answer
193 views

AdSupport Framework not found

I have been able to make xCode 4.3.2 work with iOS 6.0 using the technique described here Is it possible to get the iOS 5.1 SDK for Xcode 4.2 on Snow Leopard? When I add AdSupport.framework or other ...
-1
votes
1answer
42 views

UITableView issue in iPad?

I am working in a iPad application. I'm using a UITableView to create a table and insert 2 UIImageViews in each cell. I tried to set image in both UIImageViews, but index path values start from ...
0
votes
0answers
54 views

Can a master view controller be a delegate of a detail view controller?

Is there any way to make a master view controller a delegate of a detail view controller in a master-detail template? I have a segmented control in my detail view and I would like the user to be able ...
3
votes
1answer
72 views

cvCaptureFromCAM not woking in xcode?

DocvCaptureFromCAM not woking in iPhone or iPad. It can not open the device camera. I have applied CvCapture* capture = cvCaptureFromCAM( CV_CAP_ANY ); CvCapture* capture = cvCaptureFromCAM( 0 ); ...
0
votes
3answers
68 views

How to dismiss @synthesize directives from Function Menu

We use #pragma mark - StackOverFlow Example in order to organize our Function Menu (the most-inner menu in the implementation navigation menu). What I want to do is to simplify the Function Menu by ...
0
votes
2answers
131 views

Failed to deploy an application into device like iPad-Linker command failed with Exit code 1

I am a beginner in native application.I am developing applications using Objective C as front end , SUP as middleware and SAP as backend.I have a valid provisioning certificate with a valid bundle ...
0
votes
1answer
76 views

How to start the video in iPad from where it was stopped earlier?

I'm playing a video in iPad and stopping it using "Home" button on iPad. When i again start the video it should start from where it was stopped earlier and not from beginning. Can anyone tell me how ...
-1
votes
1answer
55 views

How to delete files from a folder which is placed in documents folder

I want to delete the files which are placed in a folder(inside documents folder) of documents directory. I just listed or displayed all those files on the table view , can anybody tell me how can i do ...
-3
votes
1answer
44 views

Why? Database path is unable to open [closed]

Here is my code: It works for other methods but creating an issue only with this table data insertion.. read method is also working fine but here I am unable to insert data... What is the problem ...
0
votes
0answers
26 views

error reading 'users/chairman/desktop/projectname/projectname/projectname'

I am a beginner in objective C.I created a project in Objective C using xcode and SUP 2.1.3 as backend.My project was working fine .I tried to change my productname to another name in Build settings. ...
1
vote
2answers
146 views

error: failed to attach to process ID 1869

I'm getting the above error. Any solutions pls? I'm running Version 4.3.2 (4E2002) and testing in iPhone 5.0 simulator. The simulator opens but i just get black screen the apps not run . Even I ...
1
vote
1answer
40 views

How to change the width of UIBarButtonItem with IB

Some of you may think I am trolling. After all the pic shows clearly how to change it. With a cached. Changing that number from 37 do absolutely nothing. I can put 5,10, 50, 100, nothing changed. I ...
-1
votes
2answers
43 views

How do i change iOS SDK? [duplicate]

Possible Duplicate: How can i change my iOS SDK I have xCode 4.3.3 and iOs SDK 5.1 I need to be iOS SDK 4.3. How can i change my sdk? may be you have links on same problem? Thanx

1 2 3 4 5 25