Post

Replies

Boosts

Views

Activity

Reply to Xcode 15's "Replace Container" feature replaces the container with incorrect permissions?
This problem is not repaired in Xcode 15.1 beta 3! This is a serious error that can be easily provoked: in the "Window" menu, select "Device and Simulators", "Download Container..." and immediately "Replace Container..." with the one you just downloaded. When the app tries to access the file in ".../Library/Application Support", the following error message appears: Thread 1: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=513 "Du hast nicht die Zugriffsrechte, um die Datei „Application Support“ im Ordner „Library“ zu sichern." UserInfo={NSFilePath=/var/mobile/Containers/Data/Application/F2ACE0F7-9446-46B7-8B82-AD269E62C2A1/Library/Application Support, NSUnderlyingError=0x2812861c0 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}} Unfortunately this problem prevents us from testing and further developing our app.
Nov ’23