iOS 11: Fatal Exception: NSInternalInconsistencyException requestFocusAtPoint: called while no input device
Crash reported on App store app with the exception:
NSInternalInconsistencyException requestFocusAtPoint: called while no input device
Details of one such instance:
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x1b144bef8 __exceptionPreprocess
1 libobjc.A.dylib 0x1b0619a40 objc_exception_throw
2 CoreFoundation 0x1b136006c +[_CFXNotificationTokenRegistration keyCallbacks]
3 Foundation 0x1b1e4c3e0 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
4 MicroBlink 0x100f7d068 (Missing)
5 UIKitCore 0x1ddc8d308 __accelCallback_block_invoke
6 libdispatch.dylib 0x1b0e836c8 _dispatch_call_block_and_release
7 libdispatch.dylib 0x1b0e84484 _dispatch_client_callout
8 libdispatch.dylib 0x1b0e309ec _dispatch_main_queue_callback_4CF$VARIANT$mp
9 CoreFoundation 0x1b13da1bc __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
10 CoreFoundation 0x1b13d5084 __CFRunLoopRun
11 CoreFoundation 0x1b13d45b8 CFRunLoopRunSpecific
12 GraphicsServices 0x1b3648584 GSEventRunModal
13 UIKitCore 0x1ddccf558 UIApplicationMain
14 ID-Pal 0x10059eaf0 main (AppDelegate.swift:15)
15 libdyld.dylib 0x1b0e94b94 start
0 ID-Pal 0x100790bfc
CLSProcessRecordAllThreads + 4313254908 1 ID-Pal
0x100790bfc CLSProcessRecordAllThreads + 4313254908 2 ID-Pal
0x100790ab8 CLSProcessRecordAllThreads + 4313254584 3 ID-Pal
0x1007807f8 CLSHandler + 4313188344 4 ID-Pal
0x10078ec04 CLSExceptionRecord_block_invoke + 4313246724 5
libdispatch.dylib 0x1b0e84484 _dispatch_client_callout +
16 6 libdispatch.dylib 0x1b0e31610
_dispatch_lane_barrier_sync_invoke_and_complete + 56 7 ID-Pal 0x10078e698 CLSExceptionRecord + 4313245336 8 ID-Pal
0x10078e4c0 CLSExceptionRecordNSException + 4313244864 9 ID-Pal
0x10078e0d4 CLSTerminateHandler() + 4313243860 10 libc++abi.dylib
0x1b060d0fc std::__terminate(void (*)()) + 16 11 libc++abi.dylib
0x1b060d188 std::terminate() + 84 12 libobjc.A.dylib
0x1b0619da4 _destroyAltHandlerList + 10 13 libdispatch.dylib
0x1b0e84498 _dispatch_client_callout + 36 14 libdispatch.dylib
0x1b0e309ec _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068 15
CoreFoundation 0x1b13da1bc
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12 16 CoreFoundation 0x1b13d5084 __CFRunLoopRun + 1964 17
CoreFoundation 0x1b13d45b8 CFRunLoopRunSpecific + 436
18 GraphicsServices 0x1b3648584 GSEventRunModal + 100 19
UIKitCore 0x1ddccf558 UIApplicationMain + 212 20
ID-Pal 0x10059eaf0 main (AppDelegate.swift:15)
21 libdyld.dylib 0x1b0e94b94 start + 4
Did anyone face the same issue? What could be the reason for failure?
ios swift xcode crash
add a comment |
Crash reported on App store app with the exception:
NSInternalInconsistencyException requestFocusAtPoint: called while no input device
Details of one such instance:
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x1b144bef8 __exceptionPreprocess
1 libobjc.A.dylib 0x1b0619a40 objc_exception_throw
2 CoreFoundation 0x1b136006c +[_CFXNotificationTokenRegistration keyCallbacks]
3 Foundation 0x1b1e4c3e0 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
4 MicroBlink 0x100f7d068 (Missing)
5 UIKitCore 0x1ddc8d308 __accelCallback_block_invoke
6 libdispatch.dylib 0x1b0e836c8 _dispatch_call_block_and_release
7 libdispatch.dylib 0x1b0e84484 _dispatch_client_callout
8 libdispatch.dylib 0x1b0e309ec _dispatch_main_queue_callback_4CF$VARIANT$mp
9 CoreFoundation 0x1b13da1bc __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
10 CoreFoundation 0x1b13d5084 __CFRunLoopRun
11 CoreFoundation 0x1b13d45b8 CFRunLoopRunSpecific
12 GraphicsServices 0x1b3648584 GSEventRunModal
13 UIKitCore 0x1ddccf558 UIApplicationMain
14 ID-Pal 0x10059eaf0 main (AppDelegate.swift:15)
15 libdyld.dylib 0x1b0e94b94 start
0 ID-Pal 0x100790bfc
CLSProcessRecordAllThreads + 4313254908 1 ID-Pal
0x100790bfc CLSProcessRecordAllThreads + 4313254908 2 ID-Pal
0x100790ab8 CLSProcessRecordAllThreads + 4313254584 3 ID-Pal
0x1007807f8 CLSHandler + 4313188344 4 ID-Pal
0x10078ec04 CLSExceptionRecord_block_invoke + 4313246724 5
libdispatch.dylib 0x1b0e84484 _dispatch_client_callout +
16 6 libdispatch.dylib 0x1b0e31610
_dispatch_lane_barrier_sync_invoke_and_complete + 56 7 ID-Pal 0x10078e698 CLSExceptionRecord + 4313245336 8 ID-Pal
0x10078e4c0 CLSExceptionRecordNSException + 4313244864 9 ID-Pal
0x10078e0d4 CLSTerminateHandler() + 4313243860 10 libc++abi.dylib
0x1b060d0fc std::__terminate(void (*)()) + 16 11 libc++abi.dylib
0x1b060d188 std::terminate() + 84 12 libobjc.A.dylib
0x1b0619da4 _destroyAltHandlerList + 10 13 libdispatch.dylib
0x1b0e84498 _dispatch_client_callout + 36 14 libdispatch.dylib
0x1b0e309ec _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068 15
CoreFoundation 0x1b13da1bc
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12 16 CoreFoundation 0x1b13d5084 __CFRunLoopRun + 1964 17
CoreFoundation 0x1b13d45b8 CFRunLoopRunSpecific + 436
18 GraphicsServices 0x1b3648584 GSEventRunModal + 100 19
UIKitCore 0x1ddccf558 UIApplicationMain + 212 20
ID-Pal 0x10059eaf0 main (AppDelegate.swift:15)
21 libdyld.dylib 0x1b0e94b94 start + 4
Did anyone face the same issue? What could be the reason for failure?
ios swift xcode crash
Please share more information. ex.Code, How crash happened
– Avijit Nagare
Nov 14 '18 at 10:41
1
This happens only in production though and don't know the exact reason for this cause.
– shaqir saiyed
Feb 5 at 6:34
add a comment |
Crash reported on App store app with the exception:
NSInternalInconsistencyException requestFocusAtPoint: called while no input device
Details of one such instance:
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x1b144bef8 __exceptionPreprocess
1 libobjc.A.dylib 0x1b0619a40 objc_exception_throw
2 CoreFoundation 0x1b136006c +[_CFXNotificationTokenRegistration keyCallbacks]
3 Foundation 0x1b1e4c3e0 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
4 MicroBlink 0x100f7d068 (Missing)
5 UIKitCore 0x1ddc8d308 __accelCallback_block_invoke
6 libdispatch.dylib 0x1b0e836c8 _dispatch_call_block_and_release
7 libdispatch.dylib 0x1b0e84484 _dispatch_client_callout
8 libdispatch.dylib 0x1b0e309ec _dispatch_main_queue_callback_4CF$VARIANT$mp
9 CoreFoundation 0x1b13da1bc __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
10 CoreFoundation 0x1b13d5084 __CFRunLoopRun
11 CoreFoundation 0x1b13d45b8 CFRunLoopRunSpecific
12 GraphicsServices 0x1b3648584 GSEventRunModal
13 UIKitCore 0x1ddccf558 UIApplicationMain
14 ID-Pal 0x10059eaf0 main (AppDelegate.swift:15)
15 libdyld.dylib 0x1b0e94b94 start
0 ID-Pal 0x100790bfc
CLSProcessRecordAllThreads + 4313254908 1 ID-Pal
0x100790bfc CLSProcessRecordAllThreads + 4313254908 2 ID-Pal
0x100790ab8 CLSProcessRecordAllThreads + 4313254584 3 ID-Pal
0x1007807f8 CLSHandler + 4313188344 4 ID-Pal
0x10078ec04 CLSExceptionRecord_block_invoke + 4313246724 5
libdispatch.dylib 0x1b0e84484 _dispatch_client_callout +
16 6 libdispatch.dylib 0x1b0e31610
_dispatch_lane_barrier_sync_invoke_and_complete + 56 7 ID-Pal 0x10078e698 CLSExceptionRecord + 4313245336 8 ID-Pal
0x10078e4c0 CLSExceptionRecordNSException + 4313244864 9 ID-Pal
0x10078e0d4 CLSTerminateHandler() + 4313243860 10 libc++abi.dylib
0x1b060d0fc std::__terminate(void (*)()) + 16 11 libc++abi.dylib
0x1b060d188 std::terminate() + 84 12 libobjc.A.dylib
0x1b0619da4 _destroyAltHandlerList + 10 13 libdispatch.dylib
0x1b0e84498 _dispatch_client_callout + 36 14 libdispatch.dylib
0x1b0e309ec _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068 15
CoreFoundation 0x1b13da1bc
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12 16 CoreFoundation 0x1b13d5084 __CFRunLoopRun + 1964 17
CoreFoundation 0x1b13d45b8 CFRunLoopRunSpecific + 436
18 GraphicsServices 0x1b3648584 GSEventRunModal + 100 19
UIKitCore 0x1ddccf558 UIApplicationMain + 212 20
ID-Pal 0x10059eaf0 main (AppDelegate.swift:15)
21 libdyld.dylib 0x1b0e94b94 start + 4
Did anyone face the same issue? What could be the reason for failure?
ios swift xcode crash
Crash reported on App store app with the exception:
NSInternalInconsistencyException requestFocusAtPoint: called while no input device
Details of one such instance:
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x1b144bef8 __exceptionPreprocess
1 libobjc.A.dylib 0x1b0619a40 objc_exception_throw
2 CoreFoundation 0x1b136006c +[_CFXNotificationTokenRegistration keyCallbacks]
3 Foundation 0x1b1e4c3e0 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
4 MicroBlink 0x100f7d068 (Missing)
5 UIKitCore 0x1ddc8d308 __accelCallback_block_invoke
6 libdispatch.dylib 0x1b0e836c8 _dispatch_call_block_and_release
7 libdispatch.dylib 0x1b0e84484 _dispatch_client_callout
8 libdispatch.dylib 0x1b0e309ec _dispatch_main_queue_callback_4CF$VARIANT$mp
9 CoreFoundation 0x1b13da1bc __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
10 CoreFoundation 0x1b13d5084 __CFRunLoopRun
11 CoreFoundation 0x1b13d45b8 CFRunLoopRunSpecific
12 GraphicsServices 0x1b3648584 GSEventRunModal
13 UIKitCore 0x1ddccf558 UIApplicationMain
14 ID-Pal 0x10059eaf0 main (AppDelegate.swift:15)
15 libdyld.dylib 0x1b0e94b94 start
0 ID-Pal 0x100790bfc
CLSProcessRecordAllThreads + 4313254908 1 ID-Pal
0x100790bfc CLSProcessRecordAllThreads + 4313254908 2 ID-Pal
0x100790ab8 CLSProcessRecordAllThreads + 4313254584 3 ID-Pal
0x1007807f8 CLSHandler + 4313188344 4 ID-Pal
0x10078ec04 CLSExceptionRecord_block_invoke + 4313246724 5
libdispatch.dylib 0x1b0e84484 _dispatch_client_callout +
16 6 libdispatch.dylib 0x1b0e31610
_dispatch_lane_barrier_sync_invoke_and_complete + 56 7 ID-Pal 0x10078e698 CLSExceptionRecord + 4313245336 8 ID-Pal
0x10078e4c0 CLSExceptionRecordNSException + 4313244864 9 ID-Pal
0x10078e0d4 CLSTerminateHandler() + 4313243860 10 libc++abi.dylib
0x1b060d0fc std::__terminate(void (*)()) + 16 11 libc++abi.dylib
0x1b060d188 std::terminate() + 84 12 libobjc.A.dylib
0x1b0619da4 _destroyAltHandlerList + 10 13 libdispatch.dylib
0x1b0e84498 _dispatch_client_callout + 36 14 libdispatch.dylib
0x1b0e309ec _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068 15
CoreFoundation 0x1b13da1bc
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12 16 CoreFoundation 0x1b13d5084 __CFRunLoopRun + 1964 17
CoreFoundation 0x1b13d45b8 CFRunLoopRunSpecific + 436
18 GraphicsServices 0x1b3648584 GSEventRunModal + 100 19
UIKitCore 0x1ddccf558 UIApplicationMain + 212 20
ID-Pal 0x10059eaf0 main (AppDelegate.swift:15)
21 libdyld.dylib 0x1b0e94b94 start + 4
Did anyone face the same issue? What could be the reason for failure?
ios swift xcode crash
ios swift xcode crash
edited Nov 14 '18 at 11:38
Harikarthick K
asked Nov 14 '18 at 10:29
Harikarthick KHarikarthick K
1328
1328
Please share more information. ex.Code, How crash happened
– Avijit Nagare
Nov 14 '18 at 10:41
1
This happens only in production though and don't know the exact reason for this cause.
– shaqir saiyed
Feb 5 at 6:34
add a comment |
Please share more information. ex.Code, How crash happened
– Avijit Nagare
Nov 14 '18 at 10:41
1
This happens only in production though and don't know the exact reason for this cause.
– shaqir saiyed
Feb 5 at 6:34
Please share more information. ex.Code, How crash happened
– Avijit Nagare
Nov 14 '18 at 10:41
Please share more information. ex.Code, How crash happened
– Avijit Nagare
Nov 14 '18 at 10:41
1
1
This happens only in production though and don't know the exact reason for this cause.
– shaqir saiyed
Feb 5 at 6:34
This happens only in production though and don't know the exact reason for this cause.
– shaqir saiyed
Feb 5 at 6:34
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f53298035%2fios-11-fatal-exception-nsinternalinconsistencyexception-requestfocusatpoint-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f53298035%2fios-11-fatal-exception-nsinternalinconsistencyexception-requestfocusatpoint-c%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
Please share more information. ex.Code, How crash happened
– Avijit Nagare
Nov 14 '18 at 10:41
1
This happens only in production though and don't know the exact reason for this cause.
– shaqir saiyed
Feb 5 at 6:34