Fuse version 1.1.0 (build 13808)
OS: macOS Sierra 10.12.5
git clone https://github.com/poul-kg/MapViewExample
cd MapViewExample
fuse preview -t=iOS
Run app in XCode with iPhone attached
on iPhone I see "Loading, Starting Project" forever
MainView.ux
<App>
<ClientPanel>
<NativeViewHost>
<MapView Latitude="59.911567" Longitude="10.741030" Zoom="10">
<MapMarker Latitude="59.911567" Longitude="10.741030" Label="Fuse HQ"/>
</MapView>
</NativeViewHost>
</ClientPanel>
</App>
MapViewExample.unoproj
{
"RootNamespace":"",
"Packages": [
"Fuse.Maps",
"Fuse",
"FuseJS"
],
"Includes": [
"*"
]
}
Also I have the following messages in XCode
2017-07-12 14:45:26.729696+0600 MapViewExample[5139:1278646] [DYMTLInitPlatform] platform initialization successful
2017-07-12 14:45:26.844855+0600 MapViewExample[5139:1278481] libMobileGestalt MobileGestaltSupport.m:153: pid 5139 (MapViewExample) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled
2017-07-12 14:45:26.844967+0600 MapViewExample[5139:1278481] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see <rdar://problem/11744455>)
2017-07-12 14:45:46.461416+0600 MapViewExample[5139:1278481] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2017-07-12 14:45:46.463103+0600 MapViewExample[5139:1278481] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2017-07-12 14:46:10.349798+0600 MapViewExample[5139:1278481] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2017-07-12 14:46:10.350032+0600 MapViewExample[5139:1278481] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction