Gurpartap / Cheapjack

Written in Swift, Cheapjack is a download manager providing an interface over NSURLSessionDownloadTask for managing multiple, simultaneous downloads with easier control over resuming, etc.
MIT License
51 stars 9 forks source link

project not building #1

Open moh1122 opened 9 years ago

moh1122 commented 9 years ago

Hello the project is not able to build with xcode 7 the framework is missing can u help me in this, btw can i add different urls to download

Gurpartap commented 9 years ago

In CheapjackExample target's "Embedded Binaries" section, remove "Cheapjack.framework" and add it again. The project references these frameworks with an absolute path, which varies from developer to developer.

moh1122 commented 9 years ago

thnks for your reply i tried it its still the same btw i didnt install with carthage i just downloaded the zip and opened CheapjackExample.xcodeproj can you please help me with carthage if its needed Thank you

Gurpartap commented 9 years ago

You need to install carthage and run carthage update --platform iOS in the terminal. This is a requirement of only the example project and not a requirement for using Cheapjack in your project.

moh1122 commented 9 years ago

carthage is not working from my side every time i run carthage update --platform iOS it gives me Symbol not found: __TFC11CarthageKit7Project18updateDependenciesfS0_FT_GV13ReactiveCocoa14SignalProducerT_OS13CarthageError Referenced from: /usr/local/bin/carthage Expected in: /Library/Frameworks/CarthageKit.framework/CarthageKit can you please help me in this Thank you

Gurpartap commented 9 years ago

Make sure you have Xcode 7 and it is the currently "selected" version too. Assuming that /Applications/Xcode.app is Xcode 7:

sudo xcode-select --switch /Applications/Xcode.app

If this does not solve it, please share more details about the error(s).

moh1122 commented 9 years ago

still the same yes i have xcode 7 and its selected its giving /Users/Apple/Downloads/Cheapjack-master/CheapjackExample/DownloadsCellViewModel.swift:25:8: No such module 'ReactiveCocoa'

any clue?

moh1122 commented 9 years ago

any news