From fd0412343639cf5f0737839fad68e76e134006d2 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Mon, 10 Feb 2025 16:02:16 -0800 Subject: [PATCH] Update ios instruction in README.md: Reflect SwiftPM pinning (#1492) We pin to specific SwiftPM binaries now, so no cache mismatch should ever happen --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 51db1bfca..2d5918f41 100644 --- a/README.md +++ b/README.md @@ -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.