I want to know which architectures are supports my framework.
I referred some of stack overflow questions and tried like this in terminal
lipo -info /Users/admin/library/myFramework.framework
But I didn't get any solution.
How to solve my problem.