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
4 views
Integrating Tapku Library to XCode 4.6 project
Its been a long since I am struggling integrating the Tapku Library in my Xcode project. I want to implement the Day View component from Tapku into my project. I followed the instructions from read-me ...
0
votes
1answer
5 views
Custom button in leftBarButtonItems to function as backBarButtonItem
I am using leftBarButtonItems to group a negativeSeparator (to get rid of padding and align my custom button to the edge of the screen) and a custom UIBarButtonItem:
[navigationItem ...
0
votes
1answer
58 views
Multiple Xcodes, how to choose which opens xcodeproj files [closed]
I have an issue with multiple versions of Xcode, as one overrides the open command for xcodeproj files.
When I set (in the information window) the default app for this type of file to the oldest ...
0
votes
1answer
12 views
xcode not building 2nd target of project
I downloaded an xCode project that has 2 Products
- a libary
- a demo which uses the library
When I do a build, it just builds the lib.
When I do a run, same thing, it just builds the lib.
how do I ...
0
votes
1answer
40 views
How to control scrolling in grid type view
UPDATED I have a grid (SubViewGrid) that I have drawn on a UIView. I need to be able to prevent the far left column (time) from scrolling horizontally, and the top row (staff name) from scrolling ...
0
votes
2answers
27 views
Unable to change Product Name in Xcode
I am developing for iOS 6 on Xcode 4.6.1
Midway through my project I decided to change name of both the project as well as the app name.
Changing the project name was pretty straightforward. As ...
1
vote
2answers
24 views
How to get iOS resource dictionary from resource path for current language?
I have an iPad app (XCode 4.6, iOS 6.2, Storyboards and ARC). I am trying to localize a UISegmentControl. I already have the translations in MainStoryboard.strings file, and have this code in the ...
3
votes
1answer
41 views
How to stop building supporting files (like MagicalRecord) every time I do a build
I have some support files, such as MagicalRecord and others that get compiled each and every time. Is there a way to prevent this unless I specifically want them recompiled?
0
votes
0answers
5 views
Take turn value Over ride with Previous match in game center
I am creating a turn based game. in ios6 xcode4.6
When I get the take turn value the it is over ride with previous match.
I given code like this.
- (void)takeTurn:(GKTurnBasedMatch *)match
...
1
vote
1answer
51 views
Resizing a button in iOS programmatically
I am using XCode 4.6.1 and developing for iOS 6.
I have added a button to the storyboard. I have created an outlet in my implementation file ViewController.m:
//
// ViewController.m
//
...
2
votes
2answers
27 views
Formatting is different when laying out app in ib than in simulator
I am just learning how to make apps and the first thing I noticed is when I graphically lay out my application in interface builder it is not the same when I run it in the simulator or on my own ...
0
votes
0answers
8 views
Building Doubanggo ios-ngn-stack (idoubs) on xcode 4.6
i'm new to iphone development, never done it before, and now i'm trying to build app based on doubanggo ios-ngn-stack. From the developer page, the instruction to build the ios-ngn-stack is like this ...
0
votes
0answers
18 views
EVERY Xcode project errors on every other run
So I am having a major issue. I have completely uninstalled Xcode and used terminal to perform a complete uninstall or all Xcode related files. I deleted the application and then have just reinstalled ...
1
vote
1answer
20 views
Apply Live GpuImage on CameraView
i´m currently working on a camera filter app which should use the GPUImage framework.
I already got the custom camera working, now i want to apply only one filter on the uiview that i got. So the ...
1
vote
0answers
21 views
SOLVED - XCode 4.6 not showing reference language for localization
I have an iPad app, XCode 4.6.2, Storyboards, iOS 6.0 and ARC. The app runs fine, now I'm trying to localize it, starting with the Storyboards using Base Localization. This is what I see when I go ...
0
votes
1answer
15 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
17 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
15 views
Xcode 4.6 using Git. Unwanted projects in 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
24 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
21 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
19 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
16 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
12 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
18 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
10 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
36 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
29 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
41 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
20 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 ...
0
votes
1answer
46 views
add an Action Button in the currentView
I'm beginner in objective-c and i don't find a solution on internet about my problem.
I'm trying to add a new action to a Button and it doesn't work.
Indeed i have more views in all the Views ...
0
votes
1answer
19 views
Why does compiling my XCode project work with Apple-(B)uild and fail to compile with Apple-(U)nit tests?
When using XCode 4.6, my question is that I want to know the difference between using the Apple-B (compile my source) versus the Apple-U which I thought is compile my source and run unit tests ...
2
votes
1answer
24 views
In Table view List it's Only Retrieving the Files that I had created
When I am using the sample code for iOS, in Table view List it's only retrieving the files that I had created.
I want To see all files I'm creating through App and already created on Google Drive.
...
0
votes
1answer
31 views
Cannot export developer ID signed Mac app
I am trying to build an update to my Mac app. As usual, I clicked Product>Archive then, in the Organiser, I clicked Distribute...>Export Developer ID-signed Application. Xcode finds my Developer ...
0
votes
0answers
18 views
DetailViewController replaced with every cell clicked on masterTable
I have a UISplitViewController in which i have to replace the detailViewController according to the cell selected. Like say MasterView table has 3 cells with VC1 , VC2 , VC3.
I have 3 ...
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 ...
-2
votes
0answers
18 views
Background image of MAC not showing properly when run from .app file but runs ok if code is compiled from xcode [closed]
when i run project in Xcode, the Blue background coming(https://www.dropbox.com/s/oetml8k9eec3e8j/1_screen_xcode.png).
But when i build the code and made app file and run the app file on different Mac ...
0
votes
3answers
27 views
UIButton --> UINavigationController --> UITableView
I am having an issue when im using navigation controller. My program is laid out where I have a start screen (not in the navigation controller) and then when you press a button it sends you to the ...
2
votes
1answer
82 views
Why I am Not Getting Values when Executing, while debugging it's working fine
In Debugging mode of Xcode getting response with correct format as below I am getting 60 values as I parsed
But while removing breakpoints I am not getting same things, which are in ...
0
votes
0answers
30 views
Doesn't clear sandox after Quit game in IOS6
I created a turn based game by using game center.
When I quit the game , in sandbox it doesn't clear.
All quit games are listed in sandbox.
How can I clear the sandbox ?
Thank you.
0
votes
0answers
41 views
Creating segue from UIImageView to other viewcontroller programatically
I have created few thumbnails of images dynamically and i want to display detail description about that image in other viewcontroller when the respective image is clicked. I am using Storyboard ...
1
vote
0answers
32 views
Predefine Ad-Hoc Enterprise Distribution application URL
I have an iOS application that I upload for the server for Ad-Hoc Enterprise Distribution.
Every time I made a change in my application, I create an Archive: Product > Archive
Then I go to the ...
-5
votes
0answers
41 views
Problems existing iphone app after upgrading Xcode 4.6. [closed]
I was working on Xcode 4.0 with Snow Leopad but now i have update my mac osx snow leopad (10.6.8) to Mountain Lion(10.8.3) and i am going to update Xcode 4.0 to 4.6 . I do not know what will happen ...
0
votes
0answers
24 views
Can I send application link When request to play game in game center
I am new to game center.
If I given a friend request to play game in game center, If my friends device doesn't installed that game so far. How can they get that game and install without search in ...
0
votes
2answers
58 views
Xcode Update from 4.2 to 4.6 causing errors
I've recently updated my XCode from 4.2 to 4.6 as I had an outdated iOS SDK.
However, after performing the update, When I try to run the app and press buttons, the iPhone app freezes, and returns me ...
0
votes
0answers
50 views
Xcode iOS MKMapView and dynamic height of the text view
Sorry fory my english.
I'm loading data from plist and have two problems.
The first one is about MKMapView:
I'm using the following code. The point is at the first time, when I open an item from a ...
0
votes
2answers
42 views
iOS xCode project won't build/run when the play button is tapped in xCode 4.6 - how to fix?
I'm looking at examples at cocoacontrols and have downloaded some demos. The issue that I've ran into is that some examples, like BCTabBarController won't build or launch on my device. When I open the ...
2
votes
3answers
77 views
How can I get my Table View in xcode 4.6 ios6 working?
I realize there are many posts like mine, but I still can't get the code working. Any help would be greatly appreciated.
I don't have all of the methods I want to implement implemented, so dont' ...
0
votes
0answers
58 views
Create static library xCode 4.6
I'm building static library in xCode 4.6. http://www.icodeblog.com/2011/04/07/creating-static-libraries-for-ios/. I building follow post but wrong error.
Undefined symbols for architecture i386:
...
0
votes
1answer
19 views
How do I remove a duplicate MainStoryboard.storyboard ((null)) file?
I made some changes to my app for internationalization before reading the manual (I know, I know... ). I think I have recovered, but am left with what appears to be an extra MainStoryboard.storyboard ...
0
votes
2answers
68 views
Exception Handling Help Xcode 4.6
Hello I am pretty new to programming but I have been following a few tutorials in Objective C. I just came across a problem in a Exception Handling tutorial and well, my code didn't work the same way. ...










