Skip to content

getbouncer/cardscan-carthage-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cardscan-carthage-example

In /CarthageBuildTest

  1. Check that the Cartfile is pointing to the correct cardscan repo (i.e. master)
    github "getbouncer/cardscan-ios" "master" 
    
  2. Run carthage update and carthage build. If there are no errors, it is a successful build. Successful Run

Possible Errors:

  • No shared frameworks found No Shared Framework

    • Go back to cardscan-ios
    • Reclick shared in the scheme manager
    • Recommit and push to master
    • Update & build carthage
  • A shell task ... (launched in ~/somePath/.CarthageKit/dependencies/cardscan-ios) failed with exit code 1 Reset Cache

    • rm -rf the cache path
    • Update & build carthage

About

An example app that uses Carthage to build CardScan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages