VinceBT
VinceBT
Found the issue, the problem comes from React Native made in Windows that will have backslashed paths inside pbxproj. It's not a problem from your package at all @stovmascript ....
It's just because Windows uses ```\``` instead of ```/``` for paths and when paths are written to pbxproj when using ```react-native link```, they will contain backslashes, it still works when...
@aruldd Tell us if it worked for you so @stovmascript can close
Yes you are maybe correct. Such a behaviour would be great
I used --amend to try your modification and got the same error, I'm on 2.6.1 Could the ```&&``` be the reason of the bug here ? : https://github.com/stovmascript/react-native-version/blob/f5228b08e88beb97e3cf928a77ce75e7320b1cd4/index.js#L507 EDIT: Changing...
Could you reopen this issue ? I still don't have the amend working even with latest version :(
I think my issue is related to this https://github.com/npm/npm/issues/9111 Since my app is inside a subfolder, it doesnt not create a tag, so there is nothing to amend. I've adapted...
When using your new version I get this output and no git tag ``` [RNV] Versioning Android... [RNV] Android updated [RNV] Versioning iOS... [RNV] iOS updated [RNV] Amending... [RNV] Done...
Had the same issue at first and it was only because my ```build.gradle``` was missing ```versionCode``` and ```versionName``` variables inside ```defaultConfig``` so nothing was changed. Try to add them ```...
Can you try this ? @Raggle66 @GrotenM @Chevan94 @MasterProcrastinator https://github.com/VinceBT/LBMM This is a program that I made specifically for this matter