I’ve an xcworkspace that has a number of targets in it and I’ve added a pod to one of many targets however after I run the app I get the next error.
dyld[85146]: Library not loaded: @rpath/some_pod.framework/some_pod
Construction seems to be like this
-
MainApp
-
Essential Goal
-
Pods
-
Widespread
-
Networking
-
I import Widespread into my Essential Goal courses and use it that approach. If I add the “some_pod” to my Essential Goal there isn’t any downside however after I add it to Widespread then I get the error above.
I added the some_pod.framework to “Frameworks, Libraries and Embedded Content material” underneath Essential Goal and every thing works fantastic however I am a bit suspicious as a result of it is the one framework that’s underneath Pods/ listing.
What’s the easiest way to deal with this problem?
Thanks prematurely