After pulling down the latest develop branch and running the set up script, I can't get the app the properly launch in the simulator.
It seems to crash some where in the AppController - (void)loadUserSession method.
2016/10/04 19:37:49:004 AVS: flowmgr(0x7fa92e0eaf48): alloc: (avs 2.8.65 (x86_64/darwin))
(AVSLogObserver:47)
Hey @KVTaniguchi ! The issue is with iOS 10 simulator, it cannot handle the capture sessions any more. Please go to simulator's settings where you see Wire-specific configuration and toggle "Disable AVS" ON:

We have a proper fix for it, I would try to propagate it to develop.
You can also test on device temporarily, there you have no issues with capture session.
@KVTaniguchi please check against current develop: https://github.com/wireapp/wire-ios/commit/e181bac0d251bda1619be03af90793c869cc49db
@mikeger I get The app ID "com.wearezeta.zclient-alpha" cannot be registered to your development team. Change your bundle identifier to a unique string to try again. when I try to run on device, changing the AVS settings in the sim does work, the latest dev does not after running setup - I can work off the AVS settings change though. Much thanks!
Most helpful comment
Hey @KVTaniguchi ! The issue is with iOS 10 simulator, it cannot handle the capture sessions any more. Please go to simulator's settings where you see Wire-specific configuration and toggle "Disable AVS" ON:

We have a proper fix for it, I would try to propagate it to
develop.