ld: library not found for -lJGProgressHUD - ios

I cloned the project and tried to build it but got stuck due to the following error, can you tell me how to deal with it?
ld: library not found for -lJGProgressHUD
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have done pods install, but the error exists.
Need some help in solving this issue.

Well, That's what worked for me :
Open Build settings
Search for Other Linker flags
remove -l"Pods-XXXLibrary"
Thats it !

Related

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

I am currently having issues archiving my react native project in Xcode. Building and running my project works fine in Debug but archiving is a problem. The following error appears when attempting to archive:
ld: library not found for lBoringSSL-GRPC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have tried removing 'Firebase/Firestore' from my Podfile, running pod install and then trying to archive but that doesn't seem to help. I would get the error:
ld: library not found for lDoubleConversion
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have tried removing the quotes from the library search paths in the build settings as suggested from someone who had a similar issue. This didn't help unfortunately.
I am opening the workspace. Although, when opening .workspace it does direct me to my project .xcodeproj. Not sure if this is the problem.
Can someone please assist? I would really appreciate it. I'm clueless here. I'm fairly new to Xcode and React Native.
Thank you.

Xcode clang: error: linker command failed with exit code 1 (UNITY used for creation)

There are many other people with a VERY similar problem to this, but I have not seen Unity itself mentioned in anything related to this issue. My Error is:
Summary of Error:
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Full Error:
ld: could not open bitcode temp file: /Users/Ryan/Library/Developer/Xcode/DerivedData/Unity-iPhone-
eovqdsbeqkeftcdnyutjuztsgocg/Build/Intermediates/ArchiveIntermediates/Unity
-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-
iphoneos/Unity-iPhone.build/Objects-
normal/armv7/ProductName.bundle.t3Mkr7/1293.bc for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am using Unity3D for this project and all of the files etc. are made by them, so I do not know really anything about Xcode and how to fix this through Xcode. All help is very appreciated! thank you.
Try setting bitcode to false in project settings

ld: library not found for -lPods-Google-Maps-iOS-SDK iOS

I install googlemap pod file that time i got an error and unable to solved this .. please help me
I am getting this error:
ld: library not found for -lPods-Google-Maps-iOS-SDK clang: error:
linker command failed with exit code 1 (use -v to see invocation)
This is the error because u didn't integerate sdk using podfile correctly so the sdk files are missing in your project
Use this link https://developers.google.com/maps/documentation/ios-sdk/start it will help.Thanks
follow this link properly https://developers.google.com/maps/documentation/ios-sdk/start
and make sure you have set YES in BUILD ACTIVE ARCHITECTURE ONLY in build settings (in target).

Apple mach -o- Linker Error

I am new to IOS development and i tried to resolve the error but nothing works. Provide some suggestion.
ld: library not found for -lPods-XXXXXXX-AppInvites
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Open the project using workspace (that was generated by CocoaPods) instead of the xcodeproj. I think this will resolve your issue. Otherwise there may be some library missing in CocoaPods.

Getting error while archiving

I have included libz.dylib in my project.When running on simulator it doesnt gives error.But when archiving its giving me error.
I'm getting below mentioned error
ld: library not found for -lz clang: error: linker command failed
with exit code 1 (use -v to see invocation)
I searched a lot but could not found the solution.
thanks in advance

Resources