单元测试用例在 xcode 中失败
Unit test case fails in xcode
当我 运行 我的单元测试用例在 xcode 6.3 时它给我一个错误说
ld: building for iOS Simulator, but linking against dylib built for
MacOSX file
'/Applications/Xcode.app/Contents/Developer/Library/Frameworks/XCTest.framework/XCTest'
for architecture i386 clang: error: linker command failed with exit
code 1 (use -v to see invocation)
.
单元测试在开发者系统中工作,但在我的服务器中不工作mac machine。请帮帮我。
终于自己找到了。这是 xcode 中的错误。只需卸载 xcode 并删除路径 ~/Library/Developer/Xcode
中的文件。然后重新安装xcode,错误消失了。
当我 运行 我的单元测试用例在 xcode 6.3 时它给我一个错误说
ld: building for iOS Simulator, but linking against dylib built for MacOSX file '/Applications/Xcode.app/Contents/Developer/Library/Frameworks/XCTest.framework/XCTest' for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
.
单元测试在开发者系统中工作,但在我的服务器中不工作mac machine。请帮帮我。
终于自己找到了。这是 xcode 中的错误。只需卸载 xcode 并删除路径 ~/Library/Developer/Xcode
中的文件。然后重新安装xcode,错误消失了。