Xcode is an integrated development environment (IDE), developed by Apple Inc. Xcode is used to product software applications such for Mac OS X and iOS.
0
votes
1answer
18 views
How to show only week and time in DatePickerView?
In my application, i want to raise the notification using selected day and time, not with date.So i have to show the day and time only in DatePickerView. Would you please help me in this problem. ...
-2
votes
3answers
42 views
How to convert string data into date format in ios?
In my app, i am taking date and time in to string " 2013-06-11 10:15:00 +0000 " like this, but how can i convert this string into date format. I tried like below code but i am getting error in ...
0
votes
2answers
44 views
Can't create outlet using Interface Builder - Lock symbol shown
I'm trying to create outlets using the Interface Builder, however when drag the UILabel from the IB to my controller's .h file the big lock symbol flashes for a few seconds and it doesn't actually ...
0
votes
3answers
219 views
XCode 4: fixing red source files in the project navigator
In an XCode project, all of my source files show up in red in the navigator. Double clicking on them does not open them in the text editor.
The file paths are all correct in the file inspector, ...
1
vote
1answer
59 views
Phonegap CGImageCreateWithImageProvider Error
I recently migrated to a new mac. I needed to update my older app one last time so I downloaded an older version of Xcode and Phonegap. I get this error when I try to set the background-size css for ...
0
votes
1answer
79 views
How to get back the XCode dialog that was shown when I attempted to edit a locked file?
I am using Perforce with XCode 4.4, and these two seem to to be somewhat incompatible.
Perforce seems to be locking files, and XCode normally shows a dialog when you attempt to edit a locked file, ...
1
vote
0answers
99 views
Identifying the problems when using Make for compiling C in Mountain Lion
I am trying to use a Makefile that worked fine on a previous computer, but is not working now. Below is the output when I 'make.' I am using Mountain Lion and I am aware of the issues with the newest ...
0
votes
1answer
138 views
PDFKit in Objective-C
I am trying to install PDFKit framework in Objective-C. I have x-code 4.4.1 but am unable to see the PDFKit Framework in build phases. Is the framework discontinued from iOS 5 ?
I want to use the the ...
4
votes
1answer
387 views
deploy/debug app to iPod touch 2nd generation
I'm new to iOS development and I try to get a simple HelloWorld app running on my iPod touch 2nd generation (iOS 4.2.1). For development I use a MacBook Pro with Mountain Lion and Xcode 4.4.1, as ...
0
votes
1answer
58 views
fftw simd-altivec.h cannot compile
I'm using fftw on a Mac using Xcode 4.4. In my project, I added the whole fftw source code into the project and tried to compile it.
It cannot compile successfully, because in the simd-altivec.h, it ...
0
votes
0answers
64 views
xcode 4.4.1 x86_64 linker + Intel XE 12.1 bug?
I have a problematic issue with the linker in xcode 4.4.1 & x86_64 and Intel compiler XE 12.1.
When linking i have this error :
0 0x1010cb280 __assert_rtn + 144
1 0x1010e7ad4 ...
0
votes
2answers
44 views
How to make two specific images, when a user places one on top of the other, create a third specified image (all of them pre-created images)
I would like the user to be able to press and drag one image (ex: image1.png) and place it over another (ex: image2.png). When the user releases, a third image (ex: image3.png) is added to the screen. ...
0
votes
0answers
39 views
xcode 4.4: Tapping images and having them appear on another screen
In xcode 4.4: How can I allow the iPhone app user to tap an image on one storyboard screen, and have that image appear somewhere random (or in the middle) of another storyboard scene?
i.e. screen 1 ...
2
votes
1answer
38 views
newby IOS: unable to redirect url
This is my first IOS project. Having a tough time getting login to work. The site has a meta_refresh to another url. I've tried to send another request to the url in the meta_refresh but then the ...
0
votes
2answers
95 views
Annotation of @[object] for NSArray
I happend to see one particular code,
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:0];
[self.tableView insertRowsAtIndexPaths:@[indexPath] ...
0
votes
1answer
38 views
How to see the whole url in table view
I have some urls in my tableView...What can I do to see not cut urls like: "http://bla-bla-bla.com/bla..."?
I need to see this in my table view: "http://bla-bla-bla.com/bla-bla-bla/bla-bla-bla.png"
...
0
votes
1answer
143 views
how to put elements of NSMutableArray in NSURL? [duplicate]
Possible Duplicate:
Load image to a tableView from URL iphone sdk
How can I put the elements of the NSMutableArray in a urls of images?
NSMutableArray is created in the ViewDidLoad ...
0
votes
0answers
37 views
Getting unexpected orientation when masking photo from photo library
when masking photo from photo library, the final image photo show in unexpected result. it is either upside down, left or right. I have done some research to change image orientation but still does ...
0
votes
1answer
112 views
How to create and use same objects in view controller methods?
Hi am a experienced Java programmer.I've just stepped into learning Objective-C and XCode.I am unable to understand
a very basic but important thing which is not letting me progress any further.
I ...
0
votes
1answer
80 views
trouble with images
I am having a problem during run-time that says
-[__NSCFString _isResizable]: unrecognized selector sent to instance 0x6a86a80
2012-10-24 14:21:08.070 Diabetic Food Guide[767:c07] * Terminating ...
1
vote
2answers
44 views
trouble debugging during runtime
I have written a some code for a drill down table app I have been making, but the app crashes only during runtime. Xcode doesn't give me any errors while building the app. The debugger outputs:
...
1
vote
1answer
120 views
webview after checking user input
I'm a xcode noob, but here's what I'm looking for followed by what I've done. I've created a login and with that login usernameField I'm trying verify the user and open a only a web page specific to ...
0
votes
0answers
980 views
“Popovers cannot be presented from a view which does not have a window” After Upgrade Xcode
I have a project using Xcode4.3, but then I upgrade Xcode to 4.4.1, and the errors came out. My app does not have any error, and now I have some errors at runtime.
The first of them is "Popovers ...
1
vote
0answers
89 views
iOS 5.1 (Xcode 4.4) Webpage does not load in my tab bar controller with UIWebViewer
I'm quite a fresh in Apple AppDevelopment, I have some experience with C# on VS2010 though and I already found some similarities. But I am stuck on some odd malfunction. I'm currently working on a ...
2
votes
1answer
181 views
ios5 - xcode 4.4.1 - AddThis configuration
I am trying to add a social share functionality to my ios application in order to do so, I am trying to install AddThis.
I have followed the Quick Start guide and tried to find a solution myself... ...
1
vote
1answer
77 views
Location of installed app on xcode 4.4 iOS simulator
Im trying to access the .db file of an app I have installed in the simulator. Seems like xcode 4.4 has a different location. Can anyone suggest?
0
votes
0answers
68 views
how to get iphone older simulator(4.3.2) on latest xcode(4.4.1)
Please suggest me a way to get older iphone simulator(4.3.2) on latest xcode (4.4.1) ???
More information
when i try in xcode>preference>download>components I see only iOS 5.0,to be downloaded.
But I ...
0
votes
0answers
47 views
Why My App Checks @property Declaration Instead of @synthesize?
I'm debugging my code because it crashes, and has one rare behavior, or I guess that. When has to check one variable declaration, the debug goes to check it to its @property declaration, instead ...
1
vote
1answer
276 views
iPhone Simulator Translucent Black Screen and Hangs in Xcode 4.4.1
I have a problem with Xcode 4.4.1 .
My Simulator becomes translucent black and hangs without any proper log message when I pressed a login button of my application after app launch.
Sometimes ...
1
vote
2answers
1k views
Archive type changed to Generic Xcode Archive and is not making ipa
with the reference of this XCode has started making archives, not apps. How do I change it back? question and answer i have to change my "Skip Installation" flag but i am unable to find this flag. I ...
1
vote
1answer
363 views
How to convert iOS 4(Non ARC) project into iOS 5 (Using ARC) [duplicate]
Possible Duplicate:
How to automatically change code with ARC enable
I am new in iOS development.
I created one project in iOS 4 (Non ARC). I want to converts this project in iOS 5 (with ...
0
votes
1answer
203 views
Setting UITableViewCell Title from Plist String [duplicate]
Possible Duplicate:
sectioned UITableView sourced from a pList
I am having a hard time trying to set the text label of the cell to the values of the strings in my plist. The app crashes on ...
0
votes
1answer
346 views
XCode 4.4 remote Image in a Custom Cell Table View
I'm new in Xcode Programming and I'm developing a small application but I have a problem.
I have a Table View with a Custom Cell, taking externally the data to populate the view (by JSon). I have a ...
2
votes
2answers
560 views
popToViewController not animating
Man I must say if it wasn't for this site, I would have no hair and I would've probably jumped off of a bridge right now. OK! My problem:
I'm using storyboard with xcode 4.4.
I have a 3 view ...
6
votes
2answers
63 views
What's the rule of method declare in Obj-c? Could I use a method without declaration directly?
In Xcode4.4, I found I can use a method define in .m file directly without declaration in .h head file or .m file.
what's the rule of method declaration in Obj-c?
Could I use a method without ...
3
votes
3answers
858 views
UIImage imageNamed does not display the image with xcode 4.4
I've been stuck with adding a UIImage to my iPhone application, to add an image i usually used the name of the image and put it like that :
UIImage* myImage1 = [UIImage imageNamed:@"myImage.png"];
...
1
vote
1answer
1k views
What properties do we synthesize in xcode 4.4.1
I am using Xcode 4.4.1. When I define @property like UINavigationController or NSArrayin .h file I have to @synthesize it in .m file. But some @property like UITabBarController or NSString I don't ...
5
votes
1answer
452 views
Debug issues with libc++ in Xcode 4.4
I am having a problem when I try to debug on a list iteration on c++.
I made a simple test app:
int main(int argc, const char * argv[])
{
// insert code here...
std::cout << "Hello, World!\n";
...
0
votes
2answers
528 views
App crashes in simulator when ever keyboard is presented
I have an app that I have been working with for over a year, it has been working fine. All of a sudden it has started crashing in the simulator when ever a keyboard is presented. It doesn't matter ...
1
vote
1answer
90 views
Adding data from 2 TextFields in one View Controller, and displaying it in a second VC
I'm new to iOS, and I'm looking for a solution to the following situation:
I have 2 view controllers: the first VC has 2 text fields and a button, and the second VC has a "result" text field, which ...
0
votes
0answers
60 views
Team Agent certificate not in Team Provisioning Profile
For some reason, when I updated my xcode to 4.4.1, my certificate (public/private pair) was removed from Keychain access, as well as the team provisioning profile.
So now, when I try to update the ...
0
votes
1answer
114 views
how to navigate the screen from app delegate to viewController in xcode 4.4
I am using xcode 4.4 on os x 10.7,in any version if we give the navigation controller in the appdelegate the screen will navigate to the what ever the viewcontroller we have given.But in Xcode 4.4 its ...
4
votes
1answer
79 views
Customize static libraries
I've created a XCode projet that contains 2 targets and static library that I implement in both targets. Some of the classes of my static library needs to be slightly different depending on the target ...
0
votes
0answers
125 views
why does xcode 4.4.1 give error while trying to use getaddrinfo ?
I am using xcode 4.4.1 to do socket programming in c++. I think i have included required header file. But i still get error saying:
" No matching function for call to 'getaddrinfo' ".
There was ...
0
votes
1answer
893 views
iOS:Code Sign error,Certificate identity appears more than once in the keychain
I've got stuck in this error ->
" Certificate identity 'iPhone Developer:XXXXX' appears more than once
in the keychain. The codesign tool requires there only be one".
I've removed the old ...
1
vote
1answer
156 views
Trying to overwrite memory at specific adress
I realize that trying to tamper with memory from another application or from the OS is considered bad programming.
However, I do not understand Objective C, and I need to read 25 bytes from a fixed ...
0
votes
1answer
2k views
In Xcode 4.4.1 or 4.5, is there Simulator IOS 6 included?
In Xcode 4.4.1 or 4.5, is there Simulator IOS 6 included?
Or except jailbreak, il there a official way to get ios 6 installed?
Thanks
0
votes
1answer
43 views
Why it is not passing if this if statement
I am making a calculator
and i defined all functions SUM SUB DIV MUL
then When i typed this if statement is pass for only the first one
although the condition is wrong
So what i have is 2 text ...
1
vote
1answer
134 views
Initializer list not working xCode 4.4
I'm trying to use an initializer list in XCode 4,
struct Vector2f
{
float x,y;
Vector2f():x(0.f),y(0.f){}
Vector2f( float ix, float iy ):x(ix),y(iy){}
} ;
But I'm getting 7 compiler errors,
...
1
vote
2answers
447 views
Having to Link Binary With Libraries twice when using a static library in XCode
I am trying to use a static library in a project. The static library depends on several frameworks... CoreData, CFNetwork, AddressBook, etc.
The static library also uses categories, so I am forced to ...


