You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Hi! I integrated the pod (1.4.1) like this:
pod 'TensorflowPod', :podspec => 'https://raw.githubusercontent.com/rainbean/TensorflowPod/master/TensorflowPod.podspec',
then did pod install. But unfortunately it cannot be compiled.
Xcode 9.2 (high sierra 10.13) during my proj compilation (linking) says:
ld: library not found for -lnsync
clang: error: linker command failed with exit code 1 (use -v to see invocation).
Any ideas how to fix it? Thank you.
Hi! I integrated the pod (1.4.1) like this:
pod 'TensorflowPod', :podspec => 'https://raw.githubusercontent.com/rainbean/TensorflowPod/master/TensorflowPod.podspec',
then did pod install. But unfortunately it cannot be compiled.
Xcode 9.2 (high sierra 10.13) during my proj compilation (linking) says:
ld: library not found for -lnsync
clang: error: linker command failed with exit code 1 (use -v to see invocation).
Any ideas how to fix it? Thank you.