mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

Project Not Building #26

Closed professionalsna closed 7 years ago

professionalsna commented 7 years ago

Hi, Zeeshan

you did a great work, when i used your sample project it worked for me, but when i install it from cocoapods into my project it shows 79 issues on build time see the following issue

http://imgur.com/a/SuhAd

regards, Naveed

mzeeshanid commented 7 years ago

Are you using swift 3.0?

professionalsna commented 7 years ago

yes, also note if i used it manually (copying your classes files) it works but downloading cells not updated its status... it just shows downloading files are added but not updating their status.

kostapappas commented 7 years ago

same here

kostapappas commented 7 years ago

@professionalsna use pod "MZDownloadManager", :git => 'https://github.com/mzeeshanid/MZDownloadManager.git' and in order to run it in emulator use this instructions http://stackoverflow.com/a/40363534/1264893

I had the same problem. I did the following steps, and it sovled. Select Pods in the navigation --> TARGETS --> your FDTakeResources --> Signing(Enable Development Signing) --> Identity(Choose Info.plist File). Then I can run it on my simulator.

mzeeshanid commented 7 years ago

Thanks @kostapappas
I will update the pod version. For now you can fetch as mentioned above.

professionalsna commented 7 years ago

Thanks @kostapappas will check..

mzeeshanid commented 7 years ago

Podspec is updated so closing now.