-
Notifications
You must be signed in to change notification settings - Fork 91
CoreGraphics #74
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
Comments
I think every watchOS App links CoreGraphics, so it does not explicitly linked. But anyway we can fix this in CocoaPods podspec via 's.frameworks' |
It is not a watchOS App but a watchOS extension. So you will fix it? Thanks. Same issue for SDWebImageSVGNativeCoder: |
For now, you can just link by yourself in your target via |
Yes after each pod install or update... |
Should be also fixed in 0.12.0 |
WatchOS:
Undefined symbols for all functions from CoreGraphics when install via CocoaPods.
Have to add the framework manually to the pod.
The text was updated successfully, but these errors were encountered: