Relative Content

Tag Archive for swiftxcodexcode15

How to Set IDEPreferLogStreaming Globally in Xcode 15.4

How do you fix this Xcode error whenever I create a new project it comes back.
The fix is to add IDEPreferLogStreaming=YES but it only fixes for the current project.
If I create new project it come back which is annoying to every time add it as YES.
Xcode version: Xcode 15.4

Accessibility setup in XCode 15

I’m tryig to build a macos swift app that retrieves UI elements from another app using accessibility. I’m having permission issue despite checking AppleEvent in Hardened Runtime. I also added NSAppleEventsUsageDescription in the plist but I still get permission issue, im using this code to test it

Problem exporting localization screenshots in Xcode 15

Just installed Xcode 15 and trying to export localization screenshots with the basic Hello World example provided by Xcode.
However I see that the “Include screenshots” checkbox when I click Product > Export localizations is greyed out.