Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Eeshan Agarwal
Eeshan Agarwal
2,952 Points

XCode error

CrystalBall[9394:60b] Cannot find executable for CFBundle 0x10928c860 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)

I get this error every time I try to run the code I searched online and found that there is a solution to this problem where in one clicks iOS Simulator > Reset Content and Settings... and runs again. This solution does not work for me and I am stuck as my program does not work.

ANY help will be appreciated!

2 Answers

Caleb Abraham
Caleb Abraham
15,158 Points

For unexplainable errors I always end up doing these couple steps...

<p>Reset the Simulator - iOS Simulator > Reset Content and Settings</p>

<p>Clean the Project - In XCode Cmd+Shift+K</p>

<p>Clean the Build Folder - In XCode Cmd +Option+Shift+K</p>

<p>Delete Derived Data - Window > Organizer > Projects > Delete</p>

<p>I hope one of those helps you.</p>

Eeshan Agarwal
Eeshan Agarwal
2,952 Points

CrystalBall[9394:60b] Cannot find executable for CFBundle 0x10928c860 < /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/ System/Library/AccessibilityBundles/CertUIFramework.axbundle > (not loaded)

This is the full error output.