Post

Replies

Boosts

Views

Activity

Reply to iOS simulator scrolling on Apple Silicon
The following commands work for me. The first one removes LSRequiresNativeExecution from the Info.plist. The second one register the Simulator.app with LaunchService. /usr/libexec/PlistBuddy -c 'Delete :LSRequiresNativeExecution' /Applications/Xcode-14.0.0.app/Contents/Developer/Applications/Simulator.app/Contents/Info.plist /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -f /Applications/Xcode-14.0.0.app/Contents/Developer/Applications/Simulator.app
Sep ’22
Reply to Can't expand nested Swift macros
This still happens in Xcode 16.2. The nested macro wasn't expanded in Xcode. Instead, it's just a beep. The code compiles fine.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to iOS simulator scrolling on Apple Silicon
The following commands work for me. The first one removes LSRequiresNativeExecution from the Info.plist. The second one register the Simulator.app with LaunchService. /usr/libexec/PlistBuddy -c 'Delete :LSRequiresNativeExecution' /Applications/Xcode-14.0.0.app/Contents/Developer/Applications/Simulator.app/Contents/Info.plist /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -f /Applications/Xcode-14.0.0.app/Contents/Developer/Applications/Simulator.app
Replies
Boosts
Views
Activity
Sep ’22