Closed RodolfoAntonici closed 4 years ago
Hey @RodolfoAntonici Did you manage to solve the issue?
Sorry @RodolfoAntonici and @IvanivOleg for taking so long to response. Something wrong with my notifications setup. Is it possible to share your plist
file and entered config values?
This error happens when there is a space inside the plist filename. I had to rename my Info.plist file to avoid this error.
The fix would be to replace the following line in the script:
done <$bitrise_tag_info_plist_path
by:
done <"$bitrise_tag_info_plist_path"
@hyde1 new release ready
I keep getting this error
I've checked this key on the info.plist file and it reads:
And my info.plist file path is right because I use the same variable on Set Xcode Project Build Number step