🍎
ios.dev
Ctrlk
ios.dev
  • 🍎ios.dev
  • ⭐features
  • 👔custom
  • 🐦Swift
  • 🔰SwiftUI
  • 🎛️widgets
  • 🎁Data Structures
  • 🧠Algorithms
  • ⛱️Swift Playgrounds
  • 🥁Audio / Video
  • ⛔Errors
    • ⛔CompileDylibError: Failed to build XXX.swift
    • ⛔Fatal error: String index is out of bounds
    • ❌Internal error: missingPackageDescriptionModule
    • ❌Argument type 'xxx' does not conform to expected type '_FormatSpecifiable'
    • ⛔️ escaping closure captures mutating 'self' parameter
    • ❓iPad/iPhone is Busy: Fetching debug symbols for ...
    • ❓Class _PointQueue is implemented in both ...
    • ⛔Protocol '...' can only be used as a generic constraint because it has Self or associated type
    • ⛔non-nominal type `...` cannot be extended
    • ⛔cannot assign value of type 'T' to type 'T'
  • 附錄
    • 🧩Swift Package
    • 🔰Design Patterns
    • 🛠️Xcode
    • 💼Projects
    • ✅Testing System
    • Prototyping
    • 💡Tips
    • JSON
    • Terms
    • 其他
    • 雜記 📥
Powered by GitBook
On this page

Was this helpful?

⛔Errors

  • Debugging - fix the errors.

  • ⛔️ Cannot convert value of type 'Self' to expected argument type 'Binding<C>'

  • ⛔️ cannot assign value of type 'T' to type 'T'

  • ⛔️ Generic parameter '...' could not be inferred.

  • ⛔️ non-nominal type `...` cannot be extended

  • ⛔️ Protocol '...' can only be used as a generic constraint because it has Self or associated type

PreviousLanguage TagsNextCompileDylibError: Failed to build XXX.swift

Last updated 3 years ago

Was this helpful?