YangQi

去掉 s.libraries 里的 "protobuf"

... ... @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/AVSDK_1.9.9.1069.zip", :sha1 => "27125e3dfa97e3b8b1747537a43e99ed21bbfc34" }
s.vendored_frameworks = "AVSDK/QAVSDK.framework"
s.frameworks = "UIKit", "CoreVideo", "CoreMedia", "Accelerate", "Foundation", "AVFoundation", "AudioToolbox", "VideoToolbox", "CoreGraphics", "CoreTelephony", "SystemConfiguration", "OpenAL"
s.libraries = "c++", "z", "sqlite3", "iconv", "resolv", "protobuf"
s.libraries = "c++", "z", "sqlite3", "iconv", "resolv"
s.requires_arc = true
s.dependency "IMSDK"
end
\ No newline at end of file
... ...
... ... @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/ILiveSDK_1.9.6.14326.zip", :sha1 => "98d8ca6bfd58ecc729498718719adfa8c9fc8283" }
s.vendored_frameworks = "ILiveSDK/ILiveSDK.framework", "ILiveSDK/TILLiveSDK.framework", "ILiveSDK/ILiveLogReport.framework"
s.frameworks = "UIKit", "CoreMedia", "Accelerate", "Foundation", "AVFoundation", "CoreVideo", "VideoToolbox", "CoreGraphics", "SystemConfiguration", "OpenAL", "QAVSDK"
s.libraries = "c++", "bz2", "z", "sqlite3.0", "iconv", "resolv", "protobuf"
s.libraries = "c++", "bz2", "z", "sqlite3.0", "iconv", "resolv"
s.requires_arc = true
s.dependency "AVSDK", '1.9.9.1069'
end
\ No newline at end of file
... ...