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 Build a Simple iPhone App (iOS7) Animating and Intercepting Events Image Based Animation

IOS Simulator error

In the image based animation step my iOS simulator runs slow when I run the animation and i get this message in the console: 2014-03-31 05:55:12.675 Crystalball[522:60b] Cannot find executable for CFBundle 0x8e80b60 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)

What does that mean? Does that mean one of the images for the animation is not right or is there something wrong with iOS simulator ?

1 Answer

Hi Kalson,

Try deleting the app on the simulator. You can do this by iOS Simulator > Reset Content and Settings.

Also check out this link:

It still not working, the message goes away after resetting content and settings, but the animation still runs slow and not smoothly. and if I restart the app, the message just comes back

Can you host the project on Github or dropbox so I can download it? I'm heading into work but I'll take a look at the project at during lunch today.

Yea sure, thanks! Uploading now. Let me know what you find

I don't think all the files have been upload. I'll check back in an hour or so.

I figured it out bro, thanks for the help though! :3 I just realized that I didn't specify the majority of the images for the animation correctly. I had a lot of typos in the image's names, which is why the animation wasn't running smoothly.

That's awesome good job!