Giter Site home page Giter Site logo

cosmo / tinyconsole Goto Github PK

View Code? Open in Web Editor NEW
2.0K 30.0 89.0 1.07 MB

๐Ÿ“ฑ๐Ÿ’ฌ๐Ÿšฆ TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible.

License: MIT License

Swift 97.83% Objective-C 2.17%
console helper log ios tool events

tinyconsole's Issues

Installation instructions are a little unclear

Using XCode 11.4, Swift 5.2, and only either Swift Package Manager or manual framework install (we do not use Carthage nor Cocoapods), how do we install TinyConsole?

Building from source and importing the Swift module does not work, "just including the sources" as suggested in the README also does not work.

A minimal test case always throws the error No such module 'TinyConsole'. What's the correct way to include this library?

new build system support, error: Multiple commands produce

Hey, just wanted to say TinyConsole is a great project!

If you're using Cocoapods and TinyConsole with the Xcode's new build system, there's a configuration problem with how the podspec specifies input sources causing this error:

Multiple commands produce '/DerivedData/Build/Products/Debug-iphoneos/TinyConsole/TinyConsole.framework/Info.plist':
1) Target 'TinyConsole' (project 'Pods') has copy command from '/Pods/TinyConsole/TinyConsole/Supporting Files/Info.plist' to '/DerivedData/Build/Products/Debug-iphoneos/TinyConsole/TinyConsole.framework/Info.plist'
2) Target 'TinyConsole' (project 'Pods') has process command with output '/DerivedData/Build/Products/Debug-iphoneos/TinyConsole/TinyConsole.framework/Info.plist'

๐Ÿ“Ž CocoaPods/CocoaPods#8125

  s.source_files = "TinyConsole/**/*"
  s.exclude_files = "TinyConsole/**/*.plist"

If the podspec declaration for s.source_files paths only specifies *.h and *.swift, it should fix the problem. Otherwise the Info.plist is processed as source (as opposed to a resource) and causes this error.

Storyboard compatibility

Is it possible to use TinyConsole with storyboards?

Whenever I try to set UIWindow (which wasn't set before) whenever code that comes from a storyboard outlet gets run, it crashes: Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0) and the Xcode console says:

fatal error: unexpectedly found nil while unwrapping an Optional value
(lldb) 

My guess is I can't use this with storyboards, but if that is possible please explain how.

Support Cocoapods

Hello,

Nice doing here. Are you planning on creating a pod for it?

Thanks,
H.

Mirroring XCode Console

I am quite a beginner in swift and objc, but is there a way to completely mirror what's shown in the Xcode Console?

Status bar appearance

Hello!
View controller-based status bar appearance does not work if I use TinyConsoleController.
I think that TinyConsoleController should take view controller-based values from rootViewController

Coloured output

Hey there,

It would be really cool if it would support coloured text output. So for an error it'll be red, warning orange etc. Colours which I can manually define. Not sure if that would be an overkill, but I would welcome it.

Something like this would be good enough for my purposes (the 'color' parameter being optional and defaulting to nil):

TinyConsole.print("hello", color: UIColor.red)

Thanks

can't show console window

can't work either device or simulator, ios 10.0.3 or 11.0.0 doesn't work normal,can't show the console window

iOS 8 support

I noticed that iOS 8 is supported now, but in the .podspec file :

s.ios.deployment_target = '9.0'

is still 9.0...

Please update the CocoaPod repo, THX : )

Outdated Swift

You may want to update the Swift source for 2.3 or 3.0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.