Xcode won't build using $(FLUTTER_BUILD_NAME) or $(FLUTTER_BUILD_NUMBER)
Runner -> Target -> Build Settings -> Versioning
Runner -> Target -> General -> Identity
Runner -> Flutter -> Generated.xcconfig
info.plist
Can anyone see what I'm doing wrong here? The Generated.xcconfig correctly has the version information from my pub spec.yaml version: 1.0.3+5
But each time I build the version information is null.






