I want to programmatically access the version and build information that is contained in MyFramework.framework at runtime.
I found some solutions here but they don't work. After translating to Swift 3, I find that Bundle.main.infoDictionary is empty.
How can I get this information?