Tagged Questions
1
vote
1answer
17 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
1answer
31 views
Teamviewer - Send Control Key to Mac from Windows
I'm TV'ing from a remote location to my mac to play around with XCode (on a windows pc). Within the interface builder, I'm trying to perform the control drag action. I tried pressing the ctrl button ...
4
votes
1answer
55 views
iOS custom font shows on simulator, but does not show on device
I am using a custom font in my iOS application
//Label which will display the current message
currentMessageLabel = [[UILabel alloc] initWithFrame:CGRectMake(10, 75, 300, 30)];
[currentMessageLabel ...
-1
votes
1answer
22 views
warning: Unsupported Configuration: Image and Title are set (These attributes are mutually exclusive; the Title will be ignored)
Unsupported Configuration Image and Title are set These attributes are mutually exclusive; the Title will be ignored..... while running my project in xcode i am getting this warning because of this ...
0
votes
0answers
49 views
How to increase spacing between lines in UITextView
How to increase spacing between lines in UITextView?
I wish to use default system font,i.e., Helvetica with size 15.
1
vote
1answer
71 views
how to write code in xcode that will be supported for all the sizes of iphone [closed]
The Problem is, kept size none in the viewcontroller.xib, and wrote code its running in iphone4 ,and normal iphone but the view is not supporting for iphone5 please tell me how to design for all ...
0
votes
2answers
55 views
String comparisons and textfield actions
I just started working with Xcode today to make Cocoa applications.
I'm watching videos on YouTube to try and get me going. I'd like to start building Mac applications now that I've switched to one. ...
0
votes
0answers
23 views
Can I stop Xcode from finding unreferenced platform frameworks?
I basically have an iOS Static Library project which references CoreData.framework and Foundation.framework. These are the only two built-in frameworks it should be referencing.
Much to my surprise, ...
0
votes
0answers
18 views
Setting a #define from the command line in xcode 4.6
I'm trying get set a #define macro when doing a command line build using xcodebuild and having no luck.
I've tried -DMYMACRO=1 and MYMACRO=1 everything else I can think of and nothing works.
How ...
1
vote
1answer
49 views
Xcode breakpoints not showing current objects
I've recently run into a really frustrating problem. When I set a breakpoint, and my program stops, the objects aren't shown in Xcode. I don't get the typical 'self' or any of my other objects. I ...
0
votes
1answer
27 views
Adding ObjectiveFlickr to Project
I'm trying to add the ObjectiveFlickr framework to my project.
I tried to follow these instructions:
Add ObjectiveFlickr.xcodeproj to your Mac project (from Xcode menu Project > Add to ...
0
votes
2answers
34 views
xcode “Developer” folder
I've been working on an Ipad app for awhile now and to make the development a little faster I've been using some controls I found on the interwebz. Namely FSVerticalTabBar , AES Encryption.
It's ...
-1
votes
0answers
31 views
swipe to show slides in Mac OSX App
I am new to building MAC OS X applications and I am looking for any help in achieving this:
Make a carousel where each slide takes up the entire window.
The slides can be dragged away to reveal the ...
2
votes
1answer
84 views
ECSlidingViewController and testing
I'm using ECSlidingViewController 0.9.0 (https://github.com/edgecase/ECSlidingViewController). I started with a fresh install with core data, arc & testing enabled, and installed ...
0
votes
0answers
30 views
Specifying symbols/source path in XCode 4 for Debugging
I've a .app package that I want to debug which does not contain symbols. However, I've a separate folder which contains all the symbols of binaries in the app. And in another folder, I have all the ...