Closed tonicfx closed 2 years ago
Facing same issue with Netshears 3.2.0 package version. did you get any solution ?
Thanks @tonicfx for your information.
It should be fixed now
https://github.com/divar-ir/NetShears/pull/20
Let me know if your problem is fixed so we can close this issue
Hello, I try to integrate your library into existing project, with pod dependancy.
pod 'NetShears', :git => 'https://github.com/divar-ir/NetShears.git', :tag => '2.0.3'
When i compile my project with your pod, I have an erreur during build :
`XXX/Pods/NetShears/Sources/NetShears/UI/RequestDetailViewController.swift:45:79: error: type 'Bundle' has no member 'module' tableView.register(UINib(nibName: "TextTableViewCell", bundle: Bundle.module), forCellReuseIdentifier: "TextTableViewCell")