ld: framework not found (homemade framework)

2012-10-31T17:31:43

I'm trying to deploy a project on an Ipad, containing a homemade framework called "HelloUnity.framework".

When I try to deploy my project I get the following error :

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

More specific :

Ld /Users/LabInnovation/Library/Developer/Xcode/DerivedData/Unity-iPhone-akzhbmwtkcooizfaebdhmbyuhrbk/Build/Products/test.app/test normal armv7
    cd /Users/LabInnovation/IpadWii/IpadWii
    setenv IPHONEOS_DEPLOYMENT_TARGET 2.2.1
    setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -L/Users/LabInnovation/Library/Developer/Xcode/DerivedData/Unity-iPhone-akzhbmwtkcooizfaebdhmbyuhrbk/Build/Products -L/Users/LabInnovation/IpadWii/IpadWii -L/Users/LabInnovation/IpadWii/IpadWii/Libraries -F/Users/LabInnovation/Library/Developer/Xcode/DerivedData/Unity-iPhone-akzhbmwtkcooizfaebdhmbyuhrbk/Build/Products -F/Users/LabInnovation/IpadWii/IpadWii/../../Desktop -F/Users/LabInnovation/IpadWii/IpadWii -filelist /Users/LabInnovation/Library/Developer/Xcode/DerivedData/Unity-iPhone-akzhbmwtkcooizfaebdhmbyuhrbk/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/armv7/test.LinkFileList -dead_strip -all_load -weak_framework CoreMotion -weak-lSystem -fobjc-link-runtime -miphoneos-version-min=2.2.1 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework OpenAL -liconv.2 -liPhone-lib -framework AudioToolbox -framework CFNetwork -framework MediaPlayer -framework CoreLocation -framework SystemConfiguration -weak_framework iAd -framework CoreMedia -framework CoreVideo -framework HelloUnity -weak_framework AVFoundation -framework CoreGraphics -weak_framework CoreMotion -weak_framework GameKit -o /Users/LabInnovation/Library/Developer/Xcode/DerivedData/Unity-iPhone-akzhbmwtkcooizfaebdhmbyuhrbk/Build/Products/test.app/test

And I don't know why, because my framework exist and the framework's folder is not empty. What is wrong?

Thanks,

Copyright License:
Author:「Benjamin Gimet」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/13154860/ld-framework-not-found-homemade-framework

About “ld: framework not found (homemade framework)” questions

I'm trying to deploy a project on an Ipad, containing a homemade framework called "HelloUnity.framework". When I try to deploy my project I get the following error : ld: framework not found Hell...
I am compiling the plug-in samples for Autodesk Maya 2014 with the Makefile it ships with. The thing is, 'ld' fails to locate a framework called 'System', thus giving the message: ld: framework ...
I am consistently getting this error each time I try to build my project: ld: framework not found -framework clang: error: linker command failed with exit code 1 (use -v to see invocation) I don'...
I have searched for many solutions but none of them works in my case. I am using FBAudienceNetwork in my Unity project and I want to build an iOS version. But when I build in iOS, the error message
I'm trying to convert FirebaseAnalytics (and later the other Firebase Frameworks) to a dynamic framework. I am following the instructions mentioned here (method 1). when trying to execute the foll...
I'm trying to add the lightning framework to my Xcode project, and the project is not building with an error: ld: framework not found Lightning clang: error: linker command failed with exi...
I copied the contents of Frameworks from SFML to ~/Library/Frameworks and tried to run the first tutorial example in SFML. I used this in g++ : g++ -o sfml-test.cpp -framework SFML -lsfml-window ...
I'm getting an error ld: framework not found CouchbaseLiteSwift clang: error: linker command failed with exit code 1 (use -v to see invocation) I imported CouchbaseLiteSwift.framework on a folder
Why is Xcode saying it can't find my GData framework when I try to build the app? The GData.framework dir is in the same directory (both on the HD and in the Project navigator) as the other .framew...
Trying to install Alamofire via Cocoapods. This is a brand new app with zero configuration. I've pod install the app and opened the project via it's workspace. Receiving following error using XCode...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.