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.
0
votes
1answer
11 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
0answers
8 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
9 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
25 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
10 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
20 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
23 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
76 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
37 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
66 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
45 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
265 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
15 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
23 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 ...