0

我在下面的 xcode 中有以下错误,有什么想法导致这些错误吗?

arm-apple-darwin10-llvm-g++-4.2: /Users/<foldername>/Library/Developer/Xcode/DerivedData/Build/Products/Debug-iphoneos/libbtexternal.a: No such file or directory
arm-apple-darwin10-llvm-g++-4.2: /Users/<foldername>/Library/Developer/Xcode/DerivedData/Build/Products/Debug-iphoneos/libbtexternal.a: No such file or directory
lipo: can't figure out the architecture type of: /var/folders/1x/_btz9s41381cdzz41ty0r5fm0000gn/T//cc8KPWhc.out
error: linking step of external dylib build failed, probably due to missing framework or library references - check the contents of the btexternal.ios file
Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure
4

1 回答 1

0

请检查您是否拥有文件libbtextternal.a。如果没有,那么在进入项目之后将其添加到您的项目中,并且有选项Build phase。您在此处找到四行,您必须在其中选择 Link Binary with Libraries 并将您的 .a 文件添加到您在此处看到的框架中。我认为它会工作,如果没有然后告诉我。

希望这可以帮助。

于 2013-05-22T07:49:10.633 回答