-
Notifications
You must be signed in to change notification settings - Fork 7
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
XCode 12 & RN 0.63 Issues & Fixes #30
Comments
@milos1290 With which build system? |
@milos1290 You can share an example of you Podfile, please 🙏 |
@jgalianoz here is a clean project with Leanplum RN SDK already setup |
I don't sure if this solution will resolve my problem actually my react-native version is 0.59.9 |
I am adding this code but y receive this errors: cc @milos1290
|
Just a quick note, if your version of cocoapods is less than 1.9.0, the syntax is a bit different
|
Make sure you are using SDK version 1.1.1
Due to change in linking of Pod libraries in iOS to static linking, we have to change how Leanplum-iOS-SDK is linked by adding script in ios/Podfile which will switch Leanplum-iOS-SDK to dynamic linking.
After adding the script, make sure you run
pod install
inios/
folderIn case you are seeing swift unreferenced symbols, add any kind of Swift file to your main iOS app project in XCode, to force it to link against Swift libraries.
The text was updated successfully, but these errors were encountered: