Skip to content

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

Closed
iDevelopper opened this issue Jun 5, 2023 · 5 comments
Closed

CoreGraphics #74

iDevelopper opened this issue Jun 5, 2023 · 5 comments

Comments

@iDevelopper
Copy link

WatchOS:

Undefined symbols for all functions from CoreGraphics when install via CocoaPods.

Have to add the framework manually to the pod.

@dreampiggy
Copy link
Contributor

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'

@iDevelopper
Copy link
Author

It is not a watchOS App but a watchOS extension. So you will fix it? Thanks.

Same issue for SDWebImageSVGNativeCoder:
SDWebImage/SDWebImageSVGNativeCoder#5

@dreampiggy
Copy link
Contributor

For now, you can just link by yourself in your target via Linked Library and Framework

@iDevelopper
Copy link
Author

Yes after each pod install or update...

@dreampiggy
Copy link
Contributor

Should be also fixed in 0.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants