gpt4 book ai didi

ios - 找不到体系结构 i386 错误 iOS 的符号

转载 作者:可可西里 更新时间:2023-11-01 06:10:42 26 4
gpt4 key购买 nike

我的代码本身没有错误,但是当我尝试运行时,我得到了这个错误 - Symbol(s) not found for architecture i386 error iOS。我寻找答案,但到目前为止没有任何帮助。我确定我正在链接到正确的库。

此外,代码在不同的项目中单独运行时确实有效。本质上,我制作了一个应用程序的各个部分,但在让它们一起工作时遇到了这个问题。这两个应用程序之间的一切都是相同的。唯一真正的区别是我将它与 coreplot 代码一起运行,所以我不确定这是否与它有任何关系?

错误是由于 TFHipple 元素而发生的。这是错误的副本:

Ld /Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator/PennStateStrengthandFitness.app/PennStateStrengthandFitness normal i386
cd /Users/jyurcho/Desktop/Testing/PennStateStrengthandFitness
setenv IPHONEOS_DEPLOYMENT_TARGET 6.1
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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 i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk -L/Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator -L/Users/jyurcho/Desktop/Testing/PennStateStrengthandFitness -F/Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator -filelist /Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctckzwibzv/Build/Intermediates/PennStateStrengthandFitness.build/Debug-iphonesimulator/PennStateStrengthandFitness.build/Objects-normal/i386/PennStateStrengthandFitness.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -all_load -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.1 -lxml2 -framework QuartzCore -framework UIKit -framework Foundation -framework CoreGraphics -lCorePlot-CocoaTouch -o /Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator/PennStateStrengthandFitness.app/PennStateStrengthandFitness

架构 i386 的 undefined symbol :
“_OBJC_CLASS_$_TFHpple”,引用自:
psuSecondViewController.o 中的 objc-class-ref
ld:未找到架构 i386 的符号
clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)

我很确定我拥有我需要的所有框架

最佳答案

检查您的build设置。如果一切正确,请尝试全新构建整个项目。 Xcode 正在尝试将您的应用程序的模拟器版本与 Core Plot 的 iOS 设备版本链接起来。

关于ios - 找不到体系结构 i386 错误 iOS 的符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15324597/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com