Post

Replies

Boosts

Views

Activity

Reply to How do you delete a Signing Certificate from Xcode?
I have single distribution certificate in Apple Developer center, as well as single distribution certificate in Keychain, but two certificates in XCode Settings, and the 2nd on has status: Missing private key. I can't install dext, may be because of wrong certificate usage. Reloading XCode and reboot didn't help. 'Delete certificate' in popup menu is grayed.
Nov ’23
Reply to ONLY_ACTIVE_ARCH is not working in Xcode 15.4
In my case 'Build Active Architecture Only' in Build settings was set to No both for Release and Debug, but in project.pbxproj ONLY_ACTIVE_ARCH was set to No for Debug, but Yes for Release, I had to correct project.pbxproj manually to get correct output. v.15.0.1
Replies
Boosts
Views
Activity
Sep ’24
Reply to Can't use <memory> <vector> and some other includes with DriverKit framework
The problem was solved by adding path to __debug file into the list of project sources.
Replies
Boosts
Views
Activity
Nov ’23
Reply to Move project to older Xcode version
The problem was solved by removal of all build files in copied project, keeping sources only
Replies
Boosts
Views
Activity
Nov ’23
Reply to Could Not Launch Mac (Designed for iPad) App in Xcode
I had the same problem with Apple NullDriver Sample project - for test application, calling device extension. the problem was solved after removal of com.apple.developer.driverkit.userclient-access key from application entitlements
Replies
Boosts
Views
Activity
Nov ’23
Reply to How do you delete a Signing Certificate from Xcode?
I have single distribution certificate in Apple Developer center, as well as single distribution certificate in Keychain, but two certificates in XCode Settings, and the 2nd on has status: Missing private key. I can't install dext, may be because of wrong certificate usage. Reloading XCode and reboot didn't help. 'Delete certificate' in popup menu is grayed.
Replies
Boosts
Views
Activity
Nov ’23