xcode4 - Can you add a build product from a different project as a bundle resource in XCode? -
xcode4 - Can you add a build product from a different project as a bundle resource in XCode? -
i have 2 projects in xcode workspace. add together build product of project b bundle resource in project a. have configured scheme of project build project b first. there proper way besides adding build product of project b file system?
the same question answered here: http://stackoverflow.com/a/7118177/470225. isn't perfect solution, working me. can add together 'run script' build phase re-create resources bundle app binary. here script:
cp -r -f $built_products_dir/mybundle.bundle $built_products_dir/$contents_folder_path/
xcode xcode4
Comments
Post a Comment