This is an automated email from the ASF dual-hosted git repository.
kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-playground.git
The following commit(s) were added to refs/heads/master by this push:
new 2c21cd4 [iOS] Fix ios build failed (#16)
2c21cd4 is described below
commit 2c21cd47d85503eb0d16e072346fd9bbc4f7517c
Author: Renmin <[email protected]>
AuthorDate: Thu Aug 8 14:34:26 2019 +0800
[iOS] Fix ios build failed (#16)
Specific the vesion of libwebp to 1.0.2 to fix Pod SDWebImage build failed
due to libwebp 1.0.3
---
ios/Podfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/ios/Podfile b/ios/Podfile
index 46e047b..e9f2f0b 100644
--- a/ios/Podfile
+++ b/ios/Podfile
@@ -17,6 +17,7 @@ def common
pod 'SocketRocket', '0.4.2'
pod 'ATSDK-Weex', '0.0.1',:configurations => ['Debug']
pod 'BindingX', '1.0.3'
+ pod 'libwebp', '1.0.2'
# WeexGcanvas is added by Weex Plugin, more info at
https://market.dotwe.org/ext/list.htm
#pod 'WeexGcanvas'
end