-
Notifications
You must be signed in to change notification settings - Fork 14
ld: library not found for -lnsync #4
Comments
Fix in commit 5a5985f, repack as hotfix at v1.4.1 |
I updated pod, but now a bunch of errors (hundreds) appears: |
Reopen the issue due to missing podspec update |
@michaelhuman, see if latest commit e70fdc30 helps, local environment/projects work fine. You might need to update pod specs
|
no luck :(. I tried to clean everything I could: pod clean, derrived data clean etc. I created new XCode proj, but got same complitaion errors. |
@michaelhuman in order to narrow down the root cause, could you reference previous release v1.3.1 instead? In your project
|
damn, I fixed it: I just added .mm file to project and it switched the compiler to the correct (C++?) mode. Now everything is ok while compiling with v.1.4.1! |
Nice to hear that! There are more than few undocumented pitfalls on the path to integrate with TensorFlow :) First tip is to rename objective-c code as C++ (*.mm), another is to create bridge header for Swift project. |
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.
The text was updated successfully, but these errors were encountered: