如果真機(jī)運(yùn)行老出現(xiàn)下面的錯(cuò)誤
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
或者
ld: symbol(s) not found for architecture arm7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
或者模擬器運(yùn)行
ld: symbol(s) not found for architecture arm86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
這個(gè)問(wèn)題的解決方法加入?SystemConfiguration.framework 就Ok了哦