ios - How to fix Apple Mach-O Linker Error Group issue in xcode? -


i try implement push notification:

source

but got issue :

enter image description here

apple mach-o linker error group  no such file or directory:   '/users/arunkumar/library/developer/xcode/deriveddata/sample-bskvypzxnjnnszbjeelvenubespf/build/products/debug-iphonesimulator/librctpushnotification-tvos.a 

how fix issue ?

run react-native link you. or use these steps

step 1

.xcodeproj file inside it's folder. drag file project on xcode (usually under libraries group on xcode)

step 2

click on main project file (the 1 represents .xcodeproj) select build phases , drag static library products folder inside library importing link binary libraries

step 3

project's file, select build settings , search header search paths. there should include path library (if has relevant files on subdirectories remember make recursive, react.

refer 1 link


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -