Mac OS下的包管理器
安装homebrew,ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
crash symbolicate
$ dwarfdump --uuid <PATH_TO_APP_EXECUTABLE>
ylqmatoMac-mini:test ylq$ dwarfdump --uuid AssistantForIphone.app/AssistantForIphone UUID: BE6DE594-A4D7-328B-A3BC-43D031FB45C9 (armv7) AssistantForIphone.app/AssistantForIphone ylqmatoMac-mini:test ylq$ dwarfdump --uuid AssistantForIphone.app.dSYM/ UUID: BE6DE594-A4D7-328B-A3BC-43D031FB45C9 (armv7) AssistantForIphone.app.dSYM/Contents/Resources/DWARF/AssistantForIphone
Build Active Architecture Only
Xcode4 Linking Problem. File was built for archive which is not the architecture being linked (arm6).
在将一个.a的工程嵌入到另外一个工程中时,遇到了该问题。下面是解决的办法。
I figured out what caused the problem. I changed 'Build Active Architecture Only' of TapkuLibrary from Yes to No and it compiles with no problem.