How to add LibTorch-Lite as a framework in Xcode

I’m trying to use LibTorch-Lite in my Development Pod files but doing pod install with cocoapods won’t add it as a framework. I tried to directly add the folder installed from running pod install into frameworks, but it doesn’t work. How can I add LibTorch-Lite as a framework in Xcode (like AVFoundation)?

1 Like

Hi alisonqiu
Did you eventually find a solution?