DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 4.0 does not work with Xcode 13 anymore

chbeer opened this issue · comments

Xcode 13 fails to resolve all packages when XCGLogger 4.0 is added because the Package.swift file misses the swift-version "header" comment.

Sorry, I somehow thought 4.0 would be the current version.