Posts

Post not yet marked as solved
4 Replies
4.0k Views
Just started having a problem with this after adding iOS to my target. Nothing I've tried will make it work.XCode and my OS are all up to dateShowing Recent Messages:-1: Cycle inside Visual METAR iOS; building could produce unreliable results.Cycle details:→ Target 'Visual METAR iOS': CodeSign /Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app○ Target 'Visual METAR iOS' has copy command from '/Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app' to '/Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app/Visual METAR iOS.app' error: '/Users/ek/Desktop/Projects/Visual METAR/DerivedData/Visual METAR/Build/Products/Debug-iphoneos/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/embedded.mobileprovision' is longer than filepath buffer size (1025).
Posted
by Velek.
Last updated
.
Post not yet marked as solved
2 Replies
2.2k Views
I decided to add a new feature to my app using SwiftUI. It almost completely works, except I'm not quite happy with the behavior of the UIHostingController on my iPad.The SwiftUI part is a list of aviation weather stations, sorted by distance from the user's location.The detail screen invoked by the list view is the current data from that station. This is a preexisting UIKit ViewController.It works *almost* flawlessly on my iPhone 7, but when I try to bring it up on my Mini 4, I will get a blank detail view controller.But the SwiftUI list is available on top of the detail view by swiping it in from the left.Not quite what I want to see.I see there are a few options such as sheet and isActive, but I'm not sure how to get them to work with the List view.
Posted
by Velek.
Last updated
.
Post not yet marked as solved
0 Replies
191 Views
I just started learing SwiftUI this week. Doing my updates in SwiftUI since Apple is making us switch to iOS 13 SDK in a few months anyway.I've started by adding a new UIHostingController with a SwiftUI List view.Except now I want it the List View to be able to open up one of my old UIKit View Controllers when the user selects a list item.Do I have it right that I should wrap my UIKit View Controller in a UIViewRepresentable and NavigationLink() rather than try to performSegue() from my List View?
Posted
by Velek.
Last updated
.
Post not yet marked as solved
2 Replies
382 Views
I just got the message that Apple is demanding that I update my app to the iOS 13 SDK in July.I'm looking at adding a few new features and considering using SwiftUI since my app has to be linked with the new SDK anyway, but I'm concerned that I may be leaving users and potential users out in the cold for too long in the future.
Posted
by Velek.
Last updated
.