20
Comments
  • 4
    Are there two InputItem classes in different namespaces and xcode just omits the namespace?
  • 0
    Yeah I would like to see what you did and reproduce it 😄
  • 1
    As the suggestion is to insert a force cast, I assume you try to pass an optional value where a non-optional value is required?
  • 0
    Why are you converting them in the first place when it is already of type inputItem?
  • 2
    @Voxera nope. Just one InputItem class. The problem was with Xcode. A clean then build fixed this.
  • 0
    @Lensflare Haha. Try using the MessageKit library.
  • 0
    @Jere Wrong. I was trying to assign unwrapped values. Xcode was just being "Xcode"
  • 2
    @serverconnected Wrong assumption. I'm not trying to convert anything. Just trying to pass an array of unwrapped inputitems into a function.
Add Comment