ios - How to fix Apple Mach-O Linker Error Group issue in xcode? -
i try implement push notification:
but got issue :
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
Post a Comment