You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK是2.10.13版本,并通过命令自己生成,然后加入到xcode工程中。
$ sh ./buildiOSFramework.sh
打App Archive包的时候会报错:
Bitcode bundle could not be generated because '....../AliyunOSSiOS.framework/AliyunOSSiOS(OSSNetworkingRequestDelegate.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file '....../AliyunOSSiOS.framework/AliyunOSSiOS' for architecture arm64
SDK是2.10.13版本,并通过命令自己生成,然后加入到xcode工程中。
$ sh ./buildiOSFramework.sh
打App Archive包的时候会报错:
Bitcode bundle could not be generated because '....../AliyunOSSiOS.framework/AliyunOSSiOS(OSSNetworkingRequestDelegate.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file '....../AliyunOSSiOS.framework/AliyunOSSiOS' for architecture arm64
历史issues中有提到这个问题,也解决过,但不知为何最新版本还是会报错。
尝试回滚到引入OSS SDK之前的版本,是可以打Archive包通过的,也有引入其他的framework(如github.com/Tencent/ncnn),他们打Archive包就都没问题。
The text was updated successfully, but these errors were encountered: