I am getting the following error in the ide.log:
[19:11:43]: [33mGet started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile[0m
Credential ****appleid****:************* added to keychain.
INFO [2017-12-07 19:11:52Z]: Syncing ****appleid**** developer info...
INFO [2017-12-07 19:11:55Z]: Syncing developer teams
INFO [2017-12-07 19:11:56Z]: Processing details of ****team**** team...
WARNING [2017-12-07 19:27:54Z]: Gtk-Warning: Can't set a parent on widget which has a parent
Stack trace:
at Gtk.Widget.gtk_widget_set_parent (System.IntPtr , System.IntPtr ) [0x00000] in <861b978b87fe48cdaecc06b6d5833139>:0
at Gtk.Widget.set_Parent (Gtk.Widget value) [0x00022] in /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/gtk-sharp-None/gtk/generated/Widget.cs:58
at Mono.Addins.Gui.AddinManagerDialog.OnShown () [0x00006] in /Users/builder/data/lanes/5402/ff055b3e/source/monodevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:189
at Gtk.Widget.shown_cb (System.IntPtr widget) [0x00010] in /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/gtk-sharp-None/gtk/generated/Widget.cs:957
****appleid**** is my apple id email address and ****team**** is my team name.
I have tried to reinstall fastlane and have also tried reinstalling VSMac with no change.
I have tried all the trouble shooting things listed here:
https://developer.xamarin.com/guides/cross-platform/macios/apple-account-management/
I can see that the error could be related to the known issue of the VS window not getting focus back, but I have tried now several times as suggested and it still does not work.
I know that I have to enter my computer login credentials when the deliver.* dialogs popup and just click allow all, I am doing that.
So is this a bug or am I doing something wrong ?