xcode4.2 Questions

3

My name is Luca and I am currently working on iOS continuous integration to build apps in xcode for distribution (Ad Hoc and App Store) using shell-scripting. So far I achieved good results with ...

4

Since I installed Xcode 4.2 in order to test iOS 5. I got the following warning after compile the project. "Using the font Arial - Black in version of Xcode prior to 4.2 may have unexpected result...
Mccarty asked 2/8, 2011 at 7:17

2

Solved

I've seen Apple demoing the new simulator features in iOS5, and apart from static locations, they showed off the ability to simulate location movement on an application running on the Simulator. I ...
Sphygmic asked 26/10, 2011 at 15:31

2

Solved

Short Question There is a thing called Object in XCode's interface builder's Object Library. I wonder what kind of task can be achieved by using this "Object". Be specific, it is an NSObject in ...
Heiskell asked 22/7, 2012 at 1:23

2

Solved

Is there a way to make the PickerView in Xcode start at a default row? Right now, my PickerView starts at the first element in my array. So for example, if I have 1 component with 30 rows, how ca...
Serpens asked 23/2, 2012 at 0:9

5

Solved

since I updated to xcode 4.2 and iOS 5 following code has no effect: @implementation UINavigationBar (CustomNavBarBG) -(void)drawRect:(CGRect)rect{ UIImage *image = [UIImage imageNamed:@"navbar.p...
Imray asked 27/10, 2011 at 10:1

2

I recently thought of getting started with MacRuby. I've installed Xcode 4.2 and i've installed MacRuby, but apparently i am missing something. In every tutorial i found so far it says, that i have...
Larissa asked 24/1, 2012 at 11:47

2

Solved

I've just updated to XCode 4.2 and I see a cool feature that allows me to manually set the device location. Does anyone know of a way to accomplish the same thing programmatically? I'd like to set ...
Amplification asked 4/11, 2011 at 20:25

4

I'm creating a custom container view as per the apple spec. I would like to use the storyboard to connect three static child UIViewControllers. Is there an easy way in the storyboard to connect via...
Tales asked 5/4, 2012 at 14:58

2

Solved

When i try to add a button to a navigation bar, i got this warning: unsupported configuration plain style unsupported in a navigation item Concerning the Plain style, i don't find it in interfac...
Isreal asked 16/12, 2011 at 9:11

5

Solved

I'm working with iOS 5 and have dynamically generated cells in a table (2 sections of 3 rows each). Each section has a header that is also dynamically generated using the titleForHeaderInSection ca...
Papiamento asked 4/3, 2012 at 16:24

2

Solved

Is there any possibility to define arrays in macro in objective-c.
Copyedit asked 12/9, 2012 at 7:43

3

Solved

I started with an Empty Application and added the storyboard file myself, added a View Controller to the storyboard and then embedded it into the Navigation Controller. Now, when I launch the app i...
Adrell asked 24/11, 2011 at 16:26

3

I am just starting to learn Objective-C programming. I'm developing in Xcode 4.2 on Mac OS X version 10.7.2 on an iMac. I am reading the book "Programming in Objective-C" by Stephen Kochan, which c...
Overnight asked 10/11, 2011 at 3:14

9

Solved

i am integrating twitter application in my application my application is created in xcode 4.2 using ARC when i implemented code for twitter from this code. it worked perfectly when i just download ...
Redcap asked 13/1, 2012 at 12:41

3

Solved

Is it possible to change the value of the BOOL from true to false or vice-versa while I'm in debugging mode?
Weep asked 2/5, 2012 at 20:29

2

Solved

I have a Cocoa app that has an NSWindowController controlling an NSWindow with an NSComboBox in it. Nothing special, and it worked fine until upgrading to OS X 10.7.2. Now I get the following excep...
Carthusian asked 24/10, 2011 at 19:22

3

Solved

Can't understand how to fix it and why it appears? Ld /Users/atencion/Library/Developer/Xcode/DerivedData/Flylista-gcadfttyrgznkmafzaicacwytfey/Build/Products/Debug-iphonesimulator/Flylista.app/...
Parasite asked 6/12, 2011 at 18:43

4

I am implementing a UITableView with UISearchDisplayController in xcode 4.2. UITableView & UISearchDisplayController are created in StoryBoard. I set the Cell Identifier (SampleCell) for UITabl...
Whalebone asked 9/11, 2011 at 14:45

4

Solved

I am just trying to add a new target to my project in xcode 4.2. After selecting Add target option, i have n't see any External build system option in ios section.Please help me to solve this. Tha...
Analog asked 27/2, 2012 at 11:13

6

Solved

I have never had this problems until I began to use Xcode 4.2. I'm getting the following error trying to upload my app: Unable to verify icon dimensions, no icon found. Your minimum os version ...
Lour asked 3/12, 2011 at 20:56

4

I am using iOS 5 and Xcode 4.2. In my project i have a UIViewController with xib. Now i want to give seperate name for UIViewController and xib. Is it Possible? After changing the name of U...
Gelinas asked 10/9, 2013 at 7:20

1

Solved

I want to pass the location of the documents (data) directory to the script which runs after the build in a xcode target. What is the environment variable I should use?
Bowshot asked 28/8, 2013 at 21:7

1

Solved

This isn't a big problem but it is annoying. Every time I edit my storyboard in Interface Builder and I want to check it into the revision control system there's a element that is either generated ...
Structuralism asked 15/11, 2011 at 10:50

15

Solved

Most questions regarding this problem are due to missing Xcode; I have Xcode 4.2 installed. Install attempt: rvm install 1.9.3 Installing Ruby from source to: /Users/jamie/.rvm/rubies/ruby-1.9.3-...
Rolo asked 7/11, 2011 at 4:46

© 2022 - 2024 — McMap. All rights reserved.