Xcode 4 is the main development tool for developing software under Mac OS X, targeting Mac OS and iOS.
0
votes
0answers
4 views
In an Xcode4 plugin, how does one add a pane to Xcode's preferences?
The Code Pilot Xcode plugin adds its own preference pane to Xcode's preferences, but none of the open-source Xcode plugins I've looked at have preference panes. How do I go about adding a preference ...
1
vote
0answers
24 views
xcodebuild workspace and scheme
I am a little confused as to what happens with the xcodebuild command line tool when you specify a workspace and scheme.
I understand how a configured scheme works in the XCode IDE GUI. The build ...
0
votes
0answers
7 views
If statement, UISwitch in one view and UIlabel in another. Can't figure out how to link them together
I am making a map if you will of inventory in a warehouse. If the item isnt there you touch the switch and it flags you to reorder the item. I obviously have all of that woking fine. My problem is ...
0
votes
1answer
13 views
My CGFrame does not display
I'm trying to build an example of using CGFrame using the code below
- (void)viewDidLoad
{
[super viewDidLoad];
CGRect newFrame = [note_view frame];
if ...
0
votes
1answer
8 views
CALayer Troubles when loading an image from a UIImagePicker
I have a UIViewController with a UIImageView (imageView), and I'm defining several layers that will be nested in the imageview as follows in viewDidLoad:
//container layer - the very top layer
...
0
votes
0answers
4 views
How do I create a window like the Add Event window in IOS Calendar
I need to create a window just like the Add Event window in IOS Calendar. Would CGFrame and CGRectMake do it? What sort of objects are the text boxes?
-6
votes
0answers
38 views
How many days Apple.Inc will take to provide Enterprise [closed]
Can any one tell me how many days Apple.Inc will take to provide Enterprise license.
Thanks in advance.
Vinay
0
votes
1answer
19 views
Xcode is not using 'Header Search Path' to find my header files
I have just downloaded and compiled curl. In my /usr/include folder I can see folder, 'curl' and I can see that I do, indeed, have '/usr/include/curl/curl.h'. However I cannot talk XCode into looking ...
0
votes
1answer
24 views
Trying to get Weekday using NSDateComponents but weekday always the same
I'm trying to obtain the day of the week using the code below with a variable NSString. Whatever value I use the weekday always comes back as 2. What am I doing wrong?
NSDateFormatter *dateFormatter ...
0
votes
1answer
26 views
.framework product is red no matter what
I'm trying to add this framework to a project. I have followed these instructions to the letter:
Add SocketRocket.xcodeproj as either a subproject of your app or in your workspace.
Add ...
1
vote
2answers
24 views
One segue identifier used between two UIViewControllers for multiple UITableView cell data transfer?
In this case, I am assigning values below to stringToDisplay and want to send them to SegViewController, which also retains stringToDisplay. Do I need to use cell.textLabel.text here with ...
1
vote
1answer
20 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
1answer
48 views
CocoaPods - removed pod also removed framework, getting warning
I had a podfile that looked like this:
platform :ios, '6.0'
xcodeproj 'NetApp.xcodeproj'
pod 'AFNetworking'
pod 'TTTAttributedLabel'
pod '[x]'
Decided to remove pod '[x]' from my podfile, I then ...
0
votes
0answers
29 views
How do I get variable result in this circumstances with xcode?
It's very frustating. I just want to get the value of self.strID.
I did:
(lldb) po _strID
error: warning: Stopped in a context claiming to capture an Objective-C object pointer, but 'self' isn't ...
0
votes
0answers
5 views
To distribute an iOS application in a no of devices
I have developed an application using Objective C with Xcode 4.3.2 as front end and SUP 2.1.3 as middleware.I have a distribution profile with me and I have successfully run my application in an iPad.
...