Fastlane: запуск изменения версии коммита в проекте с несколькими целями и какао-бобами приводит к ошибке незафиксированных файлов - PullRequest
0 голосов
/ 21 апреля 2020

Так что я использую Fastlane. Теперь все было гладко, пока у нас была только 1 цель, теперь у меня около 6 целей. Кроме того, еще одно изменение в том, что я сейчас использую cocoapods.

когда бежит моя полоса Фастлэйн. И он пытается выполнить действие commit_version_bump.

Я получаю следующую ошибку.

[!] Found unexpected uncommitted changes in the working directory. Expected these files to 
have changed: 
Target1.xcodeproj/project.pbxproj
Target1/Resources/Target1-Info.plist
Target2/Resources/Target2-Info.plist
Target2/Target2-Info.plist
Target3/Target3-Info.plist
Target4/Target4-Info.plist
Target6/Target6-Info.plist.
But found these actual changes: 
.... some files from project....
Externals/Down/
Externals/FastImageCache/
Make sure you have cleaned up the build artifacts and 
are only left with the changed version files at this stage in your lane, and don't touch the 
working directory while your lane is running. You can also use the :force option to bypass this 
check, and always commit a version bump regardless of the state of the working directory.

Может кто-то помочь. Ваше время действительно ценится. Спасибо

...