Andyy Hope
Results
2
comments of
Andyy Hope
@lonealpha @dipkasyap try adding this to the very end of your `Podfile` ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '3.0' end end end ``` Also,...
Go for it! =] Andyy Hope iOS Developer, Melbourne @andyyhope andyyhope.com > On 29 Feb 2016, at 3:21 AM, Torbjørn Morland [email protected] wrote: > > This repo doesn't have a...