繁体   English   中英

链接器命令失败,退出代码1 clang:错误

[英]linker command failed with exit code 1 clang:error

Ld /Users/simona/Library/Developer/Xcode/DerivedData/HelvetiQuiz-euzcyknolfniushksjdmyofanxpr/Build/Intermediates/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/HelvetiQuiz.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/HelvetiQuiz normal armv7
    cd /Users/simona/Desktop/Ios
    export IPHONEOS_DEPLOYMENT_TARGET=4.3
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk -L/Users/simona/Library/Developer/Xcode/DerivedData/HelvetiQuiz-euzcyknolfniushksjdmyofanxpr/Build/Intermediates/ArchiveIntermediates/Unity-iPhone/BuildProductsPath -F/Users/simona/Library/Developer/Xcode/DerivedData/HelvetiQuiz-euzcyknolfniushksjdmyofanxpr/Build/Intermediates/ArchiveIntermediates/Unity-iPhone/BuildProductsPath -filelist /Users/simona/Library/Developer/Xcode/DerivedData/HelvetiQuiz-euzcyknolfniushksjdmyofanxpr/Build/Intermediates/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/HelvetiQuiz.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/HelvetiQuiz.LinkFileList -dead_strip -weak_framework CoreMotion -weak-lSystem -stdlib=libstdc++ -fobjc-link-runtime -miphoneos-version-min=4.3 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework OpenAL -liconv.2 -liPhone-lib -framework AudioToolbox -framework CFNetwork -framework MediaPlayer -framework CoreLocation -framework SystemConfiguration -weak_framework iAd -framework CoreMedia -framework CoreVideo -weak_framework AVFoundation -framework CoreGraphics -weak_framework CoreMotion -weak_framework GameKit -Xlinker -dependency_info -Xlinker /Users/simona/Library/Developer/Xcode/DerivedData/HelvetiQuiz-euzcyknolfniushksjdmyofanxpr/Build/Intermediates/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/HelvetiQuiz.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/HelvetiQuiz_dependency_info.dat -o /Users/simona/Library/Developer/Xcode/DerivedData/HelvetiQuiz-euzcyknolfniushksjdmyofanxpr/Build/Intermediates/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/HelvetiQuiz.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/HelvetiQuiz

ld: library not found for -liPhone-lib
clang: error: linker command failed with exit code 1 (use -v to see invocation)

当我尝试编译我的应用程序时,我收到此错误。 我能做什么?

这些文章可能有用:

一些快速的谷歌搜索出现了很多情况,其中统一用户遇到了这个问题,它与图书馆搜索路径设置(项目 - >目标 - >构建设置)有关。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM