hamdan

Results 3 comments of hamdan

still not find any solution. well if i remove use_framework! from cocoapods file then this error not occurs

Script error on KeyError: filetype when using core data model like abc.xcdatamodeld

change get_build_phase_files to this script def get_build_phase_files(self, build_phase_name, filter_func): if len(filter(lambda x: x['isa'] == build_phase_name, self.target['buildPhases'])) > 0 : build_phase = filter(lambda x: x['isa'] == build_phase_name, self.target['buildPhases'])[0] build_files = filter(lambda...