I'm trying to compile my app (which is a scanner (a fake ;])).
But in the simulator (and in my iTouch), the app crashes.
This is what I've got :
[Session started at 2010-10-03 00:25:56 +0200.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1472) (Thu Aug 5 05:54:10 UTC 2010)
Copyright 2004 Free Software Foundation, Inc.
GDB is free soft...
I have a custom class, derived from UIView, called Element. In Element I set up some IBOutlets to handle some UIImageViews I have in my XIB.
My ViewController adds the Element object to a larger view where the Element moves around. And I added an Object with class Element in IB, and connected the Outlets up through that. But in my Eleme...
I use a .xib to layout my viewController and have 10 IBOutlet objects that IB uses, none of them have @properties assigned to them (no @property(retain) IBOutlet...). When I release the viewController none of those objects are being released, I have to manually release them in the dealloc of the viewController.
This doesn't seem like n...
I'm building from command-line using the xcodebuild utility.
The build results is being stdout as plain-text, in a very unreadable format.
I would like to save the build results in a (binary?) file, which, if double-clicked, will be opened in the XCode application itself, thus I will be able to read the build results from the application...
I want to develop c++ programs on mac os and I have installed Xcode with a bunch of frameworks.
However I would like to write code without Xcode IDE but just write my own makefile and directly compile/link with gcc (shipped with Xcode).
Take a opengl program as example
I tried to compile it with the command
gcc -I/usr/include/
...
Hi,
I've been looking at crash logs generated by an iphone app today:
Thread 0 Crashed:
0 libobjc.A.dylib 0x3002d7da 0x3002b000 + 10202
1 UIKit 0x31ec4abc 0x31e4d000 + 490172
2 UIKit 0x31ebd214 0x31e4d000 + 459284
3 UIKit 0x31ebcfac 0x...
Hey guys,
Is there any way for me to save a video in the Documents directory to the Photos Library? I have the link of the video in the documents directory, I just don't know how to save it to the Photos app.
Thanks,
Kevin
...
I've just had a strange problem show up with my XCode project. The project is one that I've been working on for 4+ years. Just today, when try to start debugging, the debugging view opens and the console says "[Session started at 2010-10-03 14:04:35 -0600.]" but nothing else happens.
It seems that the executable is screwed up. If I o...
Hi,
I'm playing with gdb within xcode debugging an iphone app.
Supposedly, I should be able to use the following command:
info malloc <0xaddress>
see
http://www.friday.com/bbum/2010/01/10/using-malloc-to-debug-memory-misuse-in-cocoa/
and http://stackoverflow.com/questions/2910861/strange-gdb-error-unable-to-trace/2911197#2911197
I...
Hey there,
There's a bug in OS 4.1 that has broken location services for some iPhone apps ( https://devforums.apple.com/message/306250 ). Basically location services fails to turn on, and doesn't even ask the user for permission to get their location. The worst thing about the bug is that it doesn't occur when you're installing the app ...
Hey guys,
Is there anyway of renaming a specific cell's text? I know what the row number is, but I don't know how to change the cell title. Any help would be appreciated.
Thanks,
Kevin
...
First of all, I'm new to Objective-C and IPhone programming. There is somehing I can not get to work. I have a IPhone window application and in the MainWindow I have a button. I want to show another window when I click the button. I've bind the event with my controller. I just don't know how to show my other window (otherWindow) in th...
When I am try to present a UIViewController with a NavigationController from a UiViewController, the X-Code is crashed, I don't know why because I do it like all other views in my App, but just only this one has problem, I tried to debug but I didn't find out the cause, X-Code crashed right at "presentModelView:" method, and a funny thin...
I am learning Cocoa programming for Mac apps. Where can I find a good video tutorial or class online?
...
I have a UITabBarController that holds serveral tabs of which one tab (third Tab, inactive at startup) contains a very large image.
Since I want to allow quick reaction time once the app is running, I want to load the image during App startup.
How can I "pre-load" this third tab when the app is started without displaying it?
I though...
Alright, I'm reading the Aaron Hillegass book for Cocoa Programming, on the drag and drop chapter. I was following along with one of the lessons, and I typically change variable names as I find it keeps me a little more engaged and gives me a better understanding. I started getting this error, though:
2010-10-04 00:38:06.699 TypingTutor...
I have currently installed version of xcode is 3 and iPhone SDK which I am using is 3.1.3. Now what I want is that I just want the Xcode 4 not iOS 4 sdk. That means I just want to upgrade my Xcode to Xcode 4. How to do that and I am offline. So how to upgrade if I do not have internet on my Mac.
...
I was always wondering what's up with those Targets? What is it all about? What's the point of that? I never had to fiddle around with them, but obviously I can. Why should I want that, and what can I do with them? What's their purpose?
...
I know Xcode can be hooked up to an SCM. But how would I set this up from scratch? How to check out / commit files into that, after setting it up?
...
Hello All,
I was wondering if anyone anywhere had an example of an AVCapture session using AVCaptureVideoDataOutput working -- I am using the default CMSampleBuffer from the AVFoundation data output callback method - but when I save it to camera roll it is all black except the last 5 frames which I have to manually scrub to :S
any help...