ionic-team / ionic-team/ionic-cli

ionic cap copy --no-build --watch not working

Đang mở
#4,752 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
triage
Ngôn ngữ chính
TypeScript
Star
2k
Fork
682
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

`ionic cap copy --no-build --watch`
expected behavior keep running and copy files to ios, android, web at file change
actual runs once

before I need to develop for ios I just run this command and open native ide
`ionic capacitor run ios -l --external`
so after file change I just

1. need to click run app button in xcode

but now I'm adding feature to connect to iot WiFi Access Point therefore
I can't use `ionic capacitor run ios -l --external` cause it need my ios device to be connected to the same network as my computer to work properly and get livereloads

So after every file change I need to

1. run `ionic build --watch` for file changes
2. then after every change manually run `ionic cap copy --no-build --watch` (--watch not working as expected run once)
3. then in xcode run app button

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.