gpt4 book ai didi

objective-c - 需要帮助解决基本的 Objective-C 构建错误

转载 作者:行者123 更新时间:2023-11-28 18:41:01 26 4
gpt4 key购买 nike

我对 objective-c 完全没有经验,现在才开始。和我一起工作的一个开发人员出国几天,不小心在代码中留下了一个错误,现在我无法编译一个Iphone应用程序来完成...

我通过邮件从他那里得到了一些信息,他告诉我他留下了一个名为 dialog 的库,我需要将其删除才能使其正常工作...

问题是我没有 objective-c 和 Xcode 的经验...我是网络开发人员 :)

我尝试运行该项目,但出现此错误:

Build target mormar

Ld /Users/yanivshimony/Library/Developer/Xcode/DerivedData/mormar-cxfykryhzfovlbgtsjfowgleiyxu/Build/Products/Debug-iphonesimulator/mormar.app/mormar normal i386 cd /Users/yanivshimony/Desktop/mormar setenv MACOSX_DEPLOYMENT_TARGET 10.6 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/iPhoneSimulator5.0.sdk -L/Users/yanivshimony/Library/Developer/Xcode/DerivedData/mormar-cxfykryhzfovlbgtsjfowgleiyxu/Build/Products/Debug-iphonesimulator -F/Users/yanivshimony/Library/Developer/Xcode/DerivedData/mormar-cxfykryhzfovlbgtsjfowgleiyxu/Build/Products/Debug-iphonesimulator -filelist /Users/yanivshimony/Library/Developer/Xcode/DerivedData/mormar-cxfykryhzfovlbgtsjfowgleiyxu/Build/Intermediates/mormar.build/Debug-iphonesimulator/mormar.build/Objects-normal/i386/mormar.LinkFileList -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/yanivshimony/Library/Developer/Xcode/DerivedData/mormar-cxfykryhzfovlbgtsjfowgleiyxu/Build/Products/Debug-iphonesimulator/mormar.app/mormar

Undefined symbols for architecture i386:
"_OBJC_CLASS_$_CATransition", referenced from: objc-class-ref in LoadingView.o "_kCATransitionFade", referenced from: +[LoadingView loadingViewInView:] in LoadingView.o -[LoadingView removeView] in LoadingView.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

谷歌搜索了一段时间后,我仍然不知道如何解决这个问题......我将不胜感激任何帮助,谢谢!

最佳答案

您需要链接到 QuartzCore。

在 Xcode 边栏中单击您的项目名称。然后单击您的目标,并在“摘要”选项卡中找到链接框架和库的列表。单击此列表下方的加号按钮,然后添加 QuartzCore。

关于objective-c - 需要帮助解决基本的 Objective-C 构建错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10817049/

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