Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build failed with xcode 10 beta

I created a new project on Xcode beta and built it, It gives me the below build error.

Encountered an error communication with IBAgent-iOS on launchscreen.storyboard.

The same storyboard error that I am getting when I try to build any sample projects built on Xcode 10 beta.

Has anyone come across the same issue with Xcode 10 beta IDE?

like image 575
myCmyL Avatar asked Jun 21 '18 08:06

myCmyL


2 Answers

I face the same issue with Xcode 10.1... issue resolved by just clean the build folder using Command+Shift+K

enter image description here

I hope this will work for you.

like image 89
Maulik Rajani Avatar answered Nov 12 '22 15:11

Maulik Rajani


I'm on Xcode 13 and still get the issue sometimes. No help with cleaning the build folder or removing DerivedData.

However, this usually saves my life ^^

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
like image 11
mig_loren Avatar answered Nov 12 '22 14:11

mig_loren