-1
votes
0answers
21 views

Storyboard problems [closed]

I always get this error when I link the viewcontrollers and run the app. return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));. Is there away to debug this thing
0
votes
2answers
47 views

Running not the same app I'm debugging?

Weird stuff happening. I'm developing an iOS app under iOS 4.2 using Xcode 3. I have the same app in two different folders and they have different xib files (because of two different languages of ...
5
votes
0answers
145 views

Is LLDB really the best debugging tool for iOS? [closed]

I'm trying to debug my iOS code on device and simulator. Every time i drop to LLDB I find it extremely frustrating to do even basic commands like "print". I find lldb to be poor at resolving return ...
2
votes
2answers
49 views

what happens between willSelectRowAtIndexPath and prepareForSegue? Need debugging advice

Somewhere in between these two calls, i get EXC_BAD_ACCESS (Code=2, address=0xa). The common explanation for bad access is accessing a released object - I've compiled with NSZombies enabled and that ...
0
votes
1answer
52 views

xcode project paused when i run app simulator in Debug

Debug shows me this return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); and the output shows 2013-05-16 04:58:07.496 Scroll Blog[5296:c07] get_recent_post&cat= ...
1
vote
0answers
50 views

Can I debug directly on an iPhone-5 (armv7s) iOS App built for only armv6 and armv7?

Our iOS app relies on a commercial third-party static-lib currently only available for armv6+armv7. For this reason, I can't build our app for armv7s. Only armv6+armv7+simulator. Our builds are ...
0
votes
0answers
17 views

subscribe to NSTraceEvents

I am looking into if it is possible to listen to NSTraceEvents, if it is, then we can collect what the user did before every crash, that will give the dev a valuable hint to find out the steps to ...
0
votes
1answer
47 views

Trying to debug ios app via crash report

App worked fine on emulator and devices during xcode debugging phase, but running the app as an ad-hoc distribution version it crashes immediately. Part of the crash report is below.... Exception ...
-3
votes
2answers
55 views

iOs: how to know whenever a property is accessed [closed]

I would like to know when a particular property is accessed (set or get). I know that with symbolic breakpoint i can know when a method or function is being called... is it applicable for properties? ...
0
votes
2answers
91 views

Xcode 4.6 debug - source code not showing (scheme and debug workflow are set properly)

I suddenly can't see source code when debugging in XCode. The run build configuration in the scheme is set to debug, and "Product -> Debug Workflow -> Show Disassembly..." is NOT checked. Source code ...
0
votes
0answers
44 views

NSMutableArray debug [duplicate]

I read now Apple's guide about collections, and try to see their code. When I watched code step by step I saw something strange for me Why in right colomn strings not under its indexes? And why ...
0
votes
2answers
46 views

ios: Debug custom location not working

In simulator I set debug->location->custom location latitude and longitude. Then in code I have: - (void)updateMap{ MKCoordinateSpan span; span.latitudeDelta = .6;//The amount of ...
0
votes
0answers
35 views

how to set the breakPoint on gdb?

I want to set a bp on [CFileTools pathExistsWithCreate:] and the argument . when I set below,I get the error message. can't use isEqualToString on the condition? how to solve the problem? thank ...
0
votes
1answer
41 views

Xcode lldb error - unsure where to start

I've been working on a small app, actually in final staging of polish and debug. I made few small changes to NSUserDefaults storage, which were very minor changes. However, every time I try to run ...
1
vote
0answers
32 views

Code can be recovered for iOS app with debugging turned on

If I distribute an iOS app with debugging turned on how much of the code can be reconstructed by an evil person? I am asking about an evil person being able to quickly reconstruct the source code, ...
2
votes
1answer
110 views

Debug a PhoneGap app running in Emulator using WebStorm

Is there a way to debug the javaScript of a PhoneGap based iOS app within WebStorm while the app is running in the iOS emulator? The problem is that some of the events (like 'deviceready') need to be ...
1
vote
0answers
81 views

How do I fix the safari 6 web inspector so that it works with iOS devices or simulators?

Whenever I try to connect the safari web inspector to a simulator or device running mobile safari in the foreground, the site that I try to inspect never fully loads in the inspector. The DOM never ...
1
vote
1answer
221 views

“self” not available in debugger on iOS 5.1

I'm trying to debug a problem running under iOS 5.1 and when I stop in the debugger inside the code that gets the error and try to print something with the debugger I get the message: error: ...
-2
votes
1answer
35 views

Best practices in debugging xcode ios 5.0? [closed]

Earlier I'm a .net programmer where debugging is very simple, but now I find difficult in debugging iOS. Can some explain the best and simple way to debug iOS Xcode. Also how to skip between ...
0
votes
1answer
70 views

Application crash due to dereference garbage pointer

I am seeing few random crashes in my iPod application with following message common in all the crash reports (though they have different thread traces). The crash is not reproducible - it occurs ...
0
votes
1answer
29 views

Cocos2d Debugger Console Shows So many things

Why this happens I dont know but I am still help less.... while run my game app I found that there are So many Information About Cocos2d: in bold fonts Like this 2013-04-04 13:21:02.338 ...
-6
votes
2answers
49 views

Use iPhone 5 for Retina 3,5" debugging

I recently gave my iPhone 4 to a friend so I don't have a Retina 3,5" Device anymore. I wondered if theres a way without much tweaking the app code to get the 3,5" Version on the iPhone 5(like an App ...
0
votes
1answer
35 views

Debugging by Thread in Xcode

I'm a beginner in xcode and iphone iOS development while debugging the xcode it shows Thread1,Thread2,Thread3,Thread4 what these threads meant? and how it is useful in debugging can some explain?
1
vote
1answer
74 views

Difference between debug and release

I have an app that runs a synchronization algorithm. When I build and run it in debug mode (onto my iPhone 5) it all works fine. However, when I archive it and upload it to TestFlight and then ...
0
votes
0answers
45 views

Simple UIScrollview with UIImageView with zooming

I have an application that loads images into a UITableViewController, (Wine Labels), then you can navigate to the Item Details. On this page you can see a larger image of the Wine Label...IOS 6.1... ...
0
votes
1answer
82 views

iPad still connecting to Game Center Sandbox in airplane mode

This seems weird, but the iPad I have is still successfully connecting to the Game Center Sandbox even though airplane mode is on. It would seem when debugging iPad the device somehow connects thru ...
1
vote
0answers
40 views

ios modify registers to call function

i connect to iphone's debugserver and able to send GDB Serial Protocol packets. I can set breakpoint and wait until it reached. When it did i want to call objc_msgSend with known parameters, get it's ...
0
votes
0answers
45 views

Guard Malloc library not loading

I enable Guard Malloc in xcode but immediately get the following error when I try to run on the device: dyld: could not load inserted library '/usr/lib/libgmalloc.dylib' because image not found ...
0
votes
0answers
50 views

Safari Web Inspector console breaks when pressing buttons

I'm trying to test something in a web app that occurs when the user presses the full screen button in Safari on iOS 6 (the one you see when your iPhone is landscape). I have tried this on both the ...
3
votes
2answers
78 views

Tweaking parameters at runtime? [duplicate]

When working with iOS, I sometimes have values I need to test with. I may adjust these values 30 times, and have to rebuild/rerun 30 times to test them. This is an obvious hassle. So I was wondering ...
3
votes
2answers
123 views

NSThread number on iOS? [duplicate]

When you print a NSThread's description, you get something like this: <NSThread: 0x1e511b70>{name = (null), num = 1} Is this "num" available somehow? This is for debugging only, so it does ...
3
votes
1answer
104 views

Xcode Instruments' Allocation tool misses quite a bit

My app has been crashing a lot, for reasons that I'm struggling to understand. It's not so much that it's crashing -- it's getting killed by an outside "Unknown" process: Processes Name ...
-1
votes
1answer
176 views

IOS Segue - Terminating app due to uncaught exception 'NSGeneric Exception'

Storyboard screenshot In the Xcode 4.6 Storyboard i've 2 ViewControlers, one which holds the buttons and the other a labelView, passing a string "Home Tapped" on the tap of the home button Heres ...
0
votes
0answers
40 views

iOS WiFi Debug Output

I'm developing an embedded AP with WPA2-PSK security. Windows, Linux, and Android devices are able to authenticate to my AP no problem. iOS devices don't get passed EAPOL Message 3 (the iOS device ...
2
votes
2answers
88 views

Debugging variables dynamically in xCode?

What do I need to do to have variables display their values in XCode? I don't have it in Auto pane, and it also does not show when I hover over it. Why is that? I can go Add Expression and ...
2
votes
1answer
51 views

How do I identify a blended layer in iOS?

I am triggering an iOS animation to move some elements around on my screen, and when I do so, an area at the bottom of the screen (away from where I think I'm doing the operation) changes shade ...
0
votes
2answers
53 views

Generating crash reports on Cocoa Touch apps

That probably sounds a lot worse than it is, but here's my question. I am dealing with a crash on an actual device, that one of my tester's is using. At the moment, there is no way to discover what ...
0
votes
1answer
111 views

Error: message sent to deallocated instance in

This question derives from a previous question I asked. I had some help with debugging, but now I have this error appearing in the console of Xcode: [CFURL absoluteURL]: message sent to deallocated ...
0
votes
1answer
96 views

What does this gdb output mean in Xcode?

I'm in Xcode using the gdb debugger, I just don't understand the error messages I am getting, they seem to change after every run too. Here is a snippet of the code that is being shown: 0x001e8975 ...
0
votes
1answer
48 views

Strange crash when connected to “E”

I have a strange internet connection issue. My app works fine when connected to 3G or WiFi, but I have a strange crash when connected with an "E" (see image below). While on the "E" connection, the ...
2
votes
3answers
90 views

How to track the exact issue for the crash in iOS

When I was debugging my iPhone app, I got an error and the app got crashed. I have added a exception break point but it didn't point any where in the code and crashed in main.m. Here I am adding the ...
8
votes
2answers
253 views

Why does the LLDB Debugger constantly fail to attach?

I have seen a lot of answers for this question: error: failed to attach to process ID as switch to GDB. But no one addresses the reason of why it happens? Attaching works fine with the GDB ...
5
votes
1answer
105 views

Xcode freezes when it reaches a breakpoint, while testing on a device

I set a breakpoint in Xcode and run my app on a device. Xcode stops at the breakpoint and the console opens, but I just see a spinning wheel instead of a list of all the variables and Xcode sort of ...
0
votes
1answer
148 views

Should I use 'Strip Debug Symbols During Copy' and 'Strip Linked Produts' with Google Analytics?

I have used TestFlight for remote crash reporting. Now I'm using Google Analytics for that. TestFlight recommends 'Strip Debug Symbols During Copy' and 'Strip Linked Produts' to be disabled. Google ...
0
votes
3answers
84 views

View object/property state in Xcode while debugging

So I'm new to Xcode, working on an iOS project and I'm having a heck of a time with the most fundamental debugging. Specifically I need to be able to view the state of objects as I step through the ...
10
votes
1answer
156 views

How can I break on all symbolicated code in Xcode 4.6?

I'm untangling spaghetti code and as an exercise I'm walking through the application from its launch, breaking on applicationDidFinishLaunching and stepping over and into. When this first method ...
0
votes
1answer
139 views

What does this crash report mean?

I am getting this crash log from my release build but have a hard time figuring out what this means. Is this UIKit crashing because the label got removed from superview while it was being animated? ...
0
votes
3answers
41 views

How to thoroughly test a release build?

I constantly encounter this problem: 1) I test my app thoroughly on many devices. Use Analyze and Instruments. No crashes. All fine. 2) Submit it to the App Store. App creashes all the time. I ...
0
votes
1answer
98 views

iOS crash logs printed to console

My problem appeared when iOS 6 was introduced, but now seems to affect 5.1.1 too. When the app crashes, the log is printed to the 'Console' and no 'Device Logs' is saved. This is frustrating in so ...
1
vote
0answers
28 views

Segfault on loading a dylib with a constructor - only in Release builds

I'm writing a dynamic library in Objective-C, and recently I started experiencing a very strange issue, where loading the dylib triggers a segfault crash as soon as it's loaded. The trouble is, this ...

1 2 3 4 5 8