Search results for

“show when run”

115,097 results found

Post

Replies

Boosts

Views

Activity

Reply to XCode doesn't launch on Simulator
I had the same error and solved it by following these steps: Install rosetta running this command on the Terminal: softwareupdate --install-rosetta. Xcode: Product ¬ Destination ¬ Destination Architectures ¬ Show Both. Select Iphone 14 (Rosetta) as run destination. Clean build folder. Run.
May ’23
How do I get HomeKit accessories to show up in the iOS Simulator?
I'm finding developing for HomeKit using the iOS Simulator utterly confounding. All of my home's actual HomeKit accessories show up fine when I run the HomeKit app I'm developing on my actual phone. But none show up when I run my app in the iOS Simulator. Maybe that's how it's supposed to be? I decided to run the HomeKit Accessory Simulator in an attempt to get something to show up in the iOS Simulator, but the accessories I've created there don't show up in the Simulator either. How do I get devices to show up in the iOS Simulator? Thanks.
1
0
442
Jan ’25
reveal document or show original shows home folder?
I have an alias on my desktop the alias points to a file deep inside my user's documents folder i can double click the alias and the original opens as expected. but when i right click it and pick show original, the finder opens my home folder, with nothing selected, not the document's containing folder with the document selected. same thing happens if i open the document then command-click the icon in the titlebar of the window, (which reveals a popup menu with the path to the document), and pull down to the document's containing folder: the finder reveals only my home folder. what? why?
2
0
1.5k
Apr ’22
Reply to Xcode Crash on running applcation at second time
Could you explai what you see exactly, not only tell how you feel:1. write input value directly. Where do you write input ? In XCode ? In your code ? If so, show the codeI programmed the program that prints input value. Show the code pleasesecond running, console didn't show my input. Please show the code that should show the imputbut output was okay Please show the code that should show the output2. copy & pase input Where do you copy and paste ? In XCode ? In your code ? If so, show the codeit was just terminated and bug report appeared. When does it crash ? During compilation ? In app execution ?
Jan ’19
How to run macOSVirtualMachineSampleApp?
Hello, I am very new to Xcode and trying to build and run a simple project that installs and runs a VM. The sample code is provided by apple at https://developer.apple.com/documentation/virtualization/running_macos_in_a_virtual_machine_on_apple_silicon_macs The code has two apps. One that installs the bundle and another that runs it. I am able to create the bundle but don't know how to run the app macOSVirtualMachineSampleApp. Every time I start run I get the following. create VM.bundle: the base directory already exists. Which means I am running InstallationTool app every time. How do I run the macOSVirtualMachineSampleApp? I can see that in products folder both apps have been created but I only see Installationtool command line tool when I go to that location.
1
0
3.3k
Apr ’22
Reply to Xcode 11.3 - getting hanged & responding very slow
If you have a look at Activity Monitor does that show SourceKitService hogging the CPU and are your fans running flat out?
Replies
Boosts
Views
Activity
Jan ’20
Reply to XCode doesn't launch on Simulator
I had the same error and solved it by following these steps: Install rosetta running this command on the Terminal: softwareupdate --install-rosetta. Xcode: Product ¬ Destination ¬ Destination Architectures ¬ Show Both. Select Iphone 14 (Rosetta) as run destination. Clean build folder. Run.
Replies
Boosts
Views
Activity
May ’23
Carrier showing AT&T Wifi
I have iPhone 6S running iOS 9.3.1 and My carrier is switching from AT&T to AT&T WIFI. And it keeps switching in the settings. BTW this is unjailbroken. It will show in the about settings that my network is AT&T WIFI. Plz help me out
Replies
1
Boosts
0
Views
2.6k
Activity
Apr ’16
How do I get HomeKit accessories to show up in the iOS Simulator?
I'm finding developing for HomeKit using the iOS Simulator utterly confounding. All of my home's actual HomeKit accessories show up fine when I run the HomeKit app I'm developing on my actual phone. But none show up when I run my app in the iOS Simulator. Maybe that's how it's supposed to be? I decided to run the HomeKit Accessory Simulator in an attempt to get something to show up in the iOS Simulator, but the accessories I've created there don't show up in the Simulator either. How do I get devices to show up in the iOS Simulator? Thanks.
Replies
1
Boosts
0
Views
442
Activity
Jan ’25
Missed call show
IOS 18 beta latest update -Missed call is read but show number in caller icon
Replies
1
Boosts
0
Views
269
Activity
Aug ’24
reveal document or show original shows home folder?
I have an alias on my desktop the alias points to a file deep inside my user's documents folder i can double click the alias and the original opens as expected. but when i right click it and pick show original, the finder opens my home folder, with nothing selected, not the document's containing folder with the document selected. same thing happens if i open the document then command-click the icon in the titlebar of the window, (which reveals a popup menu with the path to the document), and pull down to the document's containing folder: the finder reveals only my home folder. what? why?
Replies
2
Boosts
0
Views
1.5k
Activity
Apr ’22
Reply to Can't login to App Store under Catalina
I was able to log in, but some apps downloaded from the store are not authorized to run. After an authentication dialog they show as damaged.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’19
Reply to Xcode Crash on running applcation at second time
Could you explai what you see exactly, not only tell how you feel:1. write input value directly. Where do you write input ? In XCode ? In your code ? If so, show the codeI programmed the program that prints input value. Show the code pleasesecond running, console didn't show my input. Please show the code that should show the imputbut output was okay Please show the code that should show the output2. copy & pase input Where do you copy and paste ? In XCode ? In your code ? If so, show the codeit was just terminated and bug report appeared. When does it crash ? During compilation ? In app execution ?
Replies
Boosts
Views
Activity
Jan ’19
Reply to ATS tls_handshake[-9024] error
I'm not able to run TLSTool in my system. when I change the directory to TLSTool and run the command, it shows -bash: ./TLSTool: is a directory.I am using macOS Sierra 10.12.3.May be its due to an older version of OS.
Replies
Boosts
Views
Activity
Apr ’17
Reply to [Xcode Instruments][Allocations] Chart not showing any data
For anyone who sees this in the future and has the same problem, I recently found out this only applies to running on simulator for our case. If you run it on the actual physical device, the logs are coming in just fine and the chart will show correctly.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Hiding Xcode Console @ Run Time
Is this what you are looking for? menu → Xcode → Settings → Behaviors → Running → Generates output → uncheck Show debugger There’s a similar setting under Running → Starts too, though it seems to be unchecked already by default.
Replies
Boosts
Views
Activity
Jan ’25
Reply to [SOLVED] iOS Simulator shows old project
Close Xcode and try again. When you run the simulator it will Build first meaning that it will compile and run the files based on what you have. So if you deleted something, or everything, it shouldn't show it after you build.Did you stop the previous build?
Replies
Boosts
Views
Activity
Jun ’15
Archive not showing
Hi, I have recently upgraded to Xcode 12.5 and any build which I archive is saved in the respective folder but it is not showing in the organiser.
Replies
0
Boosts
0
Views
394
Activity
May ’21
How to run macOSVirtualMachineSampleApp?
Hello, I am very new to Xcode and trying to build and run a simple project that installs and runs a VM. The sample code is provided by apple at https://developer.apple.com/documentation/virtualization/running_macos_in_a_virtual_machine_on_apple_silicon_macs The code has two apps. One that installs the bundle and another that runs it. I am able to create the bundle but don't know how to run the app macOSVirtualMachineSampleApp. Every time I start run I get the following. create VM.bundle: the base directory already exists. Which means I am running InstallationTool app every time. How do I run the macOSVirtualMachineSampleApp? I can see that in products folder both apps have been created but I only see Installationtool command line tool when I go to that location.
Replies
1
Boosts
0
Views
3.3k
Activity
Apr ’22
Reply to == not be called, why?
FWIW, it works for me, so (as KMT says) show some actual code -- preferably something that fails when running in a playground.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’18