Search results for

“show when run”

117,515 results found

Post

Replies

Boosts

Views

Activity

Hiding Xcode Console @ Run Time
Hi, Every time Im developing an App and run it the console appears and stay there even when stopping the App then I need to again close it cause it minimize the canvas, is there any setting to prevent it from automatically showing in every run ? Kind Regards
2
0
302
Jan ’25
Showing deallocations in an interval?
Is there any way, in Instruments, to figure out what allocations were deallocated in an interval? I'd like to highlight a section of the allocations timeline, and then see only the blocks that were deallocated during that interval (for bonus points, show only blocks that were allocated before that interval, but deallocated during that interval).I don't see an obvious way to do this. Thanks!
0
0
396
Jun ’17
TestFlight App Shows Empty White Screen
When I install and open my React Native iOS app on my iPhone device using the TestFlight app, it shows an empty white screen. But, it works fine on my XCode Simulator and my iPhone device when run through XCode on both debug or release modes. What could be the reason for getting an empty white screen when running my app on TestFlight?
0
0
603
Sep ’24
Image not showing
Hi Below image is not showing. I am using Kingfisher pod.a_img: https://www.user.com/User/3xotic london.jpgBelow image is showinga_img: https://www.user.com/User/fax.jpg,let url = URL(string: dict?.value(forKey: a_img) as! String) imageView.kf.setImage(with: url)Thanks
1
0
356
Jul ’17
run Javascrip on Safari
Hello, I am experiencing an issue when running a script on Safari, specifically WebKit. Here is a sample HTML code: The logic behind this script is to introduce a 1-second delay when the user clicks on the textbox. After 1 second, the keyboard should appear. Testing on Android mobile devices shows the expected behavior. However, on iPhones, the textbox receives focus, but the keyboard does not appear. This issue has been observed on various iOS versions, with the script working only on iOS 15. If you have any insights or solutions to address this compatibility issue, it would be greatly appreciated. Thank you.
0
0
816
Feb ’24
Is the Dock "Running in Background" indicator supposed to trigger for registered launchd jobs with no live process on macOS 27?
I just noticed something on macOS 27 beta 1 and I'm not sure if it's a bug or just how the new feature works. After quitting an app with Cmd+Q, the Dock keeps showing the gray dot with the Running in Background message. So I checked — ps aux shows nothing running for the app at all. The only trace is its auto-updater job in launchctl list (com.anthropic.claudefordesktop.ShipIt), which is registered but has no PID, so it's not actually executing anything. Out of curiosity I tried Discord and got the exact same thing (com.discord.discord.ShipIt), so this probably happens with any Electron app that uses the Squirrel updater. Is this intended behavior? Trying to understand if the indicator reflects registered background items (and not just live processes) so I know what to expect for Electron-based apps.
0
0
475
Jun ’26
New IAPs not showing in sanbox
Seeing some complaints about iTC being slow for app releases ATM, anyone running into issues with IAPs? Something very odd going on:- I had added an auto-renew subscription a few days ago at $19.99. After the scheduled maitenence iTC listed it as $19.99 but in the sandbox it was returning $.99 in code.- Tried to make another subscription IAP incase that one was just corrupted, and it isn't showing in the sandbox at all after an hour. I just get invalid product identifier.- To make sure it wasn't something with the new subscription changes that just went live, tried a consumable IAP. Same thing - not showing in sandbox.
3
0
637
Sep ’16
Reply to Unable see device in xcode
If you run iTunes on the same ‘Mac’ as you run Xcode, does it show your iOS device?Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Programming Languages SubTopic: Swift Tags:
Oct ’17
NSUserTrackingUsageDescription warning not showing
Hello. Recently I've added an NSUserTrackingUsageDescription in the Info.plist of the app I'm working on. It works fine (the warning shows up) when I deploy it on testing device myself. However, the TestFlight build doesn't show any warning and there is no option in Settings for the app to allow tracking. Is it a TestFlight special behaviour or the warning shoud show up regardless it is a debug, TestFlight or App Store version of an app?
0
0
912
Oct ’23
Reply to I want to get a iPad Pro
Running an app on it's intended device, and coding that app to be able to get to that point are two different parts of the overall process. If you want to show someone how an iPad app works on an iPad, of course an iPad is best in that case, however, Apple's IDE/Xcode runs on macOS which runs on a Mac.
Aug ’17
Reply to Decode errors, even on "Hello, world!" - Mac
Hi, I'm new at this, so I have no idea how to do what you are asking. I'll need details (sorry). I am running Apple's default New Project (Hello World code) with no changes, including code, schemes, settings, or anywhere else. I assume the below should show when the app is running. Report Navigator - Launch Showing All Issues Using LLDBRPC. The LLDB framework is from /Applications/Xcode.app/Contents/SharedFrameworks Attached to process with pid 6662 Build and Launc show no issues. Console in the app shows the decode errors. Apps don't crash. Mac's Console app doesn't show errors that I can tell. I searched for decode. When I turned off App Sandbox, I only got one error - Can't find or decode disabled use cases. All I know is that this didn't show up before the update to Sequoia and Xcode. All continue to be the most recent version. Thanks for helping! -Ashley
Topic: Community SubTopic: Apple Developers Tags:
Dec ’24
Reply to Using keychain as root
My plan is to run it as service (using 'sudo launchctl load'). I finally realized that when running as root it complains the root certificate is not trusted (by running SecTrustEvaluateWithError). I decided to delete the root certificate and install it again. I guess there was some bug in the keychain which show it as trusted although it was treated as not trusted. Thanks eskimo for your help.
Topic: App & System Services SubTopic: General Tags:
Feb ’22
Hiding Xcode Console @ Run Time
Hi, Every time Im developing an App and run it the console appears and stay there even when stopping the App then I need to again close it cause it minimize the canvas, is there any setting to prevent it from automatically showing in every run ? Kind Regards
Replies
2
Boosts
0
Views
302
Activity
Jan ’25
Showing deallocations in an interval?
Is there any way, in Instruments, to figure out what allocations were deallocated in an interval? I'd like to highlight a section of the allocations timeline, and then see only the blocks that were deallocated during that interval (for bonus points, show only blocks that were allocated before that interval, but deallocated during that interval).I don't see an obvious way to do this. Thanks!
Replies
0
Boosts
0
Views
396
Activity
Jun ’17
TestFlight App Shows Empty White Screen
When I install and open my React Native iOS app on my iPhone device using the TestFlight app, it shows an empty white screen. But, it works fine on my XCode Simulator and my iPhone device when run through XCode on both debug or release modes. What could be the reason for getting an empty white screen when running my app on TestFlight?
Replies
0
Boosts
0
Views
603
Activity
Sep ’24
Image not showing
Hi Below image is not showing. I am using Kingfisher pod.a_img: https://www.user.com/User/3xotic london.jpgBelow image is showinga_img: https://www.user.com/User/fax.jpg,let url = URL(string: dict?.value(forKey: a_img) as! String) imageView.kf.setImage(with: url)Thanks
Replies
1
Boosts
0
Views
356
Activity
Jul ’17
run Javascrip on Safari
Hello, I am experiencing an issue when running a script on Safari, specifically WebKit. Here is a sample HTML code: The logic behind this script is to introduce a 1-second delay when the user clicks on the textbox. After 1 second, the keyboard should appear. Testing on Android mobile devices shows the expected behavior. However, on iPhones, the textbox receives focus, but the keyboard does not appear. This issue has been observed on various iOS versions, with the script working only on iOS 15. If you have any insights or solutions to address this compatibility issue, it would be greatly appreciated. Thank you.
Replies
0
Boosts
0
Views
816
Activity
Feb ’24
Is the Dock "Running in Background" indicator supposed to trigger for registered launchd jobs with no live process on macOS 27?
I just noticed something on macOS 27 beta 1 and I'm not sure if it's a bug or just how the new feature works. After quitting an app with Cmd+Q, the Dock keeps showing the gray dot with the Running in Background message. So I checked — ps aux shows nothing running for the app at all. The only trace is its auto-updater job in launchctl list (com.anthropic.claudefordesktop.ShipIt), which is registered but has no PID, so it's not actually executing anything. Out of curiosity I tried Discord and got the exact same thing (com.discord.discord.ShipIt), so this probably happens with any Electron app that uses the Squirrel updater. Is this intended behavior? Trying to understand if the indicator reflects registered background items (and not just live processes) so I know what to expect for Electron-based apps.
Replies
0
Boosts
0
Views
475
Activity
Jun ’26
New IAPs not showing in sanbox
Seeing some complaints about iTC being slow for app releases ATM, anyone running into issues with IAPs? Something very odd going on:- I had added an auto-renew subscription a few days ago at $19.99. After the scheduled maitenence iTC listed it as $19.99 but in the sandbox it was returning $.99 in code.- Tried to make another subscription IAP incase that one was just corrupted, and it isn't showing in the sandbox at all after an hour. I just get invalid product identifier.- To make sure it wasn't something with the new subscription changes that just went live, tried a consumable IAP. Same thing - not showing in sandbox.
Replies
3
Boosts
0
Views
637
Activity
Sep ’16
xcode playgound output not showing
I'm using an old 2010 MacBook Pro, on Catalina, am running the latest Xcode beta, and have a problem in the the playground output wind does not show code output, looked all over the web, lots of times the problem it seems over the years has happened but no real solution tired advice from a couple all with no result. Any idea would help?
Replies
0
Boosts
0
Views
422
Activity
Dec ’20
Reply to Unable see device in xcode
If you run iTunes on the same ‘Mac’ as you run Xcode, does it show your iOS device?Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’17
NSUserTrackingUsageDescription warning not showing
Hello. Recently I've added an NSUserTrackingUsageDescription in the Info.plist of the app I'm working on. It works fine (the warning shows up) when I deploy it on testing device myself. However, the TestFlight build doesn't show any warning and there is no option in Settings for the app to allow tracking. Is it a TestFlight special behaviour or the warning shoud show up regardless it is a debug, TestFlight or App Store version of an app?
Replies
0
Boosts
0
Views
912
Activity
Oct ’23
Reply to I want to get a iPad Pro
Running an app on it's intended device, and coding that app to be able to get to that point are two different parts of the overall process. If you want to show someone how an iPad app works on an iPad, of course an iPad is best in that case, however, Apple's IDE/Xcode runs on macOS which runs on a Mac.
Replies
Boosts
Views
Activity
Aug ’17
xcode not showing the prediction
example:CGRectMake -It is just showing thisIt is not showing the complete CGRectMake(origin_x, origin_y, width, height);Can someone tell me how to resolve this problem?
Replies
3
Boosts
0
Views
977
Activity
Oct ’15
Bug showing yesterdays date on Apple Watch
My iPhone (running iOS 10) is showing the correct day. But my Apple Watch is showinig yesterdays date. (ex. today Sunday the 17th on iPhone. Saturday 16th on Apple Watch. Anyone else has the same problem?
Replies
2
Boosts
0
Views
431
Activity
Jul ’16
Reply to Decode errors, even on "Hello, world!" - Mac
Hi, I'm new at this, so I have no idea how to do what you are asking. I'll need details (sorry). I am running Apple's default New Project (Hello World code) with no changes, including code, schemes, settings, or anywhere else. I assume the below should show when the app is running. Report Navigator - Launch Showing All Issues Using LLDBRPC. The LLDB framework is from /Applications/Xcode.app/Contents/SharedFrameworks Attached to process with pid 6662 Build and Launc show no issues. Console in the app shows the decode errors. Apps don't crash. Mac's Console app doesn't show errors that I can tell. I searched for decode. When I turned off App Sandbox, I only got one error - Can't find or decode disabled use cases. All I know is that this didn't show up before the update to Sequoia and Xcode. All continue to be the most recent version. Thanks for helping! -Ashley
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Using keychain as root
My plan is to run it as service (using 'sudo launchctl load'). I finally realized that when running as root it complains the root certificate is not trusted (by running SecTrustEvaluateWithError). I decided to delete the root certificate and install it again. I guess there was some bug in the keychain which show it as trusted although it was treated as not trusted. Thanks eskimo for your help.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22