Я получаю следующее предупреждение + Ошибки при сборке проекта:
Внимание:
The file “Pods-MyApp.debug.xcconfig” couldn’t be opened because there is no such file. (/Users/Malloc/projects/MyProject/Pods/Pods/Target Support Files/Pods-MyApp/Pods-MyApp.debug.xcconfig)
Мой первый вопрос касается вышеприведенного предупреждения, как вы можете заметить, путь кажется неправильным, потому что (дублировано Pods / ), есть идеи о причине этого и как его исправить?
Ошибка:
Мой второй вопрос касается этой ошибки:
diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Я попытался установить pod, но ничего не изменилось, чистая папка + pod deintegrate и pod install тоже не помогли. Содержимое моего Manifest.lock
файла указано ниже:
diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
if [ $? != 0 ] ; then
# print error to STDERR
echo "error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation." >&2
exit 1
fi
# This output is used by Xcode 'outputs' to avoid re-running this script phase.
echo "SUCCESS" > "${SCRIPT_OUTPUT_FILE_0}"