Post

Replies

Boosts

Views

Activity

Reply to Xcode 15.3 broke agvtool version management
Same thing happened here and it took me a while to figure out the cause of this issue. Very frustrating. My current workaround is to add the command for automatically resolving the dependencies immediately after bumping the build number, as follows: cd "${PROJECT_DIR}" && agvtool bump && xcodebuild -resolvePackageDependencies Would love for this to be fixed soon or the letting us know the reason behind it if this is an intended behavior.
Apr ’24