I made an empty, one-time application in Xcode 6 (FWTest) and added Cocoa as the target Touch Framework (FWTestKit) and asked to include it in FWTest. Then I add the image (photo.png) to the framework that I expect in Frameworks / FWTestKit.framework / Versions / A / Resources / photo.png when I create and archive my application. However, I find it in Frameworks / FWTestKit.framework / photo.png
How can I do this, at least in the Resources folder? Preferred version folder so that I can send different versions of my framework?
When I add this framework to another application, I need to do something special to make sure the resources are connected with it, so that when I refer to a resource from my structure, I can be sure that it will be available also when use in another application?
Greetings
Nick
source share