anima

Results 5 comments of anima

@Allansk2 I have same problem, I solved it by changing the following code to `Podfile`: ``` source 'https://github.com/CocoaPods/Specs.git' platform:ios, '8.0' inhibit_all_warnings! xcodeproj 'MWPhotoBrowser' use_frameworks! target 'MWPhotoBrowser_Example' do pod "MWPhotoBrowser", :path...

> https://github.com/TozyZuo/TZLoadAllLibs 是啊,亲测可用. 踩人家干啥。

感谢回答,我在iOS端之前也调用了delete Net,只能释放一部份内存,大多数内存还是没有释放掉。

You need to change to this. ``` platform :ios, '8.0' target "DemoApp" do pod 'HCYoutubeParser' pod 'IGVimeoExtractor' end ```