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?