Posts

Post not yet marked as solved
1 Replies
179 Views
How can I split the editor horizontally and have the same file in both the top and the bottom?
Posted
by KGBird.
Last updated
.
Post not yet marked as solved
4 Replies
5.7k Views
I find Xcode tabs to be very cumbersome. I use Cmd+Shift+O to open files into a tab. Is there any way to get Xcode to not overwrite the current tab? Instead I'd like Cmd+Shift+O to open the file into another tab and if the file is already open in another tab, simply switch to that tab?
Posted
by KGBird.
Last updated
.
Post not yet marked as solved
0 Replies
364 Views
Has anyone had issues with installing and running a watch app using the latest beta software?Xcode 10 beta 6iOS 12 beta 8watchOS 5 beta 7I get the following error alert when I try to run/debug my watch app on a read device.Unable to install "MyWatchApp"The certificate used to sign "MyWatchApp" has either expired or has been revoked. An updated certificate is required to sign and install the application.If I switch to latest released software, everything works fine.Xcode 9.4.1iOS 11.4.1watchOS 4.3.2Every target in my project is set to "Automatically manage signing". I've removed all the provisioning profiles and let Xcode re-download them.Nothing seems to work to allow me to install my watch app on the latest beta software.
Posted
by KGBird.
Last updated
.
Post not yet marked as solved
2 Replies
1.4k Views
Just tried to build my project with the latest Xcode 10, Beta 4, and I'm getting CopyStrings failures. Xcode passes --inputencoding utf-8 for some reason whiltemy strings files have always been in utf-16. I tried converting them to utf-8 but the Xcode passes --inputencoding utf-16 for some of them. I can't seem to fully please Xcode 10 beta 4 no matter what encoding I use. Does anyone have a solution to this? I didn't find anywhere in Xcode in my project to specify the encoding of my strings files. Seems like Xcode should be able to automatically detect the encoding. I tried the usual clean build, option clean build and I even deleted the folder under DerivedData.
Posted
by KGBird.
Last updated
.
Post not yet marked as solved
9 Replies
5.9k Views
Has anyone had problems with the UINavigationController's toolbar on the iPhone X (in the Simulator) when part of a view controller that's in a tab bar controller? I have a UIViewController that I add to a UITabBarController. In the UIViewController I set navigationController.toolbarHidden to NO. The toolbar appears down near the bottom on the iPhone X but there's a gap between the toolbar and the tab bar. The toolbar should be placed on top of the tab bar with no gap.
Posted
by KGBird.
Last updated
.
Post not yet marked as solved
1 Replies
632 Views
Is it possible for CLLocationManager to start continuous location updates when handling a SiriKit intent if location authorization is WhenInUse? In my application:handleIntent:completionHandler: UIApplicationDelegate method I'm trying to handle an INStartWorkoutIntent. It seems reasonable to me to start continuous location updates when Siri requests my app start a workout. What I'm finding is that if location authorization is set to WhenInUse, continuous location updates are not started. If I change location authorization to Always, then my app does indeed receive continuous location updates. Is there some way to start continuous location updates when handling an intent if location authorization is WhenInUse? This seems problematic with the big push in iOS 11 to have apps using WhenInUse authorization.
Posted
by KGBird.
Last updated
.
Post not yet marked as solved
0 Replies
344 Views
Last year with iOS 10 I explored using SiriKit Workout Intents but decided not to do so because the intents "Always requires unlocked device". Having to unlock the device made use of Siri cumbersome with workouts. If you had to unlock the device you may as well just press a button on your watch or phone to control the workout. I just looked at the What's New in the SiriKit presentation from WWDC 2017 and the presenter mentioned an new HandleInApp intent response code that will launch the app in the background. Perhaps this is obvious but does "launching in the app in the background" also mean that the workout intents no longer require an unlocked device? I guess I could try it out but I was wondering if anyone else had already giving this new response code a try with workout intents and whether an unlocked device is no longer required. Thanks!
Posted
by KGBird.
Last updated
.