Results 7 comments of ChatWyn

Yes, I found if I use hmap replace header search path, it can generate .xcactivitylog correctly. So I think it may be an `argument to long` error in xcodebuild. But...

https://tech.meituan.com/2021/02/25/cocoapods-hmap-prebuilt.html

me too. I think is xcodebuild bug, but I don't know how to submit bug to xcodebuid

Sure. when I add it in the resource rules, it can solve my problem. And In MY `*.app/_CodeSignatureCodeResources` will show the nib name, such as ``` StartLogo.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib ZX9hKRVSyKfPkYmyQU8Qi+FMX22 ```

旋转动画是添加到rotationImg上的 dealloc的时候在bigImage的时候移除动画的

ok 不过要一直滚动的话 估计需要2张图放在一起 然后更改frame 其他方法暂时还没想到

这个是框架里带的 他会先拿出图片data的前八位字节 判断是什么类型,如果是gif图片的话,会调用imageview的以下方法 ``` @property (nullable, nonatomic, copy) NSArray *animationImages; // The array must contain UIImages. Setting hides the single image. default is nil @property (nonatomic) NSTimeInterval animationDuration; // for...