iOS Example Setup App failing

I’m trying to get the Setup App for iOS working. So far I’m not succeeding.
When I try to create a new account:

2017-08-16 17:06:32.612236-0400 Influx Data Setup[10262:4996492] Error signing up: The request timed out.

When I try to skip authentication:

2017-08-16 16:58:10.492452-0400 Influx Data Setup[10253:4994724] -canOpenURL: failed for URL: "org-appextension-feature-password-management://" - error: "This app is not allowed to query for scheme org-appextension-feature-password-management" 2017-08-16 16:58:41.248478-0400 Influx Data Setup[10253:4994724] DeviceID sent 2017-08-16 16:58:44.365407-0400 Influx Data Setup[10253:4994724] Could not send device-id command: Timeout occured while waiting for response from socket 2017-08-16 16:58:47.413608-0400 Influx Data Setup[10253:4994724] DeviceID sent 2017-08-16 16:58:47.433048-0400 Influx Data Setup[10253:4994724] DeviceID response received: 2b003b001047343438323536 2017-08-16 16:58:47.433182-0400 Influx Data Setup[10253:4994724] PublicKey sent 2017-08-16 16:58:47.480451-0400 Influx Data Setup[10253:4994724] PublicKey response received 2017-08-16 16:58:47.480581-0400 Influx Data Setup[10253:4994724] ScanAP sent 2017-08-16 16:58:49.843616-0400 Influx Data Setup[10253:4994724] ScanAP response received 2017-08-16 16:58:49.843767-0400 Influx Data Setup[10253:4994724] Claim code - trying to set 2017-08-16 16:58:49.855350-0400 Influx Data Setup[10253:4994724] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[1]' *** First throw call stack: (0x18e946fe0 0x18d3a8538 0x18e82d9b4 0x18e82d824 0x1001c1410 0x1001bf880 0x1001c29c4 0x18e89201c 0x18e89cd84 0x18e891b34 0x18f06b884 0x18f0673c0 0x18e8fa158 0x18e8f542c 0x18e8f4d9c 0x18e8f29a8 0x18e822da4 0x19028d074 0x194addc9c 0x10007954c 0x18d83159c) libc++abi.dylib: terminating with uncaught exception of type NSException

Any ideas?

UPDATE: This could be related somehow. I copied all the frameworks over from another project, but then realized that the iOS library had been updated from 0.6.0 to 0.7.0 so I updated my Cartfile and reran `carthage update --platform iOS --use-submodules --no-use-binaries’

And the build of spark-setup-os fails. I’ve bumped the issue in GitHub, but without this, I’m kind of stuck.