How to check supported architectures for my framework in terminal?
问题 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. 回答1: lipo -info pathToFramework/MyFramework.framework/MyFramework you may get an error like xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select --switch path/to/Xcode.app to specify the