Carlos Martín
Carlos Martín
Following your directions I got same error. This is mi pod file: ``` source 'https://github.com/CocoaPods/Specs.git' use_frameworks! platform :ios, '9.0' abstract_target 'Project' do pod 'AFNetworking', '~> 3.0' pod 'Typhoon' pod 'JSONModel'...
@etolstoy nothing change since last time... I am working with version: pod 'Typhoon', '~> 3.5.1', because I don't know how to solve it
@etolstoy did you find anything?
It looks that the problem comes from init the main window frame in the assembly, because it doesn't set it properly. (In simulator doesn't work at all) When I set...
Thanks! It solves the problem