Obj-C Xcode10.1 Cannot Archive linker command failed with exit code 1 (use -v to see invocation)

本小妞迷上赌 提交于 2019-12-11 16:58:26

问题


I managed to run my code on the simulator and on the phone. But now I want to archive it. I keep getting error saying

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

I then run pod install on the following pod file

Pod file

platform :ios, '12.0'

target 'Share Fitness' do

pod 'DownPicker'
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'Firebase'
pod 'Firebase/Messaging'

end

I try to archive it again and I still get the following errors. I really do not know where to start to debug. It keep on saying library not found but I have already pod install DownPicker. Please help.

Pod Install

来源:https://stackoverflow.com/questions/54616194/obj-c-xcode10-1-cannot-archive-linker-command-failed-with-exit-code-1-use-v-to

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!