Post

Replies

Boosts

Views

Activity

Reply to How to get build number and version in code
This is for incrementing RN xcode project versions automatically : agvtool next-version -all && xcrun agvtool new-marketing-version \"1.$(agvtool what-version | sed -n 2p |tr -d ' ')\" or in nodejs "scripts":{ "ios-next-version":"cd ios && agvtool next-version -all && xcrun agvtool new-marketing-version \"1.$(agvtool what-version | sed -n 2p |tr -d ' ')\" && cd .." }
Dec ’21
Reply to The staple and validate action failed! Error 73.
can you Try sudo chmod 777 on the signed pkg you created. then run xcrun stapler staple /path/your_signed.pkg
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to How to get build number and version in code
This is for incrementing RN xcode project versions automatically : agvtool next-version -all && xcrun agvtool new-marketing-version \"1.$(agvtool what-version | sed -n 2p |tr -d ' ')\" or in nodejs "scripts":{ "ios-next-version":"cd ios && agvtool next-version -all && xcrun agvtool new-marketing-version \"1.$(agvtool what-version | sed -n 2p |tr -d ' ')\" && cd .." }
Replies
Boosts
Views
Activity
Dec ’21