iPhone app crash before didFinishLaunchingWithOptions, break exception does not assist
up vote
-1
down vote
favorite
My iPhone app crashes in main.m before didFinishLaunchingWithOptions. Crash at:
int main(int argc, char * argv) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
I tried to add break exception, but I can't find the line its broken. The crash log does not help me.
If I continue with the button of debug it is continue running.
Debug navigator
Frameworks
ios crash
|
show 1 more comment
up vote
-1
down vote
favorite
My iPhone app crashes in main.m before didFinishLaunchingWithOptions. Crash at:
int main(int argc, char * argv) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
I tried to add break exception, but I can't find the line its broken. The crash log does not help me.
If I continue with the button of debug it is continue running.
Debug navigator
Frameworks
ios crash
can you share your console report.
– Anbu.karthik
yesterday
no even console report :(
– yoc
yesterday
Are you using custom fonts? Are you trying to alter the appearance of the status bar ? Your crash log suggests at least one of those things.
– Warren Burton
yesterday
Are you using a custom font? Which framework are you using? Where is the TFont comming from?
– SSB95
yesterday
added my framworks to the question, checking the status bar :)
– yoc
yesterday
|
show 1 more comment
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
My iPhone app crashes in main.m before didFinishLaunchingWithOptions. Crash at:
int main(int argc, char * argv) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
I tried to add break exception, but I can't find the line its broken. The crash log does not help me.
If I continue with the button of debug it is continue running.
Debug navigator
Frameworks
ios crash
My iPhone app crashes in main.m before didFinishLaunchingWithOptions. Crash at:
int main(int argc, char * argv) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
I tried to add break exception, but I can't find the line its broken. The crash log does not help me.
If I continue with the button of debug it is continue running.
Debug navigator
Frameworks
ios crash
ios crash
edited 19 hours ago
halfer
14.2k757105
14.2k757105
asked yesterday
yoc
45
45
can you share your console report.
– Anbu.karthik
yesterday
no even console report :(
– yoc
yesterday
Are you using custom fonts? Are you trying to alter the appearance of the status bar ? Your crash log suggests at least one of those things.
– Warren Burton
yesterday
Are you using a custom font? Which framework are you using? Where is the TFont comming from?
– SSB95
yesterday
added my framworks to the question, checking the status bar :)
– yoc
yesterday
|
show 1 more comment
can you share your console report.
– Anbu.karthik
yesterday
no even console report :(
– yoc
yesterday
Are you using custom fonts? Are you trying to alter the appearance of the status bar ? Your crash log suggests at least one of those things.
– Warren Burton
yesterday
Are you using a custom font? Which framework are you using? Where is the TFont comming from?
– SSB95
yesterday
added my framworks to the question, checking the status bar :)
– yoc
yesterday
can you share your console report.
– Anbu.karthik
yesterday
can you share your console report.
– Anbu.karthik
yesterday
no even console report :(
– yoc
yesterday
no even console report :(
– yoc
yesterday
Are you using custom fonts? Are you trying to alter the appearance of the status bar ? Your crash log suggests at least one of those things.
– Warren Burton
yesterday
Are you using custom fonts? Are you trying to alter the appearance of the status bar ? Your crash log suggests at least one of those things.
– Warren Burton
yesterday
Are you using a custom font? Which framework are you using? Where is the TFont comming from?
– SSB95
yesterday
Are you using a custom font? Which framework are you using? Where is the TFont comming from?
– SSB95
yesterday
added my framworks to the question, checking the status bar :)
– yoc
yesterday
added my framworks to the question, checking the status bar :)
– yoc
yesterday
|
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
-1
down vote
My problem was that my break exception was of all exception instead of only objective c exception.
now it is run perfect!
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-1
down vote
My problem was that my break exception was of all exception instead of only objective c exception.
now it is run perfect!
add a comment |
up vote
-1
down vote
My problem was that my break exception was of all exception instead of only objective c exception.
now it is run perfect!
add a comment |
up vote
-1
down vote
up vote
-1
down vote
My problem was that my break exception was of all exception instead of only objective c exception.
now it is run perfect!
My problem was that my break exception was of all exception instead of only objective c exception.
now it is run perfect!
answered yesterday
yoc
45
45
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372191%2fiphone-app-crash-before-didfinishlaunchingwithoptions-break-exception-does-not%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
can you share your console report.
– Anbu.karthik
yesterday
no even console report :(
– yoc
yesterday
Are you using custom fonts? Are you trying to alter the appearance of the status bar ? Your crash log suggests at least one of those things.
– Warren Burton
yesterday
Are you using a custom font? Which framework are you using? Where is the TFont comming from?
– SSB95
yesterday
added my framworks to the question, checking the status bar :)
– yoc
yesterday