alibaba / weex

A framework for building Mobile cross-platform UI
https://weexapp.com/
Apache License 2.0
18.28k stars 2.13k forks source link

[ios]fix complie issue with xcode13 Undefined symbols ___gcov_flush #3301

Closed yuditxj closed 2 years ago

yuditxj commented 2 years ago

fix complie issue with xcode13 Undefined symbols ___gcov_flush

原因: llvm delete "_gcov_flush", try replace with "__gcov_dump/__gcov_reset" , https://reviews.llvm.org/D83149

Brief Description of the PR

Checklist