The June 2009 release of Xcode, Apple's integrated development environment (IDE) for its Mac OS X and iOS platforms.
1
vote
4answers
220 views
different behavior xcode and Dev-C++
Just beginning to learn C.
if I compile the following code in Dev-C++ the program runs fine.
If I compile in Xcode 3.2.6 it looks like in the screenshot.
I tried different compiler settings in Xcode ...
3
votes
1answer
324 views
How to run and deploy XCode 4.2 project in XCode 3.2 and iOS 4.2 device
Currently i am working on Xcode 4.2 with iOS 5 sdk. I have created the project with core data framework. I have designed the screens and deployed in iOS 5 devices.
I want to run my project in Xcode ...
0
votes
4answers
284 views
Why cant I see all available methods or properties present in a Class in XCode?
I am noob to XCode and Obj-C world, so pardon me for my naive question.
Following a tutorial, I was writing a basic program in Cocos2D that would accept touch input.
And one of the task was to add ...
0
votes
1answer
45 views
what is the effect of this error on my program? “EXC_BAD_ACCESS”. sharedlibrary
I am writing a program using MAC OSX 10.6.6 and xcode 3.2
I have this Error:
Program received signal: “EXC_BAD_ACCESS”. sharedlibrary
apply-load-rules all
but my code runs and works well, ...
1
vote
0answers
146 views
iOS 4.3 SDK does not show up in Xcode 3.2
I am currently trying to learn iPhone development. The books out there right now are written for xCode 3.2. I have downloaded and installed xCode 3.2 and the iOS 4.3 SDK from Apple's website. Even ...
-1
votes
2answers
573 views
How to upload images through array on server?
In my application i have to upload mutiple images to server using php.
i am making an NSMutableArray *arrImages which hold's my images which are selected from gallery.
suppose if i select two images ...
6
votes
1answer
3k views
gcc not working - Xcode 3.2.6 - Snow Leopard
I'm a bit of a novice at messing around with my environment and I seem to have rather broken it. Many thanks in advance for any assistance you can offer.
The main symptom is that when trying to run ...
1
vote
2answers
213 views
Xcode 4 code backward compatible
Can I create code on Xcode4 and then run this exact same code on Xcode3. In other words is it backward compatible and if not what do I have to do to ensure that I can run the code on xcode 3.
0
votes
1answer
356 views
libcocos2d libraries.a & PROJNAME.app missing
I have this new project created via the cocos2d 1.0.1 template in Xcode and I was copying over files from the project whose cocos2d engine is outdated (it's dated to 99.4, but it didn't have a ...
0
votes
0answers
442 views
How to upload mutiple images on server in iphone?
In my application user should be able to upload mutiple images on server (upto 8 images at a time)?
I am able to upload one image at a time but i am not able to upload mutiple images at a time?
please ...
4
votes
1answer
420 views
Export symbols file: Objective C derived class members, 64-bit
I have a Cocoa-based universal dynamic library that also includes more static libraries, from which I want to export functionality. It seems I cannot do the latest without using an export symbols ...
2
votes
2answers
83 views
Program received signal: “0”. No prior sign of trouble
Running a long-running sound processing app on tethered (to Xcode 3) iPod Touch. Twice now, after 1 hour 40 minutes the first time and 2 hours 20 minutes the second, the app has ended with signal 0. ...
1
vote
4answers
2k views
SQLite using FMDB: Insert record not working/ no such table
Please help me identify the problem.
The insert statement doesn't work, it gives me a error message that "No Such Table..." when I checked the sqlite db saved in ...
0
votes
1answer
2k views
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv6 armv7)
I have an Xcode 3.2.5 project with two targets. The first is a vanilla iOS target. The second is targeted to the Mac. Here is the project description:
92936A04148FEE15001C4EC6 /* Debug */ = {
...
1
vote
1answer
620 views
Why jquery mobile styles not loading on xcode simulator build using phone gap?
I've implemented a simple app using a listview From jQuery-mobile, it appears as hyperlink on the iphone simulator & device. It works fine on android.
PhoneGap
...
0
votes
1answer
70 views
Debugging SFML Project in Xcode - Install to Blame?
I followed the instructions to set up SFML here. When I check my /Library/Frameworks folder, all the SFML stuff seems to be there. However, when I check out a project my group is working on using ...
-1
votes
3answers
443 views
How to install project ipa file on iPhone query?
I have created Map application for iPhone using xcode 3.2 and sdk 4.3.2. I have created
ipa file and send it to my client. But he is unable to run my project on his iPod. What are
the steps to follow ...
3
votes
1answer
439 views
What does “Standard (32/64-bit Intel)” Architecture as target actually mean?
I have an application to which I added some new functionality.
This was tested in Debug mode, but when compiling for Release introduced a number of errors.
A bit of detective work showed these were ...
0
votes
1answer
129 views
Print controller does not appear
I am working on an application for iPad. I am using Xcode 3.2.6. Earlier I had ios 4.2 in my iPad. Now I have upgraded it to 5.0. I have implemented print functionality in my app. When I was using ios ...
-1
votes
3answers
455 views
how set textfield content when it is scroll?
In my application i am having 37 textfield on tableview to scroll.If suppose i enter some value in first textfield and scroll the table ,the value enter in first textfiled disappaears as well as the ...
0
votes
1answer
339 views
UItableView with UItextfield and animation?
after a lot of trial and error, I'm giving up and asking the question. I've seen a lot of people with similar problems but can't get all the answers to work right.
I have a UITableView in which i ...
0
votes
3answers
740 views
Xcode 3.2 crashes when opening/creating a project
Xcode 3.2 crashes when opening/creating a project. Log really explains the rest (OS version etc.)
LOG:
Process: Xcode [7718]
Path: /Xcode3.2/*/Xcode.app/Contents/MacOS/Xcode
...
0
votes
0answers
202 views
how to convert xcode project from xcode3 to xcode4 with command line
as title, I have xcode3 project, and want to convert it to xcode 4 project with command line, any idea?
0
votes
2answers
510 views
How to move UItexfield up and down?
I am having a login screen where I want to move the textfield up whenever the user touch esthe textfiled to enter data and to move the textfield down along with the keypad when user touches anywhere ...
0
votes
0answers
110 views
How can I display photo as binary from database in photo gallery like iPhone's photo?
I came across this tutorial:
Making a Video (and Photo) Thumbnail Gallery using Three20 Framework
In my database I save photos as binary and I want to display it as photo gallery - exactly like the ...
1
vote
1answer
329 views
USing wxWidgets in Firebreath projects
Am using wxWidgets in FireBreath plugin project in xcode.
Have added
C++ flags(-I/usr/lib/wx/include/mac-unicode-debug-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ ...
1
vote
1answer
368 views
can't find AppDelegate icon in MainWindow.xib in Xcode 4.2
I've created project using empty template in xcode 4.2 but i couldn't find App delegate icon in MainWindow.xib and so i'm not able to connect it to root view controller icon.
When i tried to open the ...
0
votes
3answers
979 views
How to use didSelectRowAtIndexPath in objective-c
I have a Tab Bar with a navigation table view. My app crashes when I select a cell on my table view. I want a new viewcontroller to open when a cell is selected. My guess is that I am not pushing it ...
0
votes
3answers
91 views
Why I am getting such a huge memory leak in given nested for loop? this loop reads data from xml
Following is my code block:
NSArray *innerArrayOfItems = [dictionaryOfItems objectForKey:kXMLNodeChildArray];
NSString *key = [[NSString alloc] init];
NSString *value = [[NSString alloc] ...
0
votes
2answers
148 views
How to install Xcode 4.0 and iOS SDK 5.0 with Xcode 3.2.6 already installed
I am trying to install Xcode 4 on my mac which already has Xcode 3.2.6 installed.
I searched for this and I found that I need to change the location for the directory to install Xcode, however in ...
-1
votes
1answer
503 views
how to updtae Sqlite last insert row id in iphone?
I am making an application where i want to use update query?
In my application i have two stages to complete the registration process
in page1 i have registration form and one submit button?
on ...
0
votes
1answer
254 views
No provision ios device connected
I trying to test my iPhone app on real iPhone device having ios 5.0 restored recently.
Now when i connect iPhone to mac in xcode's organizer it is showing orange dot in front of device. Let me tell ...
0
votes
2answers
123 views
NSTimer Syntax in Xcode 3
I'm using an old 12" Powerbook for the brains of a mobile robot platform and I'm having trouble getting the NSTimer to compile in XCode 3.2.3. Creating a standard tool in C, Using:
[NSTimer ...
1
vote
0answers
494 views
UIPickerview controller not able to pick image and use in xcode4.2 but works well on xcode 3.2
i have a UIImagePickerController this code below runs fine on XCODE 3.2 but app hangs wen complied from XCODE 4.2
Also but sometimes it runs on some other machines once .
Can anyone tell me d ...
1
vote
0answers
308 views
How to use dylib library in exe project in Mac using XCode?
I am very new to Xcode and Mac.
I have created 2 projects in Xcode. Both are C++.
Creating a library (Standard Dynamic Library).
Using that library in other exe (Command Line Tool).
By using ...
0
votes
1answer
194 views
MonoTouch change Tab oder or detect Tab to manually goto next field
Can anyone tell me how I can change the tab order of my objects in monotouch / xCode 3? Everything I find for interface builder appears to be OS-X specific, not iOS. If not, is there a way to detect ...
0
votes
1answer
640 views
How to copy xcode app to iphone device using ssh without IDP
Without iPhone Developer Program, can we push the App to Iphone Device, bypassing code signing and provisoning the device.
I need this as part of testing my test app.
I do have a Jailbroken Iphone ...
1
vote
1answer
1k views
Stuck with “Command /usr/bin/codesign failed with exit code 1 ” Error
I am getting the following error in all my the projects after I installed xcode 4.2 in parallel with xcode 3.2.5 I get the error when I create an adhoc bundle for the Tester.
How can I resolve ...
5
votes
2answers
4k views
How to uninstall xcode3 from Lion 10.7?
I have just bought a macbook air 11" with Lion 10.7. I installed xcode 3.2.5 on it. But its not working. Xcode is installed, consuming much space but I cannot see it in applications. Somewhere I heard ...
0
votes
1answer
517 views
Adding a custom object to NIB in XCode 4.1 is way too much complicated compared to 3.2
In XCode 3.2, IB has a Classes tab in the Library to let you add your own class to nib file. But in XCode 4.1 that tab is disappeared. There is an item called "Custom Objects" in object library but I ...
0
votes
2answers
80 views
i want to view something in the internet, how can i do it?
i want to view something in the internet, how can i do it?
Thanks
1
vote
4answers
739 views
Private Constructor Error C++
I'm trying to write a class using the Singleton pattern in C++ for the first time and I get an error simply by making my constructor private, I'm using xcode 3.2 and compiling with gcc 4.2:
class ...
1
vote
0answers
237 views
How to add a UISplitViewController to a window-based app
If I create a new project in Xcode 3 - a "Universal" window based project, I can't seem to instantiate the UISplitViewController outlet I am adding to the iPad's XIB.
Starting with a brand new ...
0
votes
1answer
376 views
I Need To Stop OR Cancel UILocalNotification
I need to cancel UILocalNotification by Function but if i use
[[UIApplication sharedApplication] cancelAllLocalNotifications];
i get to the app again but the app stuck , it's timer
...
1
vote
1answer
240 views
warning: comparison is always true due to limited range of data type causes crash
I have a warning that I am unable to find the cause of.
I am following instructional code in a text on Cocoa programming that implements a document based image slide show. This warning causes a ...
1
vote
1answer
267 views
How to reset the content URL for MPMoviePlayerController when playing a video?
I want to reset the content URL for the MPMoviePlayerController object when playing a video.
on a button click, I am setting the content URL like below,
[videoPlayer setContentURL:url];
But i am ...
0
votes
3answers
401 views
XCode 4 causing iOS4 app top crash, where XCode 3 didn't
Working on an iPhone app for my company. Recently upgraded to XCode 4 (But kept an installation of XCode 3 in a separate folder).
The application, if compiled and run under XCode 3, runs stable and ...
1
vote
1answer
1k views
Configure Network Proxy Settings in Xcode for SVN Connection
I tried to configure the SVN repository in my Xcode 3 and Xcode 4 but in both versions i am getting the error that "Options are missing:" and at the same time i tried to checkout the code from my svn ...
0
votes
2answers
105 views
UIWindow doesnt allow me to see my UIToolBar
I am in a situation where I'm customizing a existing project.
When trying to create a UIToolBar in Interface Builder it appears.
Once I press Run and Build and the app runs, There is just a blank ...
0
votes
2answers
217 views
fit to zoom in maps on iphone
I am currently working on google maps.Using the GPS, I obtain the user's lat long information and hit a web service to obtain the nearest 5 stores available. I am able to plot the pins for it but the ...

