Markingbird icon indicating copy to clipboard operation
Markingbird copied to clipboard

Problems with Fastlane, Carthage and Xcode 7.3

Open EsterDanielYtterbrink opened this issue 9 years ago • 2 comments

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?

EsterDanielYtterbrink avatar Mar 29 '16 11:03 EsterDanielYtterbrink

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

kristopherjohnson avatar Mar 29 '16 14:03 kristopherjohnson

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

iby avatar Apr 17 '16 21:04 iby