Capotasto
Capotasto
@NilayDagdemir Have you solved this problem? I'd like to use latest version of brew's cocoapods instead of using `Rosetta` or `arch -x86_64` .
@albyok I was using the SkeltonView via Swift Package but it looks like there is not way to build with M1 mac. So I just change it to CocoaPods with...
I have same problem.
@jakubvano Sorry for this late question. I tried above code for injecting some dependencies into my BaseViewController that is inherited by ViewControllers. 1. `type` is always `UIViewController.Type` and never be...
I think I figured out by my self. The code worked perfectly below ``` guard type is UIViewController.Type else { return } entry.initCompleted { resolver, vc in (vc as! ParentViewController).commonDependency...
@jgpestana Hi, I have the same issue now. Did you solve it? @linjiansheng For build source code using commercial target, I have a problem with the build same as below....