I am working on a mobile app using Unity3D and Mixpanel. The app runs successfully on an iPhone6, after I import the Mixpanel library it fails in Xcode with the following message:
ld: warning: directory not found for option '-L#(inherited)'
ld: library not found for -lMixpanel
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
How can I fix this?
Related
I want to integrate JitsiMeetSDK framework for iOS project. but it gives me error:
ld: framework not found JitsiMeetSDK.xcframework
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have set all the info as per link : https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-ios-sdk
I have used cocoapods, Xcode 12.4, Swift project. Any suggestions?
I am receiving an error while trying to run the app using pod installation of “IBMMobileFirstPlatformFoundation” on iOS using Xcode 10
ld: library not found for -lstdc++.6
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
Has anyone encountered this?
Should remove libstdc++ from other linker flags in your xcode project
Follow
https://mobilefirstplatform.ibmcloud.com/blog/2018/07/23/mfp-support-for-ios12/#known-issues
I have just received a rather large iOS Xcode Objective-C project from a friend and am currently trying to build and run the solution that was given to me on my own machine. When I go to run the code, I am given this error:
ld: warning: directory not found for option '-L/Users/huxdr/Library/Developer/Xcode/DerivedData/Presence-fwasplradhrerkdlyqnnnacvggws/Build/Products/Debug-iphonesimulator/Google-Maps-iOS-Utils'
ld: library not found for -lGoogle-Maps-iOS-Utils
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Does anyone know what I should be adding/including in order for the project to successfully link this library?
im getting this error when trying to build my xcode project.
ld: library not found for -lBolts
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I cant figure out what the issue is.
I have matched all the configuration of the two project, and import the frameworks. and the error is:
ld: framework not found -stdlib=libstdc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)