Skip to content
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

[Bug]: Library 'BaseDevTool' not found when build LynxExplorer from Xcode #263

Open
murilinhoPs opened this issue Mar 10, 2025 · 0 comments
Labels
pending triage This issue/PR is currently untouched.

Comments

@murilinhoPs
Copy link

System Info

System:
OS: macOS 15.2 (macbookPro)
CPU: (8) arm64 Apple M2
Memory: 122.95 MB / 16.00 GB

Details

I followed the tutorial to install lynx on a physical device ios, and when I open Xcode to run/build the app I got the error: BaseDevTool not found:

ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/BaseDevtool' not found
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/DebugRouter' not found
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/Lynx' not found
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/LynxDevtool' not found
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/LynxService' not found
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/PrimJS' not found
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/SDWebImage' not found
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/SDWebImageWebPCoder' not found
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/SocketRocket' not found
ld: warning: search path '/Users/murilinhops/Library/Developer/Xcode/DerivedData/LynxExplorer-gtlynjiwuoqataflinvgzfvdgbzk/Build/Products/Debug-iphoneos/libwebp' not found
ld: library 'BaseDevtool' not found
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Reproduce link

No response

Reproduce Steps

Reproduce Steps

git clone https://github.com/lynx-family/lynx.git src/lynx

cd src/lynx
tools/hab sync .
source tools/envsetup.sh

cd explorer/darwin/ios/lynx_explorer
./bundle_install.sh

Build on Xcode

@murilinhoPs murilinhoPs added the pending triage This issue/PR is currently untouched. label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending triage This issue/PR is currently untouched.
Projects
None yet
Development

No branches or pull requests

1 participant