The libtool that is part of Xcode (not GNU libtool).
Questions tagged [libtool-xcode]
42 questions
2
votes
1 answer
Create jnilib from x86_64 .a files on Mac OS X 10.6
I want to use a bunch of non-universal (thin?), x86_64, C libraries from a Java application.
The problem is that I only have static versions of them (.a files) and the jvm needs them to be dynamic.
I tried using libtool to combine the files into a…

mac
- 113
- 1
- 5
2
votes
2 answers
ios - "libtool failed with exit code 1" after a clean
I was working on a project and all were going well until I decide to clean my project.
The following errors appears only when I run my app on simulator (working fine on a real device) :
Libtool…

Yaman
- 3,949
- 4
- 38
- 60
1
vote
0 answers
Unable to build library for iOS (arm) because SSE, AVX, etc flags get set by configure, libtool
I'm trying to get Tesseract to build for iOS (and macOS) but am running into errors when building for the arm-apple-darwin64 target.
Here's the Makefile.
The configure commands are run with this command:
./configure --host=arm-apple-darwin64…

hamchapman
- 2,901
- 4
- 22
- 37
1
vote
1 answer
Xcode - error building Framework
I am following this tutorial to wrap my static library in a framework. The problem appears at the very last phase - running script in "Aggregate" target. I am getting an error:
libtool: can't locate file for: -lPods-MyLib
The script looks like…

mag_zbc
- 6,801
- 14
- 40
- 62
1
vote
2 answers
XCode 7 usr/bin/libtool: No such file or directory
Compiling a framework gives the following (slightly reformatted)…

Yunus Nedim Mehel
- 12,089
- 4
- 50
- 56
1
vote
0 answers
MobileVLCKit for iOS failing to build
I am cloning MobileVLCKit.framework for my project.I have to make some minor tweaks to source, i cannot use a ready made build.
I am following the steps given at : http://thelazycoder.com/uncategorized/libmobilevlc
But, I am getting error
** BUILD…

Raj
- 67
- 9
1
vote
1 answer
Where has libtool gone in xcode 7?
An external build script I have for creating an embedded framework relies on libtool, which was in /Applications/Xcode 6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
To get the framework to build properly, I had to copy…

Sam Jarman
- 7,277
- 15
- 55
- 100
1
vote
1 answer
Xcode libtool error on OpenTrack build
I have used CMake 3.3.0-rc4 to generate an Xcode project for OpenTrack. However, when I attempt to build the ALL_BUILD target in Xcode 6.4, I immediately get the error below.
Libtool build/Debug/libopentrack-version.a normal x86_64
cd…

mysticfm
- 11
- 2
1
vote
0 answers
Why is libtool failing here?
I am installing HEALPix (c++ version) using clang and when it comes to a libtool command, the process crashes:
# creating library /Users/keir/Software/Healpix_3.11/src/cxx/osx_clang/lib/libhealpix_cxx.a
libtool -static -o -v…

user2970116
- 85
- 1
- 6
1
vote
1 answer
Compiling libnoise on OSX 10.6
Has anyone compiled, or know of a pre-compiled, libnoise for MacOS X 10.6? It does not compile out of the box here due to a libtool issue.
libtool --mode=compile g++ -c ../src/latlon.cpp -o ../src/latlon.o
libtool: unknown option character `-' in:…

grrussel
- 7,209
- 8
- 51
- 71
1
vote
0 answers
Xcode project takes 10 minutes to build. Seems to get stuck on libtool?
I'm looking at my build messages and it seems to get stuck here for a long time. This has only happened recently and very suddenly. I've tried to revert to previous revisions to no avail.
Libtool…

Vu Tran
- 600
- 2
- 6
- 14
1
vote
1 answer
Adding target to a library with sublibraries added to it
I first created my project as static library(A) and added libs(B and C) to it. After some build setting fixes i was able to build Lib A successfully. ie it first generated libs for B and C.
Now i have created a new target for Lib A and added…

Madhur Rawat
- 468
- 1
- 7
- 18
1
vote
0 answers
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: unknown option character `X' in: -Xlinker
I am receiving the following error when trying to build the app my developer sent me. I need to compile a successful build. Is there anyone that knows how to resolve this? I am fairly new to xcode.
Libtool…

user3600123
- 11
- 3
1
vote
0 answers
MobileVLCKit for iOS fails to build
i am following the instructions in https://wiki.videolan.org/VLCKit/ to build a MobileVLCKit.framework for my project. because i have to make minor tweaks to source, i cannot use a ready made build.
i run sudo ./buildMobileVLCKit.sh -vd
and am stuck…

tzl
- 1,540
- 2
- 20
- 31
0
votes
1 answer
libtool failed with exit code 1
I attempt to Create a Xcode-WorkSpace,there are there projects in it. Now the first Project is a static library base on ZBar Code Reader.I already download the source code ,now I drag the finder named "src" into my first project. When I bulid…

DRonaldo
- 1
- 1