xcode15
1.flutter iOS app: duplicate symbols (no symbols listed)
修复:"Project" 的 "Other Linker Flags" 最后添加 "-ld64" (要添加双引号!)
参考指引:https://developer.apple.com/forums/thread/738672?answerId=767180022#767180022
xocde14
- link问题 修复
将source="$(readlink "${source}")"替换为source="$(readlink -f "${source}")"