-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build by Carthage #29
Comments
Thanks for reporting! @rob-nash, any ideas? |
will take a look tonight |
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... |
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. |
=====================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
The text was updated successfully, but these errors were encountered: