The newest version of Xcode (released Jan. 28, 2013), an integrated development environment (IDE), developed by Apple, Inc. Xcode is used to produce software applications for Mac OS X and iOS.
0
votes
0answers
8 views
React Button preventing scroll
i have my scrollview in place and working well, i can scroll down to 9000.
But every time a add a React button, my scrollview doesn't go anywhere, i can tweak the constraints and finally get it ...
0
votes
0answers
8 views
Library not found for lgcov
I'm using Xcode 4.6 and I've been writing some Unit Tests for an iOS app. I've tried to do some code coverage following from this tutorial: ...
0
votes
0answers
9 views
Xcode 4.5 using Git. Unwanted projects it list when pulling
I have several iPhone projects that I have in completely different git repos. So far the Xcode 4.6 git commands work fairly well however for some reason when I try any of the remote git commands (eg ...
0
votes
1answer
13 views
download url is having null value when opening a google drive files from iPhone App
I am using google drive sdk for iOS app.User should be able to open a document from our App. I am trying to download the files from my Google drive using below code -
(void)loadFileContent {
...
0
votes
1answer
20 views
XCODE4.6 UITableViewCell
I'm having an issue in xcode 4.6.
MainStoryboard contains a Button & TableView. Apparently when I'm running the app and click the Button the Table view only shows the First Column and Last ...
-1
votes
1answer
17 views
How am I supposed to release an imbedded Core Foundation object?
This is the code:
- (void) drawToday {
int x;
int y;
int day;
CFGregorianDate today = CFAbsoluteTimeGetGregorianDate(currentTime, CFTimeZoneCopyDefault());
if(today.month == currentMonthDate.month ...
-1
votes
0answers
10 views
XCODE 4.6 SQLITE3 Add data into existing Sqlite3 table
I have a created an iphone app that contains a button that should display data into a tableview. How can I import data thats in a comma delimited text file format into that database such that when I ...
0
votes
0answers
11 views
Unable to get scroller to work with view in .xib, no Storyboard being used !?
I am trying to display a view within a .xib file which is controlled by a UIViewController. The view I want to display will be quite long, so I am trying to use a UIScrollView with it to enable length ...
0
votes
0answers
6 views
libCordova.a not found in XCode 4.6
I am using XCode 4.6 for my Phonegap app 2.2.0. But when I add the datepicker plugin to my app, it shows an error:
CDVPlugin not found
Aand libCordova.a is in red.
Please help me.
0
votes
0answers
8 views
Unable to create match in gamecenter
I have a turn based game by using game center.
It was works fine but, now
When I try to give request it shows " unable to create game ".
0
votes
1answer
23 views
how to set image in more view controller's navigation bar and also change the colour of more label from white to green..?
I try to set image on navigation bar. when we pressed more button in tabbar..The default colour is blue.i wanna set image and chnge the colour of more label from white to green..Please help me
My ...
-4
votes
0answers
28 views
Interesting XCode bug [duplicate]
I reached a situation where the following happens:
I create a brand new iOS project with XCode (let's say e.g. a tabbed application)
I don't modify anything
The project will build fine, and run on ...
0
votes
0answers
5 views
Errors compiling MagicalRecord files
I drag the main folder into my Xcode project, compile and got few errors:
in MagicalRecord+ShorthandSupport.m
Unknown receiver 'NSManagedObject'; did you mean 'NSManagedObjectModel'?
in ...
0
votes
0answers
26 views
video playing in portrait only if I click on full screen tab its stops playing (Xcode 4.6) ios6.1
Please help me as I am a new Developer
Video stops in full mode that means when you click on the two little arrows at the bottom right while the video playing in small window
as soon as you click ...
-1
votes
1answer
17 views
Xcode 4.6 IPhone/IPad Copy Field, using setText “Incompatible pointer types”
I am trying making a simple iphone app that copies text from one field to another when you press a button (text1 values into text2), but I am getting my some warnings "Attributes on method ...