Skip to content

Commit eb8dc73

Browse files
include feedback
1 parent 7f8cebc commit eb8dc73

File tree

1 file changed

+4
-3
lines changed
  • docs/platforms/apple/common/troubleshooting

1 file changed

+4
-3
lines changed

docs/platforms/apple/common/troubleshooting/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ After updating to Cocoa SDK version [8.54.0](https://github.com/getsentry/sentry
221221
To resolve this problem try the following:
222222

223223
1. Clean your build by going to **Product > Clean Build Folder** in Xcode
224-
2. Remove derived data by going to **Xcode > Settings > Locations > Derived Data** and clicking the arrow next to the path, then delete the folder for your project
225-
3. Reset your package cache if using Swift Package Manager by going to **File > Packages > Reset Package Caches**
224+
2. Close all Xcode projects and close Xcode
225+
3. Remove derived data by going to **Xcode > Settings > Locations > Derived Data** and clicking the arrow next to the path, then delete the folder for your project or, **please be careful with the following command and double check the path**, run `rm -rf ~/Library/Developer/Xcode/DerivedData`
226226
4. Restart Xcode
227-
5. Rebuild your project
227+
5. Reset your package cache if using Swift Package Manager by going to **File > Packages > Reset Package Caches**
228+
6. Rebuild your project

0 commit comments

Comments
 (0)