Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objective-c Use ? #33

Open
ghost opened this issue Sep 15, 2017 · 3 comments
Open

Objective-c Use ? #33

ghost opened this issue Sep 15, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 15, 2017

Do i want to use this in my objective-c project?

@Cosmo
Copy link
Owner

Cosmo commented Sep 15, 2017

Probably not. Only tested with Swift.

@ghost
Copy link
Author

ghost commented Nov 13, 2017

My continued attempt to use it in OC has now got this response

required public init?(coder aDecoder: NSCoder) {
assertionFailure("Interface Builder is not supported")
self.rootViewController = UIViewController()
super.init(coder: aDecoder)
}
How can i fix it ?

@JackySONE
Copy link

JackySONE commented Jan 25, 2018

hi @LazyScream , you can try this pod install

pod 'TinyConsole', :git => 'https://github.com/JackySONE/TinyConsole.git', :branch => 'develop'

it's work on my objective-c project #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants