Извините, если это глупая ошибка, но это мой первый проект по разработке мобильных приложений.У меня очень мало знаний о конфигурации среды мобильной разработки.
Я пытаюсь интегрировать ветку в моем проекте, и после интеграции branch.io сборка не выполняется для ios.
Я следовал шагам, указанным на официальной странице ответной ветки. Установка ответная нативная ветвь для чистого реагирующего нативного приложения.
Я установил Cocapods и выполнил всю настройку, как указано в настройках для Ios
После чего при запуске
react-native run-ios
у меня появляется ошибка
PBXCp /Users/bibek/Desktop/canvas-mobile-app/node_modules/react-native-branch/ios/Branch-SDK/Fabric/Answers.h /Users/bibek/Desktop/canvas-mobile-app/ios/build/Build/Products/Debug-iphonesimulator/include/Branch/Answers.h (in target: RNBranch)
cd /Users/bibek/Desktop/canvas-mobile-app/node_modules/react-native-branch/ios
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/bibek/Desktop/canvas-mobile-app/node_modules/react-native-branch/ios/Branch-SDK/Fabric/Answers.h /Users/bibek/Desktop/canvas-mobile-app/ios/build/Build/Products/Debug-iphonesimulator/include/Branch
error: /Users/bibek/Desktop/canvas-mobile-app/node_modules/react-native-branch/ios/Branch-SDK/Fabric/Answers.h: No such file or directory
PBXCp /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Fabric/ANSCompatibility.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch/ANSCompatibility.h (in target: RNBranch)
cd /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Fabric/ANSCompatibility.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch
error: /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Fabric/ANSCompatibility.h: No such file or directory
PBXCp /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Branch-SDK/BNCKeyChain.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch/BNCKeyChain.h (in target: RNBranch)
cd /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Branch-SDK/BNCKeyChain.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch
error: /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Branch-SDK/BNCKeyChain.h: No such file or directory
PBXCp /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Fabric/Fabric.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch/Fabric.h (in target: RNBranch)
cd /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Fabric/Fabric.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch
error: /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Fabric/Fabric.h: No such file or directory
** BUILD FAILED **
The following build commands failed:
PBXCp /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Fabric/Answers.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch/Answers.h
PBXCp /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Fabric/ANSCompatibility.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch/ANSCompatibility.h
PBXCp /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Branch-SDK/BNCKeyChain.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch/BNCKeyChain.h
PBXCp /Users/{user_name}/Desktop/{Project_name}/node_modules/react-native-branch/ios/Branch-SDK/Fabric/Fabric.h /Users/{user_name}/Desktop/{Project_name}/ios/build/Build/Products/Debug-iphonesimulator/include/Branch/Fabric.h
(4 failures)