kristopherjohnson / Markingbird

Markdown processor written in Swift (translation of MarkdownSharp)
Other
385 stars 76 forks source link

Problems with Fastlane, Carthage and Xcode 7.3 #12

Open EsterDanielYtterbrink opened 8 years ago

EsterDanielYtterbrink commented 8 years ago

I upgraded Xcode to 7.3 and got the error Exit status of command '(cd .. && ./Misc/GenerateLicenseFile.swift)' was 1 instead of 0. ./Misc/GenerateLicenseFile.swift:4:8: error: module file was created by an older version of the compiler; rebuild 'Markingbird' and try again: /my_app/Carthage/Build/Mac/Markingbird.framework/Modules/Markingbird.swiftmodule/x86_64.swiftmodule import Markingbird Any idea what could be wrong?

kristopherjohnson commented 8 years ago

You'll probably need to talk to whoever manages the Carthage package for Markingbird.

iby commented 8 years ago

@EsterYtterbrink have you figured it out yet? It seems like standard thing when upgrading Xcode, simply recompile all carthage dependencies with carthage build.