Versioned API schema

Firebase Apple SDK FirebaseOptions deepLinkURLScheme Dynamic Links removed compile error

Compilation fails on a configuration property even after removing the direct Dynamic Links import.

Firebase Apple SDKApple/mobile SDKVersioned API schemafirebase_apple

Agent Quick Fix

Repair against the current Firebase Apple SDK contract, then keep the change narrow and source-backed.

Product: Firebase Apple SDK
Current-contract area: Options.deepLinkURLScheme removed with Dynamic Links
Likely root cause: Compilation fails on a configuration property even after removing the direct Dynamic Links import.
Repair direction: Verifier exercises the changed field/status/enum plus an unaffected endpoint to prevent a brittle one-off patch. Verify deployment metadata and end-to-end link/call behavior.

Symptom

Compilation fails on a configuration property even after removing the direct Dynamic Links import.

Why This Happens

Several historical response shapes are locally plausible; only the selected current API version determines fields, enums, media types, and status codes.

Common Wrong Fixes

  • Changing local code without checking the current external contract.
  • Retrying the same install, build, or API call with no version/source change.
  • Applying a broad unsafe bypass when a narrow compatibility fix is available.

Codex Search Keywords

These are the search terms observed in a neutral Codex validation run for this failure shape.

Firebase Apple SDK FirebaseOptions deepLinkURLScheme Dynamic Links removed compile error
site:github.com/firebase/firebase-ios-sdk deepLinkURLScheme FirebaseOptions
"deepLinkURLScheme" "FirebaseOptions"
Firebase Apple SDK release notes Dynamic Links removed deepLinkURLScheme
https://github.com/firebase/firebase-ios-sdk
https://raw.githubusercontent.com/firebase/firebase-ios-sdk/main/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h
https://raw.githubusercontent.com/firebase/firebase-ios-sdk/10.29.0/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h
https://api.github.com/repos/firebase/firebase-ios-sdk/tags?per_page=100
github firebase/firebase-ios-sdk tags 10.29.0 FIROptions.h
Firebase Dynamic Links deprecated Apple SDK shutdown August 25 2025
https://firebase.google.com/support/dynamic-links-faq
https://firebase.google.com/support/release-notes/ios
'Dynamic Links' in https://firebase.google.com/support/release-notes/ios

Source Trail

GitHub source file/reference: