UIActionSheetDelegate is unavailable: not available on tvOS
I'm getting this error after I've changed tvOS definitions in Availability.h
Changed definitions: __TVOS_UNAVAILABLE**_NOTQUITE** __TVOS_PROHIBITED**_NOTQUITE**
I'm using Xcode 11.6 (11E708)
I have the same issue?
Up
Bump
same here
Not sure if this is related, but I'm getting these two errors:
Could not build module 'UIKit'
API_AVAILABLE(ios(3.2)) __TVOS_PROHIBITED @interface UIDocumentInteractionController : NSObject <UIActionSheetDelegate>
I got 17 errors after reDefine [__TVOS_UNAVAILABLE**_NOTQUITE**,__TVOS_PROHIBITED**_NOTQUITE**] . They are UIActionSheetDelegate,MIdICIProfile,MIdICIProfileState not available on tvOS , and Could not find module UIKit,GLKit,SpriteKit,AudioToolbox,MediaToolbox.
Any bro figured out these ?