Skip to content

Conversation

@tarikfp
Copy link
Contributor

@tarikfp tarikfp commented Jan 19, 2026

Summary

Clarify that Voltra's GlassContainer component wraps Apple's GlassEffectContainer API, document the iOS 26 SDK build requirement, and fix the broken Apple documentation link.

Problem

  1. The original docs incorrectly stated "iOS 18+" - the GlassEffectContainer API actually requires iOS 26 SDK.

  2. Users building with current Xcode versions encounter build errors:

- value of type 'some View' has no member 'glassEffect'
- cannot find 'GlassEffectContainer' in scope
  1. The Apple Documentation link pointed to /swiftui/glasscontainer which doesn't exist. Apple's API is called GlassEffectContainer.

Changes

  • Clarify that GlassContainer wraps Apple's GlassEffectContainer API
  • Fix iOS version requirement (26, not 18)
  • Add warning callout about iOS 26 SDK build requirement
  • Add troubleshooting guidance for build errors
  • Fix Apple Documentation link to correct /swiftui/glasseffectcontainer

Checklist

  • Follows conventional commits
  • Documentation is clear and helpful

@vercel
Copy link

vercel bot commented Jan 19, 2026

@tarikfp is attempting to deploy a commit to the Callstack Team on Vercel.

A member of the Team first needs to authorize it.

@tarikfp tarikfp marked this pull request as ready for review January 19, 2026 13:26
@tarikfp tarikfp changed the title docs: clarify iOS 26 SDK requirement for GlassContainer docs: clarify iOS 26 SDK requirement and fix broken link for GlassContainer Jan 19, 2026
@tarikfp tarikfp changed the title docs: clarify iOS 26 SDK requirement and fix broken link for GlassContainer docs: clarify iOS 26 SDK requirement and fix Apple docs link (GlassEffectContainer, not GlassContainer) Jan 19, 2026
…sContainer

- Clarify that GlassContainer wraps Apple's GlassEffectContainer API
- Fix iOS version (26, not 18)
- Add warning about iOS 26 SDK build requirement
- Add troubleshooting guidance for build errors
- Fix Apple Documentation link (was pointing to non-existent /glasscontainer)
@tarikfp tarikfp force-pushed the docs/ios26-glass-container-requirement branch from 2e4d393 to 640e7b5 Compare January 19, 2026 13:42
@tarikfp tarikfp changed the title docs: clarify iOS 26 SDK requirement and fix Apple docs link (GlassEffectContainer, not GlassContainer) docs: clarify iOS 26 SDK requirement and fix Apple docs link for GlassContainer Jan 19, 2026
@V3RON V3RON merged commit aa1a9ca into callstackincubator:main Jan 19, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants