-
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
I cant build the iOS app after upgrading to Xcode 12 #23
Comments
Hello,
I am able to compile the following app successfully with Xcode12: |
@nzagorchev Which |
Using version |
1.1.0-beta11
|
I just upgraded from React Native 0.62.2 to 0.63.3 but that actually churned up more error
|
@defualt Can you make sure your pods are updated. Go to ios folder and run 'pod repo update' and 'pod install' to pull the latest version of native iOS Leanplum-iOS SDK |
I'm still getting errors.
The
I ran "Clean Build Folder" from Xcode menus. I get these errors with a failed build: Then when I try to run
Then when I try to Play again from Xcode I get these errors: When I uninstall |
Any updates? |
I hope to see progress on this issue because this is blocking a new release. Let me know if you need any more information. |
Any updates ? |
@defualt @zumaawad Do you compile the project in Legacy mode? When I compile in Legacy mode I receive this error: When I don't compile in Legacy mode I receive this error: |
So what i did is this Make sure that after:
Verify in And i was able to build iOS App from XCode |
@milos1290 Please review my message above where I confirm the versions installed with a fresh node_modules and Pods folders:
Have you tried installing |
Disregard my previous reply, i've managed to track the issue. The only solution is to add to and remove
After it run |
@milos1290 I receive this error when removing this. |
@milos1290 I assume that disables Flipper. Is there the possibility of another fix that keeps Flipper integration intact? |
@jgalianoz @defualt I'm afraid there is nothing we can do atm, we will have to wait for facebook to release a fix. I'm still trying to find other solution to would allow us to link SDK dynamically and successfully build the app |
@defualt @jgalianoz I'm released a new version for RN SDK, it will contain a partial fix for XCode12 and RN 0.63 issues. I'll post a guide on how to proceed |
Please refer to this issue or a fix #30 |
|
I cant build the iOS app after upgrading to Xcode 12
It returns
I'm using the latest of this repository with Xcode 12.0 (12A7209)
"@leanplum/react-native-sdk": "https://github.com/Leanplum/Leanplum-ReactNative-SDK",
"react": "16.11.0",
"react-native": "0.62.2"
The text was updated successfully, but these errors were encountered: