通过pod 'AVOSCloudDynamic' 安装,Mac os和xcode均为最新版,CocoaPods也为最新版1.0beta6 编译上传App Store时报错

ERROR ITMS-90087: "Unsupported Architectures. The executable for xx.app/Frameworks/AVOSCloud.framework contains unsupported architectures '[x86_64, i386]'."

ERROR ITMS-90179: "Invalid Code Signing. The executable 'Payload/xx.app/Frameworks/AVOSCloud.framework/AVOSCloud' must be signed with the certificate that is contained in the provisioning profile."

ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'xx.app/Frameworks/AVOSCloud.framework/AVOSCloud' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."

ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."

你好,你解决这个问题了吗?

这个问题实在太坑人了,直到要archive上线了才爆发出来

更新了最新版的还是不行

而且是个死循环,如果用pod集成静态库,其他的cocoapod的库就用不了

又不能不用其他库

采用静态库,swift 集成静态库会找不到 avoscloud.h,怎么import都无法编译

手动集成还没尝试最新版本是否可用

手动集成里面看论坛又有很多坑,

有用 leancloud 成功通过 appstore 审核的产品吗?

已经想弃用 leancloud 了

目前所有动态库都不要用,采用老办法。用oc和swift的混编目前可用。

谢谢

换用 restapi, 目前用下来还算不错

SDK 已经开源,不再存在这个问题了