XCGLogger | debug log framework for use in Swift projects
kandi X-RAY | XCGLogger Summary
kandi X-RAY | XCGLogger Summary
XCGLogger is the original debug log module for use in Swift projects. Swift does not include a C preprocessor so developers are unable to use the debug log #define macros they would use in Objective-C. This means our traditional way of generating nice debug logs no longer works. Resorting to just plain old print calls means you lose a lot of helpful information, or requires you to type a lot more code. XCGLogger allows you to log details to the console (and optionally a file, or other custom destinations), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of XCGLogger
XCGLogger Key Features
XCGLogger Examples and Code Snippets
Community Discussions
Trending Discussions on XCGLogger
QUESTION
I am making a private pod that uses some public pods, namely XCGLogger
, SSZipArchive
, and Firebase/Storage
. This is the podspec:
ANSWER
Answered 2021-Apr-06 at 12:55After posting an issue to CocoaPods's website, one of the guys said that Firebase
is an umbrella module and shouldn't be used as a dependency for a pod. So I deleted the s.dependency 'Firebase'
and changed the lines import Firebase
to import FirebaseCore
. And the error is fixed.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install XCGLogger
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page