我正在试着为itunes上的ipa上传自动化做一个小bash脚本。从Xcode上传,它工作得很好。
对于命令:
gym在Fastlane中,一些项目上传得很好,其他项目则失败,并显示日志:
The following build commands failed:
GenerateDSYMFile [...]
Exit status: 65在健身房日志中:
GenerateDSYMFile [...]
dsymutil(20223,0x7fff724c3000) malloc: *** error for object 0x610000100000: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil failed with exit code 6 ...tried所有谷歌解决方案....
发布于 2016-05-18 21:10:08
https://stackoverflow.com/questions/35506926
复制相似问题