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

Error when I try to run Example code #36

Closed X901 closed 7 years ago

X901 commented 7 years ago

I got this error when I try to run Example code

/Library/Developer/Xcode/DerivedData/MZDownloadManager-dxfnwszyostjnphejzzptzotboct/Build/Products/Debug-iphonesimulator/MZDownloadManager.bundle: bundle format unrecognized, invalid, or unsuitable Command /usr/bin/codesign failed with exit code 1

X901 commented 7 years ago

I Found out the solution by delete Podfile and Podfile.lock

files and then use pod init then add the pod on Podfile and use pod install