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 badge
Add a comment  | 

1 Answer 1

Reset to default 0

Running expo prebuild generates the ios/ and android/ files, and from there I was able to edit the Podfile and rerun the build command

本文标签: