You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running carthage update --use-xcframeworks --platform iOS with github "NYTimes/NYTPhotoViewer" in Cartfile results in this message: *** Skipped building NYTPhotoViewer due to the error: Dependency "NYTPhotoViewer" has no shared framework schemes for any of the platforms: iOS
running
carthage update --use-xcframeworks --platform iOS
withgithub "NYTimes/NYTPhotoViewer"
in Cartfile results in this message:*** Skipped building NYTPhotoViewer due to the error: Dependency "NYTPhotoViewer" has no shared framework schemes for any of the platforms: iOS
Carthage requires
--use-xcframeworks
for builds on Apple Silicon.It looks like Carthage support is intended; I'd be happy to take a swing at fixing this if someone could give me a starting point.
The text was updated successfully, but these errors were encountered: