-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ld: symbol(s) not found for architecture x86_64 with sh build_and_run.sh #24
Comments
Adding relevant folks to the thread
…On Mon, Aug 19, 2019 at 6:46 PM Will Bishop ***@***.***> wrote:
Hey,
I'm trying to set up the 'Creating an Xcode Project' section in MediaPipe
iOS Setup
<https://github.com/google/mediapipe/blob/master/mediapipe/docs/mediapipe_ios_setup.md>
.
I have bazel 0.28.1, and I symlinked my mobile provision to the directed
directory.
Upon running sh build_and_run.sh, I got the error FAILED: Build did NOT
complete successfully, with further details
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
Target //:tulsi failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 54.326s, Critical Path: 32.17s
INFO: 38 processes: 25 darwin-sandbox, 13 local.
FAILED: Build did NOT complete successfully
I tried it again with --verbose_failures and got this:
Error was too big for Github, I hosted it on my own server
<https://willbish.com/errors.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQTXUPNGM5MEXWO7DWX3L3QFNEGHANCNFSM4INLFYWQ>
.
|
This is actually an issue with https://github.com/bazelbuild/tulsi. |
@WillBishop We have gotten examples of users successfully building MediaPipe for iOS. https://twitter.com/2020cv_inc/status/1163971960285478912?s=21 |
I guess you're using xcode 11 beta 4 or higher. |
using built-in customs for hand landmark items
Hey,
I'm trying to set up the 'Creating an Xcode Project' section in MediaPipe iOS Setup.
I have bazel 0.28.1, and I symlinked my mobile provision to the directed directory.
Upon running sh build_and_run.sh, I got the error FAILED: Build did NOT complete successfully, with further details
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Target //:tulsi failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 54.326s, Critical Path: 32.17s
INFO: 38 processes: 25 darwin-sandbox, 13 local.
FAILED: Build did NOT complete successfully
I tried it again with --verbose_failures and got this:
Error was too big for Github, I hosted it on my own server
The text was updated successfully, but these errors were encountered: