Hi,
I tried to run my first app on the Mac emulator (XCode) but only get a white emulator screen.
This is what I did:
- installed XCode on the MAC
- set up the B4I environment (java path + config of the B4IBuilder): selected a path for the Keys (but did NOT generate any keys)
- created a simple layou ("Main")
- set the namespace
- added Page1.RootPanel.LoadLayout("Main") before NavControl.ShowPage(Page1)
When I run the application (debug), the emulator starts on the MAC (iPhone 6s plus) but it only shows a white screen.
Thanks
I tried to run my first app on the Mac emulator (XCode) but only get a white emulator screen.
This is what I did:
- installed XCode on the MAC
- set up the B4I environment (java path + config of the B4IBuilder): selected a path for the Keys (but did NOT generate any keys)
- created a simple layou ("Main")
- set the namespace
- added Page1.RootPanel.LoadLayout("Main") before NavControl.ShowPage(Page1)
When I run the application (debug), the emulator starts on the MAC (iPhone 6s plus) but it only shows a white screen.
Thanks