Search results for

“show when run”

115,096 results found

Post

Replies

Boosts

Views

Activity

iMessage extension not showing
Hi all,I'm developing an app with an iMessage extension. I'm able to test the extension running it directly on a simulator or a phisical device.But when I do Archive (to send a demo version to the customer) and I install the exported IPA on my device, the iMessage extension is not showing on the iMessage app.When I create the IPA exporting the archive the extension is correctly present in the binary list, with its provisioning profile.Am I missing something?Thanks.
2
0
1.7k
Oct ’16
How to make window not show up
Hello all,I am trying to build an app that sits up in the menu bar. Unforunately, I can't get the main window to not show up when I run the app. I made the dock icon go away by editing it in info.plist, but when I try to delete the window in Main.storyboard, I can't find an option. I only want the app to show up in the menu bar, which is why I want to get rid of the window.
1
0
443
Aug ’19
Reply to structure of a Swift app - main.swift vs. AppDelegate
I created a sample project, and removed the line `@UIApplicationMain` in AppDelegate.swift,and then added main.swift . The app runs fine without any problems.If This didn‘t work for you, there may be something wrong in your main.swift. Please show your main.swift.And please describe didn't work more precisely.- It does not compile?- Causes some runtime error?- Or runs without error, but shows an unexpected odd behavior?
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’19
Watch OS4 always show stopwatch
Anytime the stopwatch is running the wake screen is the stopwatch. I use the utility watch face so I can see multiple things at once (stopwatch, timer, etc) and now every single time I glance at my watch it shows just the stopwatch app and nothing else anytime the stopwatch is running (which is always for me). It’s rendering the utility watch face useless.
2
0
1k
Sep ’17
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
Reply to Where is 15A262c? Do not see it!!
It's strange, my App Store is showing Public Beta 5 available, when what I am running now is Developer beta 6. I am a developer, and got the last release from the direct download links posted in the forums here. My version number I am running now is 15A244d - Developer Beta 6. I wonder why my App Store is only showing Public Beta 5, and I cannot download Dev Beta 7...my developer code shows it is already redeemed, per the original Dev Beta 1.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
xcode simulator doesn't show anything (just blank)
Hi, I' running the FoodTracker tutorial and I'm having a problem on the step 0...I run the iPhone simulator and it doesn't show FoodTracker on the screen. It's just blank...Can anyone help me with it with?
Replies
4
Boosts
0
Views
1.7k
Activity
Oct ’16
Badges for App Store not showing
I’m currently running iOS 13 beta 8 on my iPhone X and not badges are showing when I have apps to update. This has not been working since beta 7. I’ve opened a feedback issue for this.
Replies
0
Boosts
0
Views
703
Activity
Aug ’19
Enhance Dialogue not showing or working
Enhance Dialogue not showing for me as an option anywhere .I’m using an Apple TV 4K 1st Generation running IOS 18 public beta ,JBL soundbar and LG OLED all have eARC.
Replies
1
Boosts
0
Views
816
Activity
Jul ’24
xcresulttool for Xcode 16 does not show warnings
Running xcrun xcresulttool get build-results --path ResultFile does not always show the warnings that the build emitted, If I run the legacy command, xcrun xcresulttool get --legacy --path ResultFile against the same file, there are (numerous) warnings, where the non-legacy call above shows no warnings.
Replies
1
Boosts
0
Views
488
Activity
Nov ’24
iMessage extension not showing
Hi all,I'm developing an app with an iMessage extension. I'm able to test the extension running it directly on a simulator or a phisical device.But when I do Archive (to send a demo version to the customer) and I install the exported IPA on my device, the iMessage extension is not showing on the iMessage app.When I create the IPA exporting the archive the extension is correctly present in the binary list, with its provisioning profile.Am I missing something?Thanks.
Replies
2
Boosts
0
Views
1.7k
Activity
Oct ’16
How to make window not show up
Hello all,I am trying to build an app that sits up in the menu bar. Unforunately, I can't get the main window to not show up when I run the app. I made the dock icon go away by editing it in info.plist, but when I try to delete the window in Main.storyboard, I can't find an option. I only want the app to show up in the menu bar, which is why I want to get rid of the window.
Replies
1
Boosts
0
Views
443
Activity
Aug ’19
Showing alerts in Swiftui
Is there any way to show alerts in Swiftui without using the toggle and writing (.alert(isPresented:content:))?
Replies
3
Boosts
0
Views
856
Activity
May ’22
Reply to Xcode simulators not appearing on project list
If you have quite a lot of simulators and they're all set to show automatically, some will be 'lost'. I think you just need to set Show run destination to Always for the ones you always want to see, and they should then always be displayed.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Download link for 10.12.1 Beta (16B2553a) ??
You can't run the packages individually in sierra, but you can run them from another partition with el capitan - as per instructions in the other thread.This method does not require it to show up in the mac app store.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’16
Reply to structure of a Swift app - main.swift vs. AppDelegate
I created a sample project, and removed the line `@UIApplicationMain` in AppDelegate.swift,and then added main.swift . The app runs fine without any problems.If This didn‘t work for you, there may be something wrong in your main.swift. Please show your main.swift.And please describe didn't work more precisely.- It does not compile?- Causes some runtime error?- Or runs without error, but shows an unexpected odd behavior?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’19
Watch OS4 always show stopwatch
Anytime the stopwatch is running the wake screen is the stopwatch. I use the utility watch face so I can see multiple things at once (stopwatch, timer, etc) and now every single time I glance at my watch it shows just the stopwatch app and nothing else anytime the stopwatch is running (which is always for me). It’s rendering the utility watch face useless.
Replies
2
Boosts
0
Views
1k
Activity
Sep ’17
Reply to Create ML in XCode 11 Beta?
Yes, you need to be running the macOS Catalina beta as well. Then it will show up among the developer tools.I'm running Catalina from an external drive, and Xcode from my built-in disk… had to give myself permissions for that.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Jun ’19
App Store not showing updates
I'm currently running Logic Pro X 10.4.4 on Catalina. Works great. There was an update (10.4.5) that was released today, but it is not showing up in the App Store nor in the Software Updates.Is this expected behavior for Beta 1?
Replies
1
Boosts
0
Views
727
Activity
Jun ’19
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
Reply to Where is 15A262c? Do not see it!!
It's strange, my App Store is showing Public Beta 5 available, when what I am running now is Developer beta 6. I am a developer, and got the last release from the direct download links posted in the forums here. My version number I am running now is 15A244d - Developer Beta 6. I wonder why my App Store is only showing Public Beta 5, and I cannot download Dev Beta 7...my developer code shows it is already redeemed, per the original Dev Beta 1.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’15