{ "id": "170989", "key": "TIMOB-25729", "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": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2018-01-27T17:10:10.000+0000", "created": "2018-01-26T21:26:59.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [], "issuelinks": [ { "id": "56275", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "162402", "key": "TIMOB-23853", "fields": { "summary": "Hyperloop: iOS - Support embedded binaries", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2018-08-06T17:52:05.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": "13715", "name": "Hyperloop", "description": "Hyperloop project" } ], "attachment": [ { "id": "64763", "filename": "HyperloopDemo.zip", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-01-26T21:25:40.000+0000", "size": 10010451, "mimeType": "application/zip" }, { "id": "64765", "filename": "HyperloopDemo-fixed.zip", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-01-27T17:07:24.000+0000", "size": 9520041, "mimeType": "application/zip" }, { "id": "64762", "filename": "Screen_Shot_2018-01-26_at_1.29.28_PM.png", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-01-26T21:25:52.000+0000", "size": 156131, "mimeType": "image/png" } ], "flagged": false, "summary": "Hyperloop: iOS - Unable to load Mapbox using Hyperloop", "creator": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 990, "state": "closed", "name": "2018 Sprint 02 SDK", "startDate": "2018-01-14T22:48:43.544Z", "endDate": "2018-01-28T22:48:00.000Z", "completeDate": "2018-01-29T16:22:42.911Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "433749", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "I cannot see any reference to the Mapbox SDK in the sample project. Here is an example of using Cocoapods to manage the framework:\r\n{code:ruby}\r\ninstall! 'cocoapods',\r\n :integrate_targets => false\r\n \r\nplatform :ios, '8.0'\r\n# Change to the actual app name\r\ntarget 'HyperloopDemo' do\r\n\tpod 'Mapbox-iOS-SDK'\r\nend\r\n{code}\r\nDoing that, you can instantiate a new view:\r\n{code:js}\r\nvar UIScreen = require('UIKit/UIScreen');\r\nvar UIViewAutoresizingFlexibleWidth = require('UIKit').UIViewAutoresizingFlexibleWidth;\r\nvar UIViewAutoresizingFlexibleHeight = require('UIKit').UIViewAutoresizingFlexibleHeight;\r\nvar MGLMapView = require('MapBox/MGLMapView');\r\n\r\nvar mapView = new MGLMapView.alloc().initWithFrame(UIScreen.mainScreen.bounds);\r\nmapView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;\r\n\r\n// ... Create your Titanium view ...\r\n\r\nmyTitaniumView.add(mapView);\r\n{code}", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-01-27T12:11:58.000+0000", "updated": "2018-01-27T12:11:58.000+0000" }, { "id": "433760", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Fixed their project for them and re-attached it under \"HyperloopDemo-fixed.zip\". There were a couple of issues:\r\n\r\n* Mapbox SDK wasn't included\r\n* Mapbox API-key were missing\r\n* Mapbox geolocation permissions were missing\r\n\r\nI've also updated our [Mapbox sample-app|https://github.com/hyperloop-modules/ti.mapbox] that can be used as an additional reference. Cheers!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-01-27T17:10:10.000+0000", "updated": "2018-01-27T17:10:30.000+0000" }, { "id": "440269", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as \"not our bug\". If you disagree, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:52:05.000+0000", "updated": "2018-08-06T17:52:05.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }