tvOSBrowser icon indicating copy to clipboard operation
tvOSBrowser copied to clipboard

UIActionSheetDelegate is unavailable: not available on tvOS

Open iLevye opened this issue 5 years ago • 6 comments

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)

iLevye avatar Sep 06 '20 17:09 iLevye

I have the same issue?

noammaoz avatar Sep 20 '20 08:09 noammaoz

Up

loungesystem avatar Jan 27 '21 15:01 loungesystem

Bump

oskar8991 avatar Jun 28 '21 19:06 oskar8991

same here

jilenloa avatar Jul 03 '21 21:07 jilenloa

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>

bcassid avatar Aug 10 '21 00:08 bcassid

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 ?

Sinceyx avatar Dec 12 '22 14:12 Sinceyx