mattgapadmi

Results 3 issues of mattgapadmi

The attached lottie file works on Android and Web Preview, but not on iOS. This can be seen by opening it in the LottieFiles iOS App. Note that in order...

Given a protocol with an optional property like: ``` protocol MyProtocol { var myProperty: String? { get } } ``` The following non-optional stubbed value is generated: ``` var invokedMyPropertyGetter...

I am receiving this error after updating my .pbxproj file using Xcode 16.0: > ArgumentError - [Xcodeproj] Unable to find compatibility version string for object version `70`. I'm using xcodeproj...