svga / SVGAPlayer-iOS

Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。
http://svga.io
Apache License 2.0
1.09k stars 304 forks source link

#import "SVGAVideoEntity.h" 文件 protoObject.params 为空 #152

Open lijiajunios opened 3 years ago

lijiajunios commented 3 years ago

数据解析为空

Dilrvvr commented 3 years ago

同遇到这种情况。protoObject.hasParams是YES,但是protoObject.params 为空。 同一个svga文件,在我们的项目中params为空,无法播放,但是创建一个新的Xcode项目播放又是正常的。 暂时不清楚什么问题造成的。