lipo

Undefined symbols for architecture i386 - Lipo error?

不问归期 提交于 2019-12-09 03:49:28
问题 I have compiled libclang.a for i386 and armv7. I'm able to build my ios app with i386 libclang.so but it can't be started because of ".dylib not found" error. Then i decided to create fat lib using lipo: lipo -create ../i386/libclang.a ../armv7/libclang.a -output ../fat/libclang.a and added fat library instead of i386. Now i'm getting multiple build errors: Undefined symbols for architecture i386: "llvm::TimeRecord::getCurrentTime(bool)", referenced from: clang::cxindex::Logger::~Logger() in

Lipo Error!! can't open input file

杀马特。学长 韩版系。学妹 提交于 2019-11-28 22:21:09
My application was working perfectly fine, then I started integrating SDK for push notification and stop the integration in between. I even deleted the SDK from my project and trying to archive or run the app, it gives me the error: lipo Error!! can't open input file. Any help would be appreciated a lot, I have given enough time to solve this but failed. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo: can't open input file: /Users/XYZ/Library/Developer/Xcode/DerivedData/MyAPP-hjbmqpnmsoruqxbwlayqkjsojccv/Build/Intermediates/MyAPP.build/Debug

How to check if a static library is built for 64-bit?

帅比萌擦擦* 提交于 2019-11-28 02:52:31
I just built a static library for iOS with the build setting for Architectures set to $(ARCHS_STANDARD_INCLUDING_64_BIT) . I want to make sure that the .a library is properly including that architecture, but when i run lipo -info on it, I see: Architectures in the fat file: library.a are: armv7 armv7s (cputype (16777228) cpusubtype (0)) Does this mean that arm64 isn't included? If the lipo command can't tell me, is there another way to tell? I'm running Xcode 5 with the latest Command Line Tools installed. Yes, an arm64 slice is there. To see it, you need to use lipo from the iOS toolchain,

xcrun/lipo freezes with OS X Mavericks and XCode 4.x

一笑奈何 提交于 2019-11-27 18:32:53
Been trying to install psycopg2 with either easy_install or pip, and the terminal gets stuck in a loop between xcrun and lipo. sidwyn$ sudo easy_install psycopg2 Searching for psycopg2 Reading https://pypi.python.org/simple/psycopg2/ Reading http://initd.org/psycopg/ Reading http://initd.org/projects/psycopg2 Best match: psycopg2 2.5.1 Downloading https://pypi.python.org/packages/source/p/psycopg2/psycopg2-2.5.1.tar.gz#md5=1b433f83d50d1bc61e09026e906d84c7 Processing psycopg2-2.5.1.tar.gz Writing /tmp/easy_install-dTk7cd/psycopg2-2.5.1/setup.cfg Running psycopg2-2.5.1/setup.py -q bdist_egg -

Lipo Error!! can't open input file

こ雲淡風輕ζ 提交于 2019-11-27 13:24:35
问题 My application was working perfectly fine, then I started integrating SDK for push notification and stop the integration in between. I even deleted the SDK from my project and trying to archive or run the app, it gives me the error: lipo Error!! can't open input file. Any help would be appreciated a lot, I have given enough time to solve this but failed. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo: can't open input file: /Users/XYZ/Library