You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@EsterYtterbrink have you figured it out yet? It seems like standard thing when upgrading Xcode, simply recompile all carthage dependencies with carthage build.
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?
The text was updated successfully, but these errors were encountered: