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

i cant installed from cocoa pods (v7.1)

cristianeydev opened this issue · comments

Hi,

I cant install v7.1 from cocoa pods
(min version iOS: 14.0)

console message: pod install

[!] CocoaPods could not find compatible versions for pod "XCGLogger":
In Podfile:
XCGLogger (~> 7.1)

Specs satisfying the XCGLogger (~> 7.1) dependency were found, but they required a higher minimum deployment target.

XCGLogger 7.1.3 changes the deployment targets to the minimum allowed by Xcode 15.3. iOS = 12.0, watchOS = 4.0, tvOS = 12.0, macOS = 10.13. This should resolve your issue.