{ "id": "64155", "key": "TIMOB-3523", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2016-08-19T22:03:22.000+0000", "created": "2011-04-15T03:46:15.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "core", "hard_to_verify" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-23T20:24:14.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "When building a module, it seems that it doesn't copy over any resources other than .m/.h files, i.e. if i place an image, or nib in my xcode project this isn't available in the mainBundle of the application and therefore you cannot load nib's, i also noticed while debugging the nib issues, that it doesn't copy over images placed in Xcode, the contents of mainBundle remain similar:\r\n\r\n{code}\r\n[DEBUG] (\r\n[DEBUG] \"appicon.png\",\r\n[DEBUG] \"debugger.plist\",\r\n[DEBUG] \"Default-Landscape.png\",\r\n[DEBUG] \"Default-Portrait.png\",\r\n[DEBUG] \"Default.png\",\r\n[DEBUG] \"Default@2x.png\",\r\n[DEBUG] flurry,\r\n[DEBUG] \"Info.plist\",\r\n[DEBUG] \"KS_nav_ui.png\",\r\n[DEBUG] \"KS_nav_views.png\",\r\n[DEBUG] modules,\r\n[DEBUG] PkgInfo,\r\n[DEBUG] \"stylesheet.plist\",\r\n[DEBUG] \"ti.flurry\"\r\n[DEBUG] )\r\n/Users/swanify/Library/Application Support/iPhone Simulator/4.3/Applications/1B3A1AEF-830E-4253-BF2B-198DF7C6B70D/flurry.app\r\n{code}\r\n\r\nI used flurry as an example just to prove it wasn't something specific to my module, there should be an image named card-logos.png in there.", "attachment": [], "flagged": false, "summary": "Tooling: Custom Titanium Module - Doesn't keep other resources", "creator": { "name": "matthewlanham", "key": "matthewlanham", "displayName": "Matthew Lanham", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "matthewlanham", "key": "matthewlanham", "displayName": "Matthew Lanham", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "130741", "author": { "name": "matthewlanham", "key": "matthewlanham", "displayName": "Matthew Lanham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Just to add to the above, the reason i was checking the bundle\nwas that i am trying to load a nib and getting the following\nerror:

\n

[DEBUG] 2011-04-06 14:50:11.611\nxxxxxxxxxxxx[12236:207] *** Terminating app due to uncaught\nexception 'NSInternalInconsistencyException', reason: 'Could not\nload NIB in bundle: 'NSBundle (loaded)' with name\n'xxxxxxxxxxxxx''

{html}", "updateAuthor": { "name": "matthewlanham", "key": "matthewlanham", "displayName": "Matthew Lanham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:46:16.000+0000", "updated": "2011-04-15T03:46:16.000+0000" }, { "id": "195086", "author": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "body": "Tested this issue. It still exists.", "updateAuthor": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "created": "2012-05-16T15:18:57.000+0000", "updated": "2012-05-16T15:18:57.000+0000" }, { "id": "393675", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "I cannot reproduce this with Titanium SDK master branch (currently 6.1.0). It has been fixed for a long, long time, probably is the 4.0 era.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-08-19T22:03:22.000+0000", "updated": "2016-08-19T22:03:22.000+0000" }, { "id": "415356", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as \"Cannot Reproduce\" with reference to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-23T20:24:14.000+0000", "updated": "2017-03-23T20:24:14.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }