'SkStream.h' file not found
See original GitHub issueI 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:
- Created 2 years ago
- Reactions:6
- Comments:16 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@karlmarxlopez @iamn1ck @wq13718048209 I temporally use this hack. in example/package.json
then just
cd ios && rm -fr Pods && pod install --repo-update
you can change it to whatever version u want.
Is there any progress on this? I’m still get this problem after removing pods and podfile lock and also doing the repo-update