pytorch/ios-demo-app

Library Not Found for -lPods-HelloWorld

AAAblaze opened this issue · 5 comments

SDK simulator: IOS 13.0, iPhone 8
Pytorch Version: 1.5.0
Follow the tutorial in github but got error when I compile the demo.


ld: library not found for -lPods-HelloWorld
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Same, but I have:
Library not found for -lPods-PyTorchDemo

@AAAblaze have you found a solution yet?

Same, but I have:
Library not found for -lPods-PyTorchDemo

@AAAblaze have you found a solution yet?

Not yet, I searched the google for days but can't fix this bug. Turn to TFLite now. I don't expect there would be some persons from PyTorch to view this issue.

@AAAblaze @Daniel-Kelvich Firstly, you should run "pod install" then the you should open .xcworkspace file instead if .xcodeproj

@AAAblaze @Daniel-Kelvich Firstly, you should run "pod install" then the you should open .xcworkspace file instead if .xcodeproj

That's what I did before and it has no help.

@AAAblaze @Daniel-Kelvich Firstly, you should run "pod install" then the you should open .xcworkspace file instead if .xcodeproj

That's what I did before and it has no help.

I just had the same exact error and that did the trick. Btw I'm using Pytorch 1.6.