Cosmo / TinyConsole

📱💬🚦 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.
MIT License
1.96k stars 89 forks source link

Installation instructions are a little unclear #46

Closed damienstanton closed 4 years ago

damienstanton commented 4 years ago

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?

Cosmo commented 4 years ago

Just checking in: Did you run into issues?

damienstanton commented 4 years ago

I think there was an issue with the frameworks search path in this specific case. I don't think anything else needs to be done. Thanks!