mysterioustrousers / MTMigration

Manages blocks of code that only need to run once on version updates in iOS apps.
BSD 2-Clause "Simplified" License
914 stars 50 forks source link

Cannot build by Carthage #29

Open denny1314 opened 8 years ago

denny1314 commented 8 years ago

=====================Cartfile ==================== github "mysterioustrousers/MTMigration"

=====================Run "carthage update" ==================== * Fetching MTMigration * Checking out MTMigration at "0.0.5" * xcodebuild output can be found in /var/folders/m9/wv055crx2l1c8ttcy2vtl8_40000gn/T/carthage-xcodebuild.lFesDL.log * Skipped building MTMigration due to the error: Dependency "MTMigration" has no shared framework schemes

pwightman commented 8 years ago

Thanks for reporting! @rob-nash, any ideas?

ghost commented 8 years ago

will take a look tonight

ghost commented 8 years ago

without testing, it looks like the scheme for the framework isn't shared. if it isn't then it's a simple fix. just tick the box 'share' next to the framework scheme and commit to source control. thought I did that though...

ghost commented 8 years ago

If you try with my copy of this repo, it works. The error message I get when using this repo is, 'tag missing'.

The fix for this issue is to simply add a tag on the master branch, at the latest commit. I suggest 0.0.6 to represent the version of the repo.

It might be worth publishing a release with that tag too.