admin管理员组文章数量:1379611
I am running this command
eas build --platform ios --profile preview
And this is the build error
- 'folly/experimental/coro/Coroutine.h' file not found
Refer to "Xcode Logs" below for additional, more detailed logs.
/Users/expo/workingdir/build/ios/Pods/Headers/Public/RCT-Folly/folly/Optional.h:667:10:
fatal error: 'folly/experimental/coro/Coroutine.h' file not found
667 | #include <folly/experimental/coro/Coroutine.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
How do I begin to debug this? This thread talks about updating Podfiles and coroutine configs, where do I access these files to make any adjustments?
I am running this command
eas build --platform ios --profile preview
And this is the build error
- 'folly/experimental/coro/Coroutine.h' file not found
Refer to "Xcode Logs" below for additional, more detailed logs.
/Users/expo/workingdir/build/ios/Pods/Headers/Public/RCT-Folly/folly/Optional.h:667:10:
fatal error: 'folly/experimental/coro/Coroutine.h' file not found
667 | #include <folly/experimental/coro/Coroutine.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
How do I begin to debug this? This thread talks about updating Podfiles and coroutine configs, where do I access these files to make any adjustments?
https://github/facebook/folly/issues/2297
Share Improve this question asked Mar 20 at 9:49 keisler-aukeisler-au 11 bronze badge1 Answer
Reset to default 0Running expo prebuild
generates the ios/ and android/ files, and from there I was able to edit the Podfile and rerun the build command
本文标签:
版权声明:本文标题:How do I debug? - expo ios preview build is failing at Xcode compilation step because of folly Coroutine.h file not found error 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744418672a2605324.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论