hello i am trying to load a custom framework into my app and i read the apple documentation and i dont get it the problem is (dyld: Library not loaded: @loader_path/kuruframework.framework/Versions/A/kuruframework)
i build the framework with this @executable_path/../Frameworks in instalation
options and with this @loader_path and i set in my app the the framework search paths to a folder i create inside the app because was any folder called Frameworks inside somebody can explain me the right way to do it and also i like the app work in other computers...
i build the framework with this @executable_path/../Frameworks in instalation
options and with this @loader_path and i set in my app the the framework search paths to a folder i create inside the app because was any folder called Frameworks inside somebody can explain me the right way to do it and also i like the app work in other computers...