I tried both set_build_number_repository and increment_version_number and receive this error:
[22:01:18]: [SHELL]: Updating CFBundleVersion in Info.plist(s)...
[22:01:18]: [SHELL]:
[22:01:18]: [SHELL]: $(SRCROOT)/ProjectName/Supporting Files/Info.plist
[22:01:18]: [SHELL]: Cannot find "$(SRCROOT)/ProjectName/Supporting Files/Info.plist"
[22:01:18]: [SHELL]: Updated CFBundleVersion in "ProjectName.xcodeproj/../ProjectName Tests/Info.plist" to 55e9c3d
Of course I have plist file on the specified path (./ProjectName/Supporting Files/Info.plist).
Do you have any idea what causing this issue? I can provide additional info if needed, or try to reproduce this issue on demo project
I tried both
set_build_number_repositoryandincrement_version_numberand receive this error:Of course I have plist file on the specified path (./ProjectName/Supporting Files/Info.plist).
Do you have any idea what causing this issue? I can provide additional info if needed, or try to reproduce this issue on demo project