Nicolas Goles

Results 25 comments of Nicolas Goles

I often clear my `Derived Data` directory to fix this, to be honest it's driving me crazy! haha, it seems to get screwed after a while, and then I cleanup...

@tonyarnold here's the [carthage-xcodebuild.log](https://gist.github.com/Goles/a94ee2d83b4315d91fb3)

@tonyarnold So, as a workaround to fix the issue we forked Specta and changed the deployment target to iOS 8.0 That seems to work

For the record, it's still failing with the same issues from time to time under Xcode CI. It's very strange indeed.

It could be the case, it's strange, it fails and then after some attempts it somehow works (and then fails again after a while). Don't know what could be going...

We basically followed the following steps to try to fix it: ``` nuke old simulators nuke 7.x runtime nuke carthage cache nuke derived data reboot ``` It still happens from...

@imathis Are you sure about this? I got pygments installed in my machine and made a test project, ``` python from pygments import highlight from pygments.lexers import SwiftLexer from pygments.formatters...

@imathis no problem!! Thanks, and let me know if I can be of further help :+1:

Maybe I have to update octopress... I tried modifying the Gemfile in my blog and changing the pygments line, it previously looked like this: ``` ruby source "https://rubygems.org" group :development...

@parkr Is there a simple way to update Octopress?