hdw09 opened a new issue #1530: Xcode10 不在默认支持stdc++ URL: https://github.com/apache/incubator-weex/issues/1530 Xcode 10 不在默认支持stdc++, 在WeexSDK.podspec中对stdc++ 改为 c++吧,不然编译会失败 s.libraries = "stdc++" to s.libraries = "c++"
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
