4
嘿,我想谷歌分析在我的ios靜態庫整合,但是當我把libGoogleAnalytics.a
從google analytics sdk
適用於iOS在我自己的靜態庫我得到這個錯誤問題在IOS靜態庫谷歌分析的整合
Libtool build/Debug-iphonesimulator/libHY5Lib.a normal i386
cd /Hy5Canvas/Lib/HY5Lib
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool -static -arch_only i386 -syslibroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -L/Hy5Canvas/Lib/HY5Lib/build/Debug-iphonesimulator -L/Hy5Canvas/Lib/HY5Lib/HY5Lib -L/Hy5Canvas/Lib/HY5Lib -filelist /Hy5Canvas/Lib/HY5Lib/build/HY5Lib.build/Debug-iphonesimulator/HY5Lib.build/Objects-normal/i386/HY5Lib.LinkFileList -ObjC -framework Foundation -lGoogleAnalytics -o /Hy5Canvas/Lib/HY5Lib/build/Debug-iphonesimulator/libHY5Lib.a
命令/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool失敗,退出代碼1
請幫助我在這個問題上 謝謝,
你難道沒有更具體的錯誤消息? 「退出代碼1失敗」並不真正告訴任何事情。 – Codo