0
votes

I'm new to using XCode and cocoapods (so go easy on me ;)) and I'm trying to follow the ios-demo-app tutorial offered from PyTorch (https://github.com/pytorch/ios-demo-app/tree/master/TorchVideo).

After following all the instructions and seeing what seems to be cocoapods successfully installing LibTorch-Lite, when trying to build in the XCode workspace I get the error 'Libtorch-Lite/Libtorch-Lite.h file not found'.

Any help is appreciated!