Graphical Debugger

RSS for tag

Debug your app directly within the Xcode editor using Graphical Debugger.

Graphical Debugger Documentation

Posts under Graphical Debugger tag

43 Posts
Sort by:
Post marked as solved
11 Replies
6.0k Views
Hello,I am trying to submit my app to TestFlight. But the build didn't pass the tests. ITunes Connect rejected my build. The reason is "Binary Rejected: Guideline 2.1 - Performance - App Completeness We were unable to review your app as it crashed on launch. We have attached detailed crash"The app works well on my device as an internal tester (via TestFlight).I precise that I used Xamarin.iOS to develop the app.I have some difficulties to find the source of the problem, can you help me? Here is the crash log:https://pastebin.com/HyTLXiAYThanks in advance for your help!Jérôme
Posted
by gg0512.
Last updated
.
Post not yet marked as solved
14 Replies
21k Views
Running fine in simulator but crashes in device.No crash logs recorded.In line error shown after launching the app Thread 1: EXC_BAD_ACCESS (code=1, address=0x81b4288100000002).No main or didFinishLaunchingWithOptions is called yet.Tried re-installing the application. Tried "Eare All Content and Settings" but it does not work.Enabled zombie objects but even that did not help(no logs recorded).main methodint main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); }}
Posted
by AbhishekB.
Last updated
.