wendux / DSBridge-IOS

:earth_asia: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用pod管理时编译报错“Cannot synthesize weak property because the current deployment target does not support weak references”

yanxiaobing opened this issue · comments

在Podfile底部如下代码,8.0 为Deployment Target
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0' end end end