I have visited this links -
MyClass is unavailable: cannot find Swift declaration for this class - Release Build Only
Swift: using private framework
But none of the above links helped me to solve my problem.
I am developing an App using objective-c, in the app I am integrating ios-charts whose framework is developed in swift.I have merged the project as given in the README file. After integrating i have created a MyClass.swift file and then inherited the MyClass.swift file with a Class which is defined in charts.framework
.But this is rising an error
'Class' is unavailable: cannot find Swift declaration for this class
Does anyone help me to solve this error? Any suggestions??