Martin List

Results 3 comments of Martin List

I face exactly the same issue: The Changelog of 5.1.0 includes `Stop importing CTrueTime as a separate module` and I'd love to check whether that fixes it, but apparently the...

@jaceklapinski I was able to avoid the error by iterating through my pod dependencies and setting `BUILD_LIBRARY_FOR_DISTRIBUTION` to YES. ``` installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES' end...