-
Notifications
You must be signed in to change notification settings - Fork 150
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
When built with Carthage, version is 0.0.0 #131
Comments
Please let us know if you find out why this is happening. |
norio-nomura
added a commit
that referenced
this issue
Jul 20, 2018
Since CocoaPods installs dependencies with setting `DYLIB_*_VERSION` as `1`, `DYLIB_*_VERSION` did not match between `Yams.framework` built with own `Yams.xcodeproj` and installed by CocoaPods. This change matches them and resolves #131.
Thanks. Looks like that works just fine. |
This was referenced Mar 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been trying to use the Stylist framework which has a dependency on Yams. Stylist is expecting version 1.0.0 of Yams, but when the apps tries to start, it returns this message:
dyld: Library not loaded: @rpath/Yams.framework/Yams
Referenced from: /Users/derekclarkson/Library/Developer/CoreSimulator/Devices/5951E8ED-55B2-4E70-BDE3-0858F47C7C40/data/Containers/Bundle/Application/9FD14F8C-C4D8-4735-AAC0-46D5C61F74A4/Crux.app/Frameworks/Stylist.framework/Stylist
Reason: Incompatible library version: Stylist requires version 1.0.0 or later, but Yams provides version 0.0.0
I've no idea at this time why Yams is reporting 0.0.0 as a version.
The text was updated successfully, but these errors were encountered: