payu-intrepos / payu-non-seamless-react

Non-Seamless SDK for React Native
5 stars 11 forks source link

Getting Build error in ios after upgrading react native to version 0.73 #66

Open nateshmbhat opened 5 months ago

nateshmbhat commented 5 months ago

Getting the following build error when building on ios : : Did not find header 'renderer/animations/primitives.h' in framework 'react'

I'm using 3.0.11 version of payu library

Showing All Errors Only /Users/natesh.bhat/Desktop/isha/sgapp-copy/node_modules/react-native/ReactCommon/react/renderer/animations/utils.h:10:10: Did not find header 'renderer/animations/primitives.h' in framework 'react' (loaded from '/Users/natesh.bhat/Library/Developer/Xcode/DerivedData/Sadhguru-cerqxzitwdajbbgdtujoqflyemwv/Build/Products/Debug-iphonesimulator/React-Core')

Screenshot 2024-05-07 at 5 19 03 PM
kjp151087 commented 4 months ago

I am also getting same issue now. I have updated my react native version to 0.74.1 and payu-non-seam-less-react version 3.0.10.

nateshmbhat commented 4 months ago

i also started getting this error when i updated to react native version 0.73 and then 0.74.1

nateshmbhat commented 4 months ago

@shahfaizalc can you please check this issue ?

evil25 commented 4 months ago

Did you get solution @nateshmbhat for this i am also facing same issue, i am using 0.73 version and library version is 3.0.12

nateshmbhat commented 4 months ago

no solution yet @evil25

kkkasio commented 3 months ago

I have same problem, I update react native to "0.73.8" (from 0.66.5 ><)

Captura de Tela 2024-06-30 às 23 10 09
keyline commented 2 months ago

Update utils.h file :

ifdef __cplusplus

pragma once

..... ......... .... .... }

endif

RajuPedimalla commented 1 month ago

Where Can I find the utils.h file and What is the code I need to update

akansha1907 commented 3 weeks ago

facing same issue My react-native version and payu version are "payu-non-seam-less-react": "^3.1.3-alpha1" "react-native": "0.73.4"

Screenshot 1946-06-19 at 10 06 15 AM
akansha1907 commented 3 weeks ago

I changed payu-non-seam-less-react version from "^3.1.3-alpha1" to "payu-non-seam-less-react": "^3.0.7" By doing this my error was resolved, and I was able to make IOS build successfully

RajuPedimalla commented 3 weeks ago

Yes, thanks akansha.... "payu-non-seam-less-react":^3.0.7 is working fine.... IOS build successful and payment is done successfully in the real device..