QCloud Core
Declaration of ‘sa_family_t’ must be imported from module ‘Darwin.POSIX.sys.types._sa_family_t’ before it is required
QCloud需要升级到6.4.4,有必要时需要使用pod repo update
原来使用weakself的地方换成QCloudWeakSelf
maskView的题目
bitcode干系打包题目
Assert validation failed (90482) invalid Executable,the executable containbitcode
解决方法,在pod install中添加
bitcode_strip_path = xcrun --find bitcode_strip.chop!
def strip_bitcode_from_framework(bitcode_strip_path, framework_relative_path)
framework_path = File.join(Dir.pwd, framework_relative_path)
command = “#{bitcode_strip_path} #{framework_path} -r -o #{framework_path}”
puts “Stripping bitcode: #{command}”
system(command)
end
- framework_paths = [
- "Pods/TXIMSDK_iOS/ImSDK.framework/ImSDK",
- ]
- framework_paths.each do |framework_relative_path|
- strip_bitcode_from_framework(bitcode_strip_path, framework_relative_path)
- end
复制代码 免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。 |