Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115855yAre there two InputItem classes in different namespaces and xcode just omits the namespace?
-
Jere7185yAs the suggestion is to insert a force cast, I assume you try to pass an optional value where a non-optional value is required?
-
Why are you converting them in the first place when it is already of type inputItem?
-
@Voxera nope. Just one InputItem class. The problem was with Xcode. A clean then build fixed this.
-
@serverconnected Wrong assumption. I'm not trying to convert anything. Just trying to pass an array of unwrapped inputitems into a function.
Related Rants
Oh Xcode
rant
xcode