The October 2011 release of Xcode, an integrated development environment (IDE) developed by Apple Inc. Xcode is used to product software applications such for Mac OS X and iOS.
0
votes
1answer
12 views
Command Line Tools for Xcode 4.2
Where can I download Command Line Tools for Xcode 4.2 (Snow Leopard)?
It's not in https://developer.apple.com/downloads/index.action
I need it to develop Titanium Android Module.
Any ideas ?
1
vote
1answer
15 views
Xcode 4 target build setting “Skip install”. What is it?
The tile basically says it all.
I'm developing a mac app which has the normal app target, but also has two more command-line tool targets whose products are copied to the app when building. I ...
0
votes
0answers
7 views
How To Stop Recording Music by Gracenote SDK in iOS
Currently i'm using "GN_Music_SDK_iOS" SDK in my iPhone App.I just started the recording music by "[GNOperations recognizeMIDStreamFromMic:responseObject config:config];" method, then it is gieving ...
1
vote
0answers
8 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 ...
9
votes
2answers
108 views
How to change the skin color of face from the source image in ios?
MY code:
How to manage RGB value for differet shades of face,and how to apply?
this code will change the color of face along with hair,but i want
1.only face to be colored excluding hair.
...
0
votes
2answers
22 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
19 views
Twitter integration with ios using oauth with application only authorization?
I am working on native ios app which requires twitter integration.I want to fetch the tweets and replies of some third person without asking user to login.It was all possible in Rest API1.0 but now we ...
0
votes
0answers
8 views
MPL Library issue on iPod 4.2.1. version
My iPhone app contains a PayPal MPL library and it works on my iPhone device and iPod( Ver 4.0) .But Pay pal MPL library initialization failed in iPod device( Ver 4.2.1) while creating APP file using ...
1
vote
1answer
29 views
Xcode 4.2 does not commit files?
I have Xcode 4.2 and I was working ona a project, that was commited previously with - let;s call it - place A. Then I copied it on my disk to another place, made modifications and now I imported via ...
-3
votes
0answers
31 views
Is J2Objc tool reliable for ios application development? [closed]
recently i heard about J2Objc tool which converts java code to Objective C code. So can we use this tool for iOS development with java code. Can somebody help me make a decision, please?
0
votes
2answers
49 views
NSObject call to self gives XCode error
I have a class WebServices that inherits from NSObject. I am using xcode4.2 and ARC turned on.
When I created the class, there was no other method in the NSObject lie viewDidLoad or init.
The issues ...
0
votes
1answer
30 views
Xcode change to app appears in simulator but not on phone
I have been creating an app and deploying it to my device perfectly. Today I added some images to the app but only one or two images show up on the device but all work perfectly on the simulator. I ...
1
vote
1answer
37 views
iOS : Xcode Crash when configure SVN
At the time i Was checkout and clone project with local file path in my XCODE is crash.
When i enter file path "file:///iOS/svnProject" in location field xcode is crash please help for the same ...
0
votes
0answers
20 views
Getting ALAssetLibrary url from CoreData for TableView
I am dealing with text and Images in a tableView app. User creates text / adds images to attributes in a database which are then displayed.
I cannot get the saved ALAsset URL in my DB to an ...
0
votes
0answers
15 views
Problems when using XCode 4.2 with any PhoneGap version
I'm trying to use several versions of PhoneGap to run XCode 4.2 in Snow Leopard (10.6.8), but the most part of versions that i tried doesn't work, and it generates many kinds of errors.
Is there ...
0
votes
0answers
49 views
Passing a value from UIViewController class to UIView class in storyboard
I have made two class one for UIVIewcontroller & one for UIView which is already subview of UIviewcontroller,my classes is same as:
Passing a value from UIViewController to UIView
but i am not ...
1
vote
0answers
14 views
work in .xib file not saved
when im doing work in .xib file and after finishing i tried to save it but it continuously showing the message that the document could not be saved.Please help with this
0
votes
0answers
29 views
app crash on ipad but work fine on simulator
app crash on ipad device .Hai ios developers, i am new in ios.
single app developed by me that was working fine on simulator. in starting stage working fine on ipad suddently the app will crash. what ...
0
votes
0answers
21 views
Terminating in response to SpringBoard's termination when switching device
I wanted to change my iPhone app to universal app. I changed the devices n project-summary tab from iPhone to universal. I have four xibs, 3 for type UITableView and one UIView. I created 4 similar ...
2
votes
2answers
189 views
Need to convert iOS 5.0 App to iOS 4.3.3
I am developing my app in iOS 5.0 but i also want to convert it to iOS 4.3.3.
My Problem is that i get no compiler warnings or error when i install my app in iPhone 3GS(iOS 4.3.3). But app crashes ...
0
votes
1answer
39 views
How to dimiss a UIAlertView when tapping anywhere on the window
I am opening alert popup on click button which is working fine the code is
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"PopUP Title"
...
0
votes
0answers
20 views
xCode not able to provision the application
Hi I am completely new for iOS developement, I have created my phonegap based project in xcode 4.2 and I want to release the app for Ad-Hoc distribution. But I am not able to provision the ...
0
votes
1answer
24 views
How to sandbox my application in Xcode 4.2?
I'm using Xcode 4.2. I have created an iPhone application in which the user will be able to play video by selecting an input file. While running on simulator I've just specified the path of the input ...
0
votes
1answer
61 views
Xcode 4.2 + iOS6 = Interface Builder error
I am trying to use the new iOS6 SDK with an old version of Xcode, 4.2. And I really need to be this way.
I have followed this instructions: http://stackoverflow.com/a/9621226/987480
Everything ...
0
votes
1answer
21 views
Can't initialize RMConnectCenter of RenRen SDK
I tried to make Renren iOS app along with SocialPlugin docs.
http://wiki.mobile.renren.com/en/index.php/Social_Plugin_Download
I made AppDelegate belows. But every time I invoke app, it failed
at ...
0
votes
0answers
42 views
How to add videos in document directory without replacing the previous ones in Xcode
i am making a video app in which m storing the captured video in document directory. i want to save at most 10 videos.whenever i run my app it should start from where it left in the document directory ...
-2
votes
3answers
38 views
Paypal integration in ios [closed]
In my app,i am trying to integrate the paypal and creditcard.Anybody know the methods to integrate these things.please guide me if you know the ways to integrate the paypal and creditcard payments in ...
0
votes
0answers
21 views
How do I send a terminal command to xcode in a textbox or label
I have created an interface within xcode and would like to send the following terminal command to a label or textbox when a button is pressed.
df | grep /Volumes/*_Home* | awk '{print $6}'
I have ...
0
votes
2answers
110 views
UIButton Bug? (Xcode Version 4.6 (4H127))
1st: Xcode Version 4.6 (4H127), simulator 6.1
So... i do the following.
My button (inherited from UIButton) loaded from nib. Then i've set image to it for UIControlStateNormal.
I've got something ...
0
votes
2answers
65 views
Remove xcode4.2 after installing xcode4.6
In the last step of installing xcode 4.6, it asks if you want to remove previous version xcode 4.2. Unfortunately I forgot to do that because I hit proceed button too soon. The UI hint is not ...