Andrew Kitchen
Andrew Kitchen
In Xcode 8.3.2, the WatchKit specs fail with the following: ``` dyld: Symbol not found: _SPHoldCompanionExtensionProcessAssertion Referenced from: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.2.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/DVTInstrumentsFoundation.framework/DVTInstrumentsFoundation Expected in: /Users/akitchen/Library/Developer/Xcode/DerivedData/PivotalCoreKit-bwbtwtidhjdzglafroxsporifhot/Build/Products/Debug-iphonesimulator/WatchKit.framework/WatchKit in /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.2.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/DVTInstrumentsFoundation.framework/DVTInstrumentsFoundation 2017-05-19 20:01:25.273 xcodebuild[36015:478160] Error...
This is a modified version of @joemasilotti 's pr to add a test target for the PCK Podspec and its subspecs This is not yet fully integrated, for instance the...
Currently, when a user is navigating a route and a re-route event occurs the visual history of the route traveled is removed when the new route is set. Instead we...
It should be possible for developers to easily set the volume of spoken instructions during turn-by-turn navigation. Unfortunately this may be more complicated than it seems as the SDK adaptively...
The phone's volume buttons currently only adjust the spoken instruction volume if toggled _while an instruction is playing_. Ideally we could configure the audio session differently so that the spoken...
would be pretty sweet https://github.com/caskroom/homebrew-cask
when trying to debug with inline casts, it is easy to get into a crash scenario, e.g. ``` po (NSString *)NSStringFromCGPoint((CGPoint)[[[self.view viewWithTag:666] layer] anchorPoint]) ``` If you type that out...