swift app crash with error bootstrap BKSProcessErrorDomain
While working on a URLSessions when trying to launch on my test device (Iphone 7 Plus IOS 12.1.1) the app doesn't launch or immediately throws error
Device has denied the launch request.
I've checked the internet for over an hour but all the given solutions won't work. After some digging in the iphone's console i've found the following error messages
[TEMSIT.Finance] Bootstrap failed with error: NSError: 0x281833690; domain: BKSProcessErrorDomain; code: 1 (bootstrap-failed); reason: "Failed to start job"
and another one
Bootstrapping failed for FBApplicationProcess: 0x112338cd0; TEMSIT.Finance; pid: -1 with error:
Error Domain=BKSProcessErrorDomain Code=1 "Unable to bootstrap process with bundleID TEMSIT.Finance"
UserInfo={NSLocalizedDescription=Unable to bootstrap process with bundleID TEMSIT.Finance, BKSProcessExitReason=0, NSLocalizedFailureReason=Failed to start job, NSUnderlyingError=0x2818334e0 {Error Domain=NSPOSIXErrorDomain Code=3 "No such process" UserInfo={BKLaunchdOperation=launch_get_running_pid_4SB, NSLocalizedDescription=Unable to get pid for label UIKitApplication:TEMSIT.Finance[0xb0a8][69], BKLaunchdJobLabel=UIKitApplication:TEMSIT.Finance[0xb0a8][69], NSLocalizedFailureReason=No such process}}, BKSProcessJobLabel=UIKitApplication:TEMSIT.Finance[0xb0a8][69], BSErrorCodeDescription=bootstrap-failed}
does anyone can help me fix this of has an answer?
ios swift xcode
add a comment |
While working on a URLSessions when trying to launch on my test device (Iphone 7 Plus IOS 12.1.1) the app doesn't launch or immediately throws error
Device has denied the launch request.
I've checked the internet for over an hour but all the given solutions won't work. After some digging in the iphone's console i've found the following error messages
[TEMSIT.Finance] Bootstrap failed with error: NSError: 0x281833690; domain: BKSProcessErrorDomain; code: 1 (bootstrap-failed); reason: "Failed to start job"
and another one
Bootstrapping failed for FBApplicationProcess: 0x112338cd0; TEMSIT.Finance; pid: -1 with error:
Error Domain=BKSProcessErrorDomain Code=1 "Unable to bootstrap process with bundleID TEMSIT.Finance"
UserInfo={NSLocalizedDescription=Unable to bootstrap process with bundleID TEMSIT.Finance, BKSProcessExitReason=0, NSLocalizedFailureReason=Failed to start job, NSUnderlyingError=0x2818334e0 {Error Domain=NSPOSIXErrorDomain Code=3 "No such process" UserInfo={BKLaunchdOperation=launch_get_running_pid_4SB, NSLocalizedDescription=Unable to get pid for label UIKitApplication:TEMSIT.Finance[0xb0a8][69], BKLaunchdJobLabel=UIKitApplication:TEMSIT.Finance[0xb0a8][69], NSLocalizedFailureReason=No such process}}, BKSProcessJobLabel=UIKitApplication:TEMSIT.Finance[0xb0a8][69], BSErrorCodeDescription=bootstrap-failed}
does anyone can help me fix this of has an answer?
ios swift xcode
I encountered this same issue. I am not sure why this happens. In my case, I am using enterprise cert for the app for the signing and production release. I realised that this happens after I haven't opened the app for a while.
– Jonathan Liono
Jan 5 at 15:34
add a comment |
While working on a URLSessions when trying to launch on my test device (Iphone 7 Plus IOS 12.1.1) the app doesn't launch or immediately throws error
Device has denied the launch request.
I've checked the internet for over an hour but all the given solutions won't work. After some digging in the iphone's console i've found the following error messages
[TEMSIT.Finance] Bootstrap failed with error: NSError: 0x281833690; domain: BKSProcessErrorDomain; code: 1 (bootstrap-failed); reason: "Failed to start job"
and another one
Bootstrapping failed for FBApplicationProcess: 0x112338cd0; TEMSIT.Finance; pid: -1 with error:
Error Domain=BKSProcessErrorDomain Code=1 "Unable to bootstrap process with bundleID TEMSIT.Finance"
UserInfo={NSLocalizedDescription=Unable to bootstrap process with bundleID TEMSIT.Finance, BKSProcessExitReason=0, NSLocalizedFailureReason=Failed to start job, NSUnderlyingError=0x2818334e0 {Error Domain=NSPOSIXErrorDomain Code=3 "No such process" UserInfo={BKLaunchdOperation=launch_get_running_pid_4SB, NSLocalizedDescription=Unable to get pid for label UIKitApplication:TEMSIT.Finance[0xb0a8][69], BKLaunchdJobLabel=UIKitApplication:TEMSIT.Finance[0xb0a8][69], NSLocalizedFailureReason=No such process}}, BKSProcessJobLabel=UIKitApplication:TEMSIT.Finance[0xb0a8][69], BSErrorCodeDescription=bootstrap-failed}
does anyone can help me fix this of has an answer?
ios swift xcode
While working on a URLSessions when trying to launch on my test device (Iphone 7 Plus IOS 12.1.1) the app doesn't launch or immediately throws error
Device has denied the launch request.
I've checked the internet for over an hour but all the given solutions won't work. After some digging in the iphone's console i've found the following error messages
[TEMSIT.Finance] Bootstrap failed with error: NSError: 0x281833690; domain: BKSProcessErrorDomain; code: 1 (bootstrap-failed); reason: "Failed to start job"
and another one
Bootstrapping failed for FBApplicationProcess: 0x112338cd0; TEMSIT.Finance; pid: -1 with error:
Error Domain=BKSProcessErrorDomain Code=1 "Unable to bootstrap process with bundleID TEMSIT.Finance"
UserInfo={NSLocalizedDescription=Unable to bootstrap process with bundleID TEMSIT.Finance, BKSProcessExitReason=0, NSLocalizedFailureReason=Failed to start job, NSUnderlyingError=0x2818334e0 {Error Domain=NSPOSIXErrorDomain Code=3 "No such process" UserInfo={BKLaunchdOperation=launch_get_running_pid_4SB, NSLocalizedDescription=Unable to get pid for label UIKitApplication:TEMSIT.Finance[0xb0a8][69], BKLaunchdJobLabel=UIKitApplication:TEMSIT.Finance[0xb0a8][69], NSLocalizedFailureReason=No such process}}, BKSProcessJobLabel=UIKitApplication:TEMSIT.Finance[0xb0a8][69], BSErrorCodeDescription=bootstrap-failed}
does anyone can help me fix this of has an answer?
ios swift xcode
ios swift xcode
asked Nov 14 '18 at 22:06
Menno SpijkerMenno Spijker
537
537
I encountered this same issue. I am not sure why this happens. In my case, I am using enterprise cert for the app for the signing and production release. I realised that this happens after I haven't opened the app for a while.
– Jonathan Liono
Jan 5 at 15:34
add a comment |
I encountered this same issue. I am not sure why this happens. In my case, I am using enterprise cert for the app for the signing and production release. I realised that this happens after I haven't opened the app for a while.
– Jonathan Liono
Jan 5 at 15:34
I encountered this same issue. I am not sure why this happens. In my case, I am using enterprise cert for the app for the signing and production release. I realised that this happens after I haven't opened the app for a while.
– Jonathan Liono
Jan 5 at 15:34
I encountered this same issue. I am not sure why this happens. In my case, I am using enterprise cert for the app for the signing and production release. I realised that this happens after I haven't opened the app for a while.
– Jonathan Liono
Jan 5 at 15:34
add a comment |
1 Answer
1
active
oldest
votes
Based on my previous direct comment, I suspect it could be related to invalid provisioning profile as I looked over at this post: iOS crash when testing on device - debug logs.
Since the app I was working on is signed and released using enterprise cert, I may need to check with my client's ITS department if they have got an update on their signing cert (I suspect that it could be expired already). I will update this particular answer if I have any lead on this issue.
add a comment |
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%2f53309444%2fswift-app-crash-with-error-bootstrap-bksprocesserrordomain%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Based on my previous direct comment, I suspect it could be related to invalid provisioning profile as I looked over at this post: iOS crash when testing on device - debug logs.
Since the app I was working on is signed and released using enterprise cert, I may need to check with my client's ITS department if they have got an update on their signing cert (I suspect that it could be expired already). I will update this particular answer if I have any lead on this issue.
add a comment |
Based on my previous direct comment, I suspect it could be related to invalid provisioning profile as I looked over at this post: iOS crash when testing on device - debug logs.
Since the app I was working on is signed and released using enterprise cert, I may need to check with my client's ITS department if they have got an update on their signing cert (I suspect that it could be expired already). I will update this particular answer if I have any lead on this issue.
add a comment |
Based on my previous direct comment, I suspect it could be related to invalid provisioning profile as I looked over at this post: iOS crash when testing on device - debug logs.
Since the app I was working on is signed and released using enterprise cert, I may need to check with my client's ITS department if they have got an update on their signing cert (I suspect that it could be expired already). I will update this particular answer if I have any lead on this issue.
Based on my previous direct comment, I suspect it could be related to invalid provisioning profile as I looked over at this post: iOS crash when testing on device - debug logs.
Since the app I was working on is signed and released using enterprise cert, I may need to check with my client's ITS department if they have got an update on their signing cert (I suspect that it could be expired already). I will update this particular answer if I have any lead on this issue.
answered Jan 5 at 15:44
Jonathan LionoJonathan Liono
420412
420412
add a comment |
add a comment |
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%2f53309444%2fswift-app-crash-with-error-bootstrap-bksprocesserrordomain%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
I encountered this same issue. I am not sure why this happens. In my case, I am using enterprise cert for the app for the signing and production release. I realised that this happens after I haven't opened the app for a while.
– Jonathan Liono
Jan 5 at 15:34