-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.61.5 -> 0.62 - Xcode error: Undefined symbol: _OBJC_CLASS_$_FlipperKitNetworkPlugin #30
Comments
I am using multiple build targets for development, staging and production environments and ran into this issue too. Because of this line: If that is the case, you may have to adapt |
@blumendorf You are absolutely right. I am using multiple targets and adapting configuration worked. Thank you ! 😊 In my Podfile, my targets:
And so, my flipper pods :configuration:
Also, for the record, after I built my app, it crashed on launch with
And now it builds and starts fine, without the .swift file |
I have multiple builds too, but it doesn't work somehow, here's my PodFile
This is what I am following http://blog.logicwind.com/adding-multiple-target/ I get these errors |
For those using multiple schemes and on From
To
The flipper pods were made configurable in facebook/react-native#29074 |
I'm also affected using Xcode Version 12.0.1 (12A7300) (also: Version 12.1 (12A7403)) and running fresh app generated with |
Ok, so I dug further and found that I had |
I had the same problem when trying to introduce multiple build targets by following http://blog.logicwind.com/adding-multiple-target/ . I had a lot more I had to change all of them as follows Before
After adding multiple build targes I changed them to follows and the build worked for all targets
|
Environment
Upgrading version
0.61.5 -> 0.62
Description
After following upgrade-helper and #13 , I have this error in xcode.
I also found this very similare issue in flipper repo, and tryied what they said, but it didn't help: facebook/flipper#816
Undefined symbol: _OBJC_CLASS_$_FlipperKitNetworkPlugin
Undefined symbol: _OBJC_CLASS_$_SKIOSNetworkAdapter
Undefined symbol: _OBJC_CLASS_$_FlipperKitReactPlugin
Undefined symbol: _OBJC_CLASS_$_FKUserDefaultsPlugin
Undefined symbol: _OBJC_CLASS_$_FlipperKitLayoutPlugin
Undefined symbol: _OBJC_CLASS_$_SKDescriptorMapper
Undefined symbol: _OBJC_CLASS_$_FlipperClient
Transcript of first one:
Reproducible demo
n/a
The text was updated successfully, but these errors were encountered: