Posts

Post not yet marked as solved
26 Replies
4.2k Views
The Xcode Canvas Simulator (for Xcode 14 and even 15 ..beta 6) cause multiple springboard and diagnosticd processes to run at nearly 100% CPU , cause the MacBook M1 to heat. This happens every time. This is usually triggered after the Canvas show an error which live previewing the code as I edit it. I have tried clearing the derived data but it doesn't seem to help. This happens with all projects. I am unable to use live previews because of this issue. The are often other processes with the string Poster in them. Like PhotosPosterProvider , CollectionsPoster , ExtragalacticPoster running high on usage at the same time.
Posted
by diiiv9.
Last updated
.
Post marked as solved
1 Replies
1.2k Views
I am following the instructions at : https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes. When I run sudo xcrun simctl runtime add "/Users/<user_name>/Downloads/iOS_17.0.1_Simulator_Runtime.dmg" I get an error : (1) Operation not permitted Accessing '/Users/<user_name>/Downloads/iOS_17.0.1_Simulator_Runtime.dmg' requires Security & Privacy approval. I get the same error even if Xcode in the Applications folder or the Downloads folder. If the .dmg is mounted or not. How can grant access to the .dmg ?
Posted
by diiiv9.
Last updated
.
Post not yet marked as solved
0 Replies
381 Views
When I drag folders from other Xcode projects , in pre Xcode 13 versions the files used to compile just fine. But in Xcode 13 they don't. The folder is also colored blue. This happens when creating a reference or copying the files. When trying to use types in the folder autocomplete show the error : "this completion is from a module that has not been imported". The issue persists , wether I drag from finder or another Xcode projects. The files in the folder don't have a target membership option , only the folder does. Even though it is checked , the modules are not imported.
Posted
by diiiv9.
Last updated
.