Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to launch /private/var/containers/Bundle/Application/

I've been trying to test an app on an iOS 12 device, but every time I build it, it successfully builds on the device (my iPhone or iPad) but crashes and I receive this message:

Unable to launch /private/var/containers/Bundle/Application/

(I'm using Xcode 10 beta 3 and Swift 4.2)

screenshot of error message

like image 943
Joseph Catley Avatar asked Dec 11 '22 05:12

Joseph Catley


1 Answers

Check if you already trusted the author of the app in your development device:

Settings -> General -> Profiles & Device Management -> Company name -> Trust the app if not done yet.

I hope this helps 🙂

like image 167
AndaluZ Avatar answered Jan 02 '23 13:01

AndaluZ