问题
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