ios - enumerateBodiesAlongRayStart prints "Chance" to console in Xcode 6 -


i'm using enumeratebodiesalongraystart , method prints word "chance" console. there way suppress this? whats deal?

self.gamescene.physicsworld.enumeratebodiesalongraystart(self.raystart, end: self.rayend, usingblock: {     body, point, normal, stop in  }) 

i have same "problem". seems debug output in /applications/xcode6-beta6.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator.sdk/system/library/privateframeworks/physicskit.framework/physicskit. hopefully removed in beta7.

edit gfrs: not removed. exists in xcode 6 gm.

edit 2 gfrs: still not fixed. exists in xcode 6.1


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -