0Day Forums
Xcode Framework resources handling - Printable Version

+- 0Day Forums (https://0day.red)
+-- Forum: Coding (https://0day.red/Forum-Coding)
+--- Forum: FrameWork (https://0day.red/Forum-FrameWork)
+--- Thread: Xcode Framework resources handling (/Thread-Xcode-Framework-resources-handling)



Xcode Framework resources handling - buettner863 - 07-20-2023

I am a newbie to Xcode Framework. Had just make a bundle to be used as framework in other projects. My question is: How to make the resources exp: .xib, images usable by other project? I've tried copy bundle resources in build phases, but i dont know how to retrieve them.


RE: Xcode Framework resources handling - sulphinide236185 - 07-20-2023

It's kind of tricky. I've relied on some excellent work by Karl Stenerud [found here][1].


[1]:

[To see links please register here]




RE: Xcode Framework resources handling - malvabn - 07-20-2023

for adding resources (xib and images) copy them to project folder and drag and drop in Xcode project > supporting files (or any folder you have created ) and in pop up window check copy items into destination group and also check add to target..

then you can find these resources copied in Build Phase > copy bundle resources

**Edit** ! do you mean to ask something like this : where to find [these images of Facebook framework ] [1] in your project? and are you saying they are not found in copy bundle resources?


[1]: