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
Post a Comment