Seems like SwiftUI team has a different roadmap than MapKit team. Its disappointing to see lack of features in SwiftUI's Map api version. It's impractical to have a production ready map centric app using SwiftUI.
Hopefully in 2023 WWDC SwiftUI will include rich features of MapKit.
Post
Replies
Boosts
Views
Activity
Still waiting...
Any solution for this issue?
Seeing same with Xcode Version 14.3 beta 2 (14E5207e)
PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/***/Library/Developer/Xcode/DerivedData/***/Build/Intermediates.noindex/ArchiveIntermediates/Staging/IntermediateBuildFilesPath/**.build/Release-iphoneos/*.build/Script-887C37B6C54D972D35131B16.sh (in target '**' from project '**')
/bin/sh -c /Users/***/Library/Developer/Xcode/DerivedData/......./Script-887C37B6C54D972D35131B16.sh
Symlinked...
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework" "/Users/***/Library/Developer/Xcode/DerivedData/***-fhmnysqlfziamdezcdnckgrfgtgn/Build/Intermediates.noindex/ArchiveIntermediates/Staging/InstallationBuildProductsLocation/Applications/***.app/Frameworks"
building file list ... rsync: link_stat "/Users/***/***App/iOSRelease/../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework" failed: No such file or directory (2)
done
sent 29 bytes received 20 bytes 98.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/9e200cfa-7d96-11ed-886f-a23c4f261b56/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]
Command PhaseScriptExecution failed with a nonzero exit code
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework" "/Users/****/Library/Developer/Xcode/DerivedData/***-fhmnysqlfziamdezcdnckgrfgtgn/Build/Intermediates.noindex/ArchiveIntermediates/Staging/InstallationBuildProductsLocation/Applications/***.app/Frameworks"
building file list ... rsync: link_stat "/Users/***/***App/iOSRelease/../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework" failed: No such file or directory (2)
done
sent 29 bytes received 20 bytes 98.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/9e200cfa-7d96-11ed-886f-a23c4f261b56/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]
Command PhaseScriptExecution failed with a nonzero exit code
For the archive issue with Xcode beta, raised an issue at https://github.com/CocoaPods/CocoaPods/issues/11808
Is this an Xcode beta issue with CocoaPods or the CocoaPods need an update using Xcode beta?
Same Q. Need SwiftUI implementation of MKPolylineRenderer to be added to iOS 17 sdk.
added in iOS 17 beta
My observations have been: the new api (from iOS 17.2) Activity.pushToStartTokenUpdates returns the pushToStartToken is when Activity.request has been made (when app is in foreground).
This blog talks about the sequence but it doesn't seem to be working as designed. https://apnspush.com/how-to-start-and-update-live-activities-with-push-notifications