fix(ci): correct derived data path in install step
This commit is contained in:
@@ -102,7 +102,7 @@ jobs:
|
||||
- name: Install to iPhone (WiFi → USB fallback)
|
||||
run: |
|
||||
UDID="00008120-000925CE3672201E"
|
||||
APP=$(find ../build/derived -name 'TabataGo.app' -type d | head -1)
|
||||
APP=$(find build/derived -name 'TabataGo.app' -type d | head -1)
|
||||
|
||||
# 1. Try WiFi first (Xcode 15+ devicectl network discovery)
|
||||
echo "📱 Trying WiFi install via devicectl..."
|
||||
|
||||
Reference in New Issue
Block a user