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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -