主要有兩個問題 一個是info.plist沖突, 一個是缺少-lstdc++.6.0.9,解決版本如下:
問題1:
Showing All Messages
:-1: Multiple commands produce '/Users/fang/Library/Developer/Xcode/DerivedData/GuSuiEr-erlsjsktlnyflhdvehpjvbxfxjeb/Build/Products/Debug-iphonesimulator/GuSuiEr.app/Info.plist':
- Target 'GuSuiEr' (project 'GuSuiEr') has copy command from '/Users/fang/Documents/GuSuiEr/GuSuiEr/SupportingFiles/Info.plist' to '/Users/fang/Library/Developer/Xcode/DerivedData/GuSuiEr-erlsjsktlnyflhdvehpjvbxfxjeb/Build/Products/Debug-iphonesimulator/GuSuiEr.app/Info.plist'
- Target 'GuSuiEr' (project 'GuSuiEr') has process command with output '/Users/fang/Library/Developer/Xcode/DerivedData/GuSuiEr-erlsjsktlnyflhdvehpjvbxfxjeb/Build/Products/Debug-iphonesimulator/GuSuiEr.app/Info.plist'
解決辦法: file->workspace settings ->build system
問題2
ld: library not found for -lstdc++.6.0.9
clang: error: linker command failed with exit code 1 (use -v to see invocation)