xcode15
1.flutter iOS app: duplicate symbols (no symbols listed)
修復(fù):"Project" 的 "Other Linker Flags" 最后添加 "-ld64" (要添加雙引號!)
參考指引:https://developer.apple.com/forums/thread/738672?answerId=767180022#767180022
xocde14
- link問題 修復(fù)
將source="$(readlink "${source}")"替換為source="$(readlink -f "${source}")"