Undefined symbols for architecture arm64:
"_CTServerConnectionCopySIMToolkitMenu", referenced from:
"_CTServerConnectionSelectSIMToolkitMenuItem",
Are these two functions banned in iOS14 and xcode12? Please help me, thanks!
"_CTServerConnectionCopySIMToolkitMenu", referenced from:
"_CTServerConnectionSelectSIMToolkitMenuItem",
Are these two functions banned in iOS14 and xcode12? Please help me, thanks!
Generally, underscore leaded identifiers are considered to be a private API and/or sort of implementation detail and subject to change.
If you (or some library in your project?) are using such identifiers explicitly, it is against Apple's Guidelines.
If you are a certified SIM developer and officially allowed to use some private API, this is not a place to ask. Please find a proper channel to contact to Apple.
If you (or some library in your project?) are using such identifiers explicitly, it is against Apple's Guidelines.
If you are a certified SIM developer and officially allowed to use some private API, this is not a place to ask. Please find a proper channel to contact to Apple.