Post

Replies

Boosts

Views

Activity

Monterey:Network System Extension OSSystemExtensionRequest.deactivationRequest fails with authorizationRequired = 13
Hello, On Mac OS monterey, OSSystemExtensionRequest.deactivationRequest is failing with deactivation request for com.xxxxxx.networkextensionapp.netextension failed authorization check, error: Error Domain=OSSystemExtensionErrorDomain Code=13 "(null)" Even after providing the correct credentials for authorisation when prompted for.
3
0
1.1k
Jul ’21
Mac OS 12 + VMWare Fusion no internet access
Hello, With MacOS 12 as a guest OS on VMWare Fusion 11 , not able to access internet on the guest OS . The network adapter used is "Share with My Mac" , with the same setup works fine on Mac OS Big Sur but after updating. the guest OS to 12, Using DHCP- it shows self assigned IP and no internet access. Tried manual giving the setting. similar to that of Mac OS Big Sur it Showa as connected in network settings but still internet is not accessible. Any pointers here please
1
0
4.4k
Jun ’21
Expired Developer ID Installer and application certificates
Hello, Our Production packages and executables were signed with a Developer ID installer and application certificates, that have expired yesterday. These packages were notarised but not stapled. After the certificate is expired, will the users be able to download and install the packages that were signed those certificates. (In our quick test we are able to download and install these packages but will they continue to work )
2
0
1.5k
May ’21
Installer hangs when quit from Installer plugin
Hello, We have an installer plugin as part of installation, which is responsible for checking few product related logic, eg: authentication etc. When certain conditions are not met installation will be aborted with an alert message and then [[NSApplication sharedApplication] terminate: self]; called on clicking "ok" on Alert. This is having issue starting with 10.15.x, that on calling terminate, Installer app is putting up a message " The "XXXX" installer encountered an error and "Install Anyway" and "Quit" and also Installer app becomes unresponsive. Any pointers on how can we avoid this alert from installer app being displayed, how to gracefully abort installation. With the current situation user is not able to click any button , but if they will be able click we need to avoid "Install anyway" since this may cause erroneous installation.
1
0
520
Jan ’21
Xcode build settings Header search path per architecture
Hello, Is there a way we set header search path per architecture in Xcode build setting. eg: we are using a third party library which we are am building their source, the headers are differing when built for different architecture(arm64 and x86_64). we plan to build them seperately and create FAT file using lipo command. Now is there a way that we specify architecture specific header search path for excutable that links with these libraries. Thanks, Swetha
0
0
798
Jan ’21
No CPU information from an emulated app on Apple Silicon(DTK)
Hello, Application is failing to get CPU information when executing commands from an emulated app. Trying to get system information using systemprofiler SPHardwareDataType, when this is run on developer Transition kit from an emulated app, there is no cputype info available in the returned xml. When the same is executed from universal app, it has a valid value for cpu_type .(this code works on Intel based systems without any issues ) There are other dependencies to be sorted out, before our app can be made Universal. Meanwhile how can the CPU information for Apple silicon be obtained programatically from an emulated app.
12
0
1.3k
Sep ’20
Mac OS Big Sur Preference error when trying to launch security preferences to Allow System Extension or Kernel extension
Hello, We are seeing an issue with security preferences that it is has an error when trying launch security preferences to allow system extension or kext . We have tried deleting these plists ~/Library/Preferences/com.apple.systempreferences* ~/Library/Preferences/ByHost/com.apple.systempreferences* ~/Library/Caches/com.apple.systempreferences* But didn't help. This is happening on beta7 on Intel systems and also on Developer Transition Kit too.
26
0
9.6k
Sep ’20
Kextutil/kextload not returning user not approved info when trying load Kext on Mac OS Big Sur beta
Hello, When trying to load our Audio kext, kextutil or kextload are not returning the user not approved error when trying to load the kexts. It doesn't return any error but kexts are not loaded. On prior versions of OS (starting 10.13), they returned error 27, when trying to load the kext . https://developer.apple.com/library/content/technotes/tn2459/_index.html We try to check for the error code and then instruct user through our own prompt with instructions on how to "Allow". Now since it is not returning any error, we are not able to capture this case. Any inputs here on how to get the error /status that kext needs user approval from these kext loading commands.
2
0
1.6k
Aug ’20
Replacement for AuthorizationExecuteWithPrivileges for running installer package
Hello, We are trying to develop an application, which is like a custom installer app, where it asks for certain user input or performs certain checks before the actual package in run. As the package needs to be run as sudo or with priviliges , (using NSTask with sudo is giving error that needs ask pass). So using AuthorizationExecuteWithPrivileges to perform install pkg using /usr/sbin/Installer. This works . But the documentation says AuthorizationExecuteWithPrivileges is deprecated and also console has a message AuthorizationExecuteWithPrivileges and AuthorizationExecuteWithPrivilegesExternalForm are deprecated and functionality will be removed soon - please update your application What is the replacement API or approach to install a pkg from a user launched app. The deprecation Notes says Deprecated Use a launchd-launched helper tool and/or the Service Management framework for this functionality. But how to use this for installation case?
0
0
549
Jul ’20