Reputation: 51374
I added a new Target in my app and selected Bundle. I named it myBundle I copied some resource files to the bundle. I cleared the build and again rebuild the app. The .app file is available in the Products folder. But I don't see the myBundle.bundle file there..
Did anybody see it?
:)
Upvotes: 0
Views: 306
Reputation: 22334
Make sure the bundle is assigned to your target. You can Get Info on the budle and check the target is checked (for the relevant target), if it isn't then it won't be included in the build.
Upvotes: 1