Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Log message referring to Gatekeeper appears occasionally when running simulator

I am developing an app for iPhone. Sometimes I get this log :

Named service 'com.apple.PersistentURLTranslator.Gatekeeper' not found. assetsd is down or misconfigured. Things will not work the way you expect them to. Tue Oct 4 11:59:21 my-Mac-Pro.local[2958] : Named service 'com.apple.assetsd.changehub' not found. assetsd is down or misconfigured. Things will not work the way you expect them to.

It is happening when I present a modal UIImagePickerController, but not every time.

Has anybody got any ideas?

like image 689
AndreiS Avatar asked Oct 04 '11 09:10

AndreiS


2 Answers

I agree with the other respondents that this is a bug.

In the mean time, a work-around is to quit the iOS Simulator and restart it. I've had to do this as I alternate testing between different devices.

like image 73
Jacob Foshee Avatar answered Nov 06 '22 03:11

Jacob Foshee


Can you try the beta of Xcode 4.5 to see if this behavior exists ... If it does, I suggest filing Radars : https://bugreport.apple.com

like image 29
ICL1901 Avatar answered Nov 06 '22 04:11

ICL1901