So happy the Favorites Width problem was solved, now in beta 6 I have a Finder toolbar problem: I always have my Finder Toolbar showing (icons only), however now they are not showing. When I choose Show toolbar and I have my favorites showing, the first thing that Show Toolbar does... is hiding the favorites sidebar! When I then choose Show Toolbar again, it shows and the sidebar(!) and the toolbar.But... when I close the Finder window and open it again (same path)... the toolbar again is NOT showing....
Search results for
show when run
112,752 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello. I created multiple intents and then I would like to show Siri messaging UI for an intent instead of Intent UI.- Intent A: it shouldn’t have Intent UI and should be processed in the Siri messaging UI. - Intent B: it uses Intent UI.How can I prevent from showing Intent UI in accordance to an intent? Thanks.
Im trying to compile a free app from GitHub for personal use but i cant sign it since everytime im getting the same error 0 identities found. I have added my Apple ID to Xcode accounts, but in manage certificates, it shows status not in keychain. On keychain access > login, it doesn’t show any Apple dev certificate obviously, and when I run security find-identity in terminal, I get a 0 identities found, 0 valid identities found. I don’t know where to begin, every tutorial I find requires downloading a certificate from Apples Dev website but my account is a free developer, not paid. A few months ago I was able to compile this same app so I know I don’t need a paid dev account. Any help appreciated.
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Yes, it is in the distributed plist. Yes, signed, notarized and stapled. Yes, running dwarfdump shows UUIDs for x86 and arm. Thanks, Chris
Topic:
App & System Services
SubTopic:
Networking
I want to add Show in Finder in my app that is similar to the one in Xcode. How do I do this using objc?
After installing Beta4 of Xcode, iOS 9 and WatchOS2, Xcode shows the watch as unavailable, yet lists it as paired under the devices window.Has anyone else seen this?Anyone havve any solution or suggestions?
Dear All,I have a status bar app which can open its popover window even with hotkey if the menu bar is visible on the screen. If the menu bar is hidden, the popover window will open at the left bottom corner on the screen and not its own status bar position as I expected.Have any of you some idea that how can I show/unhide the menu bar when it is hidden? Or is there any other way to open NSpopover? As I know NSPopover needs a View, and in this case the view is hidden (NSStatuItemView is hidden with the menubar too).Thanks for your help.
NSMutableAttributedString append NSTextAttachment , and set paragraphStyle.alignment = .justified, will Show Overlap,Word overlap。
I'm running beta 2 and beta 3 is not showing up. Tried restarting. Tried re-installing the beta utillity.
Make sure you're on the latest official version of xcode, then on the device you're running the build on, make sure you have pressed Trust this Device under General -> Device Management -> [Your App]. Then re-run your build via Xcode and your stickers will show up.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Make sure you're on the latest official version of xcode, then on the device you're running the build on, make sure you have pressed Trust this Device under General -> Device Management -> [Your App]. Then re-run your build via Xcode and your stickers will show up.
Topic:
App & System Services
SubTopic:
General
Tags:
Hello hope you are good I want to ask a question related the use of Netflix on mac, I running my Netflix account on my own mac since last year but i am enable to download movies and shows, I follow various methods from google but i failed, can you help me related to my query. Thanks
Last Thursday, I replied to a review but it still does not show in the App Store. I see the review, but no response. iTunes Connect shows the response but I don't see it in the store. I cannot tell if the reviewer received it either.I haven't responded to a review before. Is this normal? It is Wednesday today, six days later.
Hi Guys,I've got a collectionView tied to a navigation controller, and in my storyboard the navigation bar is showing just fine, but then when i run simulator it is not there at all. Constraints are holding the table view under the navbar. Any ideas?Thanks!Jewell
I'm running into a bit of an issue with a menu attached to a UIButton in a Catalyst app. Clicking on the button works as expected: the menu appears (showsMenuAsPrimaryAction is set to true). However, because the button is in a form as a way for the user to select from a list of available options, I also need the ability to show the dropdown menu when I tab to the button from another field. I was hoping this would happen automatically if the button could become the first responder, but that does not appear to be the case. If there a way to make this happen?