The libtool that is part of Xcode (not GNU libtool).
Questions tagged [libtool-xcode]
42 questions
0
votes
3 answers
Remove source code from Static Library XCode 4
how can i remove the source code from my static library with XCode 4?
When i have Xcode 3 in target there is the list of source and i can delete them, but with XCode 4 the target is not expandable...
Can i do olso with some libtool?
Thansk!

Luciano Salemme
- 387
- 2
- 15
0
votes
1 answer
Convert 32 bit dynamic library to 64 bit for osx
How to compile existing dynamic library to 64 bit compatible for mac platform. I don't have code base for library, have only xxx.dylib.
file xxx.dylib
xxx.dylib: Mach-O universal binary with 2 architectures: [ppc:Mach-O dynamically linked shared…

Gnanavadivelu
- 263
- 4
- 13
0
votes
1 answer
libtool is installed but build cannot find it
I'm trying to build OpenSSL on macOS for iOS 11. The make command fails with "libtool not found error".
I've checked the output of which command for libtool and result is as expected:
[Amy-MacBook-Pro-3:openssl-fips-ecp-2.0.12 $ which…

ARao
- 261
- 4
- 14
0
votes
1 answer
How to allow replacement of existing methods at link time with Xcode? Using 'ar -r' instead of libtool?
We have some code that compile fine on Mac OS X with g++ using makefiles, but I cannot build successfully with Xcode.
Here is the brief overview of the project setup, there are instances of the following:
libA.a
contains myclass_stub.cpp which…

lokm
- 1
0
votes
1 answer
why IBtoolid increses automatically with multiple slots. even i'm having 16 GB RAM
screenshot shows multiple Ibtoolid slots with almost contains about total 35 GB.

NIRAV BHAVSAR
- 152
- 12
0
votes
0 answers
Breaking NASM files into multiple with link errors on OS X
My base assembler file foidlrt.asm started getting a bit too large so I broke it up into two. Here is the entirety of the second file folder_stdio.asm:
; foidl_stdio.asm
%include "foidlstnd.inc"
section .text
DEFAULT…

Frank C.
- 7,758
- 4
- 35
- 45
0
votes
0 answers
iOS libtool: unknown option character `W' in: -Wl,-U,_JSContextGetGlobalObject
I have recently updated Xcode 6.1 on Yosemite and followed these steps to fix cocoa pods issue. I have started getting following error.
error:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: unknown…

Paresh Masani
- 7,474
- 12
- 73
- 139
0
votes
1 answer
Using cocos2d-x as a static library results in linker errors on mac os
I am trying to use cocos2d-x as a game engine, and I have already tried using RubyMotion and MonoTouch to check if it is possible to use cocos2d-x binaries.
But both, RubyMotion and MonoTouch, are suffering from the same linker error:
duplicate…

DarkDeny
- 1,750
- 2
- 21
- 31
0
votes
1 answer
Combine multiple .frameworks in one "umbrella"
I am currently working on an iOS project with external frameworks.
One of those frameworks contains of 5 .framework files.
Here is an…

Alexander
- 7,178
- 8
- 45
- 75
0
votes
1 answer
error:libtool failed with exit code 1 using Xcode 4.6
I am trying to compile a c++ project into a lib, using Xcode 4.6.
Also it is a wxWidgets project
I chose C/C++ Library when build the project
then I and my files
and click build, the error like this
Command…

worrd
- 31
- 3
0
votes
0 answers
Many Links Error When Trying To Build Application
I was developing and application using Xcode 4.1 build for iOS 4.3, but I want to update my Xcode version, so I downloaded using AppStore, so I can have Xcode 4.4.
Now, when I build my application, the build failed, and I have this…

user1600801
- 269
- 7
- 25
-2
votes
1 answer
How to build dylib in XCode?
I have a library in source code, it builds in .a static library, but i need .dylib. So, i choose Mach-O-Type in "Build Settings" as "Dynamic Library", but get…

user1261347
- 315
- 2
- 15