You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempted to integrate AdaptiveCards Swift package into an iOS project using the latest Xcode and Swift version. Encountered issues with package resolution or build errors. Need to crosscheck compatibility with recent Xcode and Swift releases.
Screenshots
No response
Card JSON
{}
Sample Code Language
Swift
Sample Code
// Steps to reproduce:
// 1. Add AdaptiveCards as a Swift package in a new or existing iOS project.
// 2. Set deployment target to iOS 14+.
// 3. Try to build and run.
// 4. Observe any build or runtime issues.
// Example code to import and use:
import AdaptiveCards
// If any build errors are shown, please include them here.