Skip to content

Commit fd04123

Browse files
authored
Update ios instruction in README.md: Reflect SwiftPM pinning (#1492)
We pin to specific SwiftPM binaries now, so no cache mismatch should ever happen
1 parent 53a1004 commit fd04123

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -447,15 +447,7 @@ The following assumes you've completed the steps for [Setting up ExecuTorch](#se
447447
```bash
448448
open et-build/src/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj
449449
```
450-
451-
> Note: If you're running into any issues related to package dependencies, close Xcode, clean some of the caches and/or the build products, and open the Xcode project again:
452-
> ```bash
453-
> rm -rf \
454-
> ~/Library/org.swift.swiftpm \
455-
> ~/Library/Caches/org.swift.swiftpm \
456-
> ~/Library/Caches/com.apple.dt.Xcode \
457-
> ~/Library/Developer/Xcode/DerivedData
458-
> ```
450+
459451
2. Click the Play button to launch the app in the Simulator.
460452

461453
3. To run on a device, ensure you have it set up for development and a provisioning profile with the `increased-memory-limit` entitlement. Update the app's bundle identifier to match your provisioning profile with the required capability.

0 commit comments

Comments
 (0)