question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'SkStream.h' file not found

See original GitHub issue

I tried running the example, using the link to …/package and installing the alpha release but I’m getting this error.

react-native-skia/package/cpp/rnskia/RNSkPlatformContext.h:12:10: fatal error: 'SkStream.h' file not found

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

11reactions
Chastycommented, Dec 30, 2021

@karlmarxlopez @iamn1ck @wq13718048209 I temporally use this hack. in example/package.json

"@shopify/react-native-skia": "https://github.com/Shopify/react-native-skia/releases/download/v0.1.43-alpha/shopify-react-native-skia-0.1.43.tgz"

then just

cd ios && rm -fr Pods && pod install --repo-update

you can change it to whatever version u want.

1reaction
iamn1ckcommented, Dec 30, 2021

Is there any progress on this? I’m still get this problem after removing pods and podfile lock and also doing the repo-update

Read more comments on GitHub >

github_iconTop Results From Across the Web

core/SkStream.h - external/skia/include - Git at Google
Attempts to open the specified file, and return a stream to it (using ... This may return true early (when there are no...
Read more >
Issue with Skia static lib - Google Groups
skia/include/core/SkRefCnt.h:13:10: fatal error: 'atomic' file not found. #include <atomic> // std::atomic, ... #include "SkStream.h"
Read more >
CHECKOUT/include/core/SkStream.h Source File - Skia
SkStream.h ... 5 * found in the LICENSE file. ... 362 // These are seek positions in the underling FILE, not offsets into...
Read more >
SkData.h - Android Code Search
found in the LICENSE file. ... This does not take ownership of the FILE, nor close it. ... static sk_sp<SkData> MakeFromStream(SkStream*, size_t size);....
Read more >
include/core/SkImageEncoder.h Source File - Skia
5 * found in the LICENSE file. 6 */. 7. 8 #ifndef SkImageEncoder_DEFINED ... 13 #include "SkStream.h". 14. 34 SK_API bool SkEncodeImage(SkWStream* dst, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found