react-native-wasm icon indicating copy to clipboard operation
react-native-wasm copied to clipboard

How to add bridging header with Xcode 13.2.1

Open aguycalled opened this issue 3 years ago • 1 comments

Would it be possible to get more detailed instructions on how to add the bridging header manually?

When I point it to Wasm-Bridging-Header.h I get the following build error:

using bridging headers with framework targets is unsupported

aguycalled avatar Jan 22 '22 07:01 aguycalled

Seems like Xcode 13 does not need to add the bridging header manually and leaving the automatically generated works.

But now I'm seeing another issue:

Module Wasm requires main queue setup since it overrides
"init' but doesn't implement 'requiresMainQueueSetup. In a
future release React Native will default to initializing all native
modules on a background thread unless explicitly opted-out of.

aguycalled avatar Jan 22 '22 09:01 aguycalled