gpt4 book ai didi

ios - 架构 arm64 (iOS) 的 undefined symbol

转载 作者:行者123 更新时间:2023-11-29 00:23:30 24 4
gpt4 key购买 nike

我无法编译我的项目。它返回架构arm64的 undefined symbol ,后跟链接器命令失败,退出代码1

它似乎总是属于日志中的 EZSwipeController cocoa pod。这是怎么回事?

日志:

Undefined symbols for architecture arm64:
"EZSwipeController.EZSwipeController.stackNavBars.getter : [__ObjC.UINavigationBar]", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackNavBars.materializeForSet : [__ObjC.UINavigationBar]", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackVC.getter : [__ObjC.UIViewController]!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackVC.setter : [__ObjC.UIViewController]!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackPageVC.getter : [__ObjC.UIViewController]!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackPageVC.setter : [__ObjC.UIViewController]!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackPageVC.materializeForSet : [__ObjC.UIViewController]!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.bottomNavigationHeight.getter : CoreGraphics.CGFloat", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.titleButton.getter : __ObjC.UIButton?", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.bottomNavigationHeight.setter : CoreGraphics.CGFloat", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackNavBars.setter : [__ObjC.UINavigationBar]", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.titleButton.materializeForSet : __ObjC.UIButton?", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.bottomNavigationHeight.materializeForSet : CoreGraphics.CGFloat", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.pageViewController.getter : __ObjC.UIPageViewController!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackStartLocation.materializeForSet : Swift.Int!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.pageViewController.setter : __ObjC.UIPageViewController!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.pageViewController.materializeForSet : __ObjC.UIPageViewController!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.titleButton.setter : __ObjC.UIButton?", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackStartLocation.setter : Swift.Int!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.currentStackVC.setter : __ObjC.UIViewController!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.currentStackVC.materializeForSet : __ObjC.UIViewController!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackVC.materializeForSet : [__ObjC.UIViewController]!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.datasource.getter : weak EZSwipeController.EZSwipeControllerDataSource?", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.navigationBarShouldBeOnBottom.materializeForSet : Swift.Bool", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.datasource.setter : weak EZSwipeController.EZSwipeControllerDataSource?", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.navigationBarShouldBeOnBottom.setter : Swift.Bool", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.datasource.materializeForSet : weak EZSwipeController.EZSwipeControllerDataSource?", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.cancelStandardButtonEvents.setter : Swift.Bool", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.stackStartLocation.getter : Swift.Int!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.navigationBarShouldBeOnBottom.getter : Swift.Bool", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.navigationBarShouldNotExist.getter : Swift.Bool", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.cancelStandardButtonEvents.materializeForSet : Swift.Bool", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.currentStackVC.getter : __ObjC.UIViewController!", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.navigationBarShouldNotExist.setter : Swift.Bool", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.cancelStandardButtonEvents.getter : Swift.Bool", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
"EZSwipeController.EZSwipeController.navigationBarShouldNotExist.materializeForSet : Swift.Bool", referenced from:
_OBJC_CLASS_$__TtC7ClickUp15TaskViewSwipeVC in TaskViewSwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp7SwipeVC in SwipeVC.o
_OBJC_CLASS_$__TtC7ClickUp10BoxSwipeVC in BoxSwipeVC.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** ARCHIVE FAILED **


The following build commands failed:
Ld /Users/greenhouse/Library/Developer/Xcode/DerivedData/ClickUp-femixwixrwqyxugbrvrqmcaqvdkh/Build/Intermediates/ArchiveIntermediates/ClickUp/IntermediateBuildFilesPath/ClickUp.build/Release-iphoneos/ClickUp.build/Objects-normal/arm64/ClickUp normal arm64
(1 failure)

Pod文件:

platform :ios, '9.0'
use_frameworks!
inhibit_all_warnings!

target 'ClickUp' do
pod 'Alamofire', '~> 4.0'
pod 'KeychainAccess', '~> 3.0.0'
pod 'MBProgressHUD', '~> 0.9.2'
pod 'Kingfisher', '~> 3.0'
pod "HockeySDK", '~> 4.0.2'
pod 'SnapKit', '~> 3.0'
pod 'HMSegmentedControl', '~> 1.5.3'
pod 'libPhoneNumber-iOS', '~> 0.8.16'
pod 'DateTools', '~> 1.7.0'
pod 'RSKImageCropper', '~> 1.5.1'
pod 'FLAnimatedImage', '~> 1.0'
pod 'EZSwipeController', '~> 0.6.1'
pod 'MGSwipeTableCell', '~> 1.5.5'
end

最佳答案

事实证明,EZSwipeController 做了一些事情(7 天前提交),如果您使用的是 CocoaPods,这会破坏应用程序。只需删除 cocoapod 并手动将库拖放到项目中。

关于ios - 架构 arm64 (iOS) 的 undefined symbol ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43685126/

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