Steve Pascoe
Steve Pascoe
same. Was getting an unterminated string error.
I found editing the Podfile using Text Wrangler instead of text edit put in the correct quote characters. platform :ios, '7.0' pod 'PSLocationManager'
But now i get '[!] Unable to find a specification for `PSLocationManager`.' Doesnt seem to be listed...https://github.com/CocoaPods/Specs Ended up just importing the h and m files manually. Seriously cool location...
Thanks @atomantic if i roll back to 3.5.3 i'm all good. ``` "mocha": "~3.5.3", ```
hate to ask @michaelBenin but do you have a sample on this tear down code block?
never mind, thanks to @demisx and the release notes of mocha 4 this now functions as before with the --exit flag #2879: By default, Mocha will no longer force the...
use this instead pod 'Mapbox-iOS-SDK', '1.6.0' That way you are specifying what version you want. Just make a mental note to change it back when this issue is resolved.
nailed it!
Hey folks. Still getting this, anyone found a work around yet? Rolled back to 1.10.0 for the time being.