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

xcode 7使用的是ios 3.1.4的SDK,使用动态链接库方式,关闭了bitcode。运行没有问题,但提交APP时验证失败。请求处理

谢谢!

已经解决,原因是不能使用动态链接库,改用静态库就可以了。