Archiving fails: "CFBundleShortVersionString missing in framework"

Last updated: June 24, 2026

Quick answer

Use a current SDK build. The framework Info.plist must include the version string. See Installing the iOS SDK.

Symptoms

  • CFBundleShortVersionString missing in framework

Solution

Use a current SDK build. The framework's Info.plist must include CFBundleShortVersionString.


Related articles

See also