Skip to content

Just enabling new architecture for fabric component results in Undefined symbol: _RTNMyPdfDisplayCls #118

Answered by cipolleschi
BraveEvidence asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @BraveEvidence, and thank you for your issue.
Your project can't work until you actually write some Objective-C.

When installing the pods, with RCT_NEW_ARCH_ENABLED=1 bundle exec pod install you are actually running Codegen. You can see it in the logs, where you should see something like this:

[Codegen] Adding script_phases to React-Codegen.
[Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
[Codegen] Processing react-native core libraries
[Codegen] Found react-native


[Codegen] >>>>> Searching for codegen-enabled libraries in /Users/cipolleschi/Official/react-native/packages/rn-tester/node_modules


[Codegen] >>>>> Searching for codegen-enabled libraries in react-n…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BraveEvidence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants