Skip to content

Commit

Permalink
Update ios instruction in README.md: Reflect SwiftPM pinning (#1492)
Browse files Browse the repository at this point in the history
We pin to specific SwiftPM binaries now, so no cache mismatch should ever happen
  • Loading branch information
shoumikhin authored Feb 11, 2025
1 parent 53a1004 commit fd04123
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,15 +447,7 @@ The following assumes you've completed the steps for [Setting up ExecuTorch](#se
```bash
open et-build/src/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj
```

> 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:
> ```bash
> rm -rf \
> ~/Library/org.swift.swiftpm \
> ~/Library/Caches/org.swift.swiftpm \
> ~/Library/Caches/com.apple.dt.Xcode \
> ~/Library/Developer/Xcode/DerivedData
> ```

2. Click the Play button to launch the app in the Simulator.

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.
Expand Down

0 comments on commit fd04123

Please sign in to comment.