Now I have a project. have two targets
App A
Watch App B
Then I import a swift package Mapbox and add dependency in App A.
App A now will Embed Mapbox in section "Framework, Libraries and Embed Content" and Embed Watch App B in "Build Phrase/Embed Watch Content" which is a PBXCopyFilesBuildPhase.
It is wired when I build in local, on the Mapbox. framework only copy to under dir AppA/frameworks when executing prhase "Embed Watch Content".
But when I compile it on Microsoft App Center. it will copy the Mapbox.framework to WatchAppB/.
any idea how to define where the Mapbox.framework to be copied to?
Post
Replies
Boosts
Views
Activity
my program implemented a complication that will show on watch face. Before I update to watchos7. the icon of complication showing well on watch face. but after I upgrade to watchos7, it show as a white block. who have any idea how to debug it?
I use CFWriteStreamCreateWithFTPURL to upload to a ftp server.
on normal progress, it works well. but when the network is lost and retry, the upload will be suspend for a long time then goback to noraml.
my reproduce steps are listed on following. on my phone, I create a CFWriteStreamCreateWithFTPURL to upload
during uploading, I close the wifi router on my home, my program will recieve a error
then I reopen the wifi router and confirm my phone is connected to it.
I recreate a CFWriteStreamCreateWithFTPURL to upload the same file to same ftp server
at first, the ftp can upload a little bit, such as serval kbs. then the upload will be suspend. after amost ten minuets, it will then restore again and upload as normal
Now I am developing a Watch OS for a iPhone App.
The master branch of iPhone app will periodly update to Apple App Store.
I want to merge my branch to master branch, but need to control only some internal users can see and install Watch App.
is it possible? it is best to control this by a constant in program
is watch os 6 support bonjour?
I can make it work on watch simulator
but when run on my watch 5 (with watch os 6.2.8)
it reports the errors:
dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:3 Err:-1 Errno:1 Operation not permitted
any plan to support this on watch os?