Search results for

show when run

112,655 results found

Post

Replies

Boosts

Views

Activity

Reply to StoreKit 2: Newly added subscription not being returned
New information ... I made a text change to an existing subscription product. This does show when running the released app, but does not show in the development sandbox app. I tried clearing the app cache (DerivedData), restarted development machine, double-checked the bundle IDs. It appears that the App Store price changes are not propagating to the sandbox environment.
Topic: App & System Services SubTopic: StoreKit Tags:
Jul ’23
Reply to UITextView Height
Images do not show on the forum !!!In the size Inspector, what is Intrinsic size ? (at the very bottom): that could explain the height = 0, as a computed value. Change the value of this attribute, just to check.Try to add some text in the UITextView (Attributes Inspector): does the UITextView shows at run time ?Finally, you may try to change the vertical compression to higher value (800 vs 750)
Sep ’18
Reply to How set image in lauchscreen ?
In previous version XCode 8.0 , i have a launchscreen with an imageView inside and attribute inspector set the image name , when run app shows the image in the simulator and real device ok .Now in XCode 8.1 we always speak of a launchscreen with an imageView , the old image present in Asset before update XCode8.0 to Xcode8.1 show well when run device and simulator , but the new image add in asset afther update Xcode8.1 not show in run real device in launchscreen with uiimageview , but if in another type of Window RootViewController or ViewController add a UIImageView in set the identy image show ok , either in real device and simulator !Sorry about my English is not good
Nov ’16
Reply to Xcode 9: How to see pending blocks in debugger mode "View process by queue"
Hi eskimo,I tried this already and it didn't work. But...I deselcted the Show only running blocks when in Queues view and deselcted Show only crashed threads and threads with debug symbols (the middle button at the bottom right) and now I see pending threads. (I thought, that the threads of my App would all have debug symbols, so I selected the button to filter out system threads...)Thank you for your hint!
Nov ’17
Reply to Xcode 13.2 update is stuck
Same problem trying to update to Xcode 13.4 on my MacBook Pro (13, M1, 2020). Update was running all night and is stuck. Restarting did not help. Activity monitor shows installd running with 97% CPU. Killing the process and restarting my Mac did not resolve anything either. Xcode continues to be a steaming pile of Kot (German for excrement).
May ’22
Reply to [Question] Downgrade from ipados 13.1 beta to ipados 13.0 final release
I did this just morning. On my iMac running the latest Catalina beta I installed iPadOS beta 8, the latest iPad 13.0 beta version you can download and installed it through Catalina with my ipad physically plugged into the iMac. Took a few minutes and when it finished, my ipad shows as running iOS 13. The ipad iOS 13.1 versions were a little too gruesome for me right now so I bailed on the beta version.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’19
Reply to Xcode 9: How to see pending blocks in debugger mode "View process by queue"
You can do this by:Switching to the Debug navigator (View > Navigator > Show Debug Navigator).Switching to queues view my choosing View Process By Queue from the popup at the top right of that navigator.Unchecking the button at the bottom right of that navigator (it has a tooltip of Show only running blocks when in Queues view)I tested this in Xcode 9.1, which is what I have running today, but I strongly suspect it’s the same on 9.2b2.Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Nov ’17
Reply to [Issue] Automation forcing to tap on screen - application run command is not reacting to 'ask when run' unslide during connection or disconnection to Carplay
Hi, I have the same issue with automation to turn off xiaomi outlet when battery charges to specific percentage. When I turn off Show when run preview, shortcut does not work. When I ask Siri to do it, it works. I understand it is security problem for ios, but you should make it possible, because now, majority of automations and shortcuts are useless.
Mar ’22
Reply to Show When Run toggle in custom actions
Figured it out. To get rid of the Show When Run toggle, you have to do two things: 1) Have a blank success response template. 2) In the handle method of the intent, add the object you want to return in the response object as follows: let response = GetMacroIntentResponse(code: .success, userActivity: nil) response.macro = macroDetails return completion(response)
Topic: App & System Services SubTopic: General Tags:
Oct ’20
Reply to Change the default simulator on Xcode 12.5
Not an option to select as default, but you can remove all devices you don't need from the list by going to: Select device > Add additional devices, and uncheck 'Show as run destination'. As I'm a beginner and only focussing on learning stuff I'm simply only using the iPhone 12 mini so it will be selected as default when starting a new project.
Sep ’22
Reply to How set image in lauchscreen ?
It is difficult to understand your problem, so I will reformulate.Tell if I understand correctly and please answer the questions.In previous version XCode 8 , in lauchscreen story board i add uiimageview in window and the image name , when lauch app show the image.- in previous XCode : 8.0 ?- you have a launchscreen with an imageView inside- when you run the app it is OK. Is it in simulator or on real device ?Now in XCode 8.1 the old image present in Asset show well when run device , but the new image add afther update Xcode not show in run device, but if set UIImage in viewController and set the identy image show !- You have one image in asset catalog ?- You speak of the old image. What is the new image ? Is it in asset catalog also ?- This image is displayed in the launchscreen when you run the app : Is it in simulator or on real device ?- Do you want the new image or the old image to show in launch screen ?- I do not understand your la
Nov ’16