Search results for

“show when run”

115,104 results found

Post

Replies

Boosts

Views

Activity

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
630
Sep ’16
Cannot show a storyboard
Hello there, i would like to know how to show a storyboard from a swift file; In my case i tried many times but it won’t work.. So, i made a Login/Sign-Up page were the user can login/sign-up to my application, and i called it Login.storyboard, then i have another file which is SettingsViewController.swift where i have my menù etc... and till here everything works, but then i made a voice on the SettingsViewController.swift which is: case 0: if let loginStoryboard = UIStoryboard(name: Login, bundle: nil).instantiateViewController(withIdentifier: LoginNavigationController) as? UINavigationController { present(loginStoryboard, animated: true, completion: nil) } else { print(Failed to instantiate LoginNavigationController from Login.storyboard) } So, this stuff should show my Login.storyboard, but when i press on the button from my phone, everything stops and the last message i receive from logs is: libc++abi: terminating due to uncaught exception of type NSException Does somebody know what sho
3
0
574
Oct ’23
Reply to Xcode 26.1 RC issue
@Martin81 I get the ReportCrash issue running an iOS 26.1 simulator such as an iPhone 17 Pro. And it is showing a wallpaper. The only sims that don't show a wallpaper in my case are iPad simulators running iPadOS 26.1. But here's what's really weird. I ran the Photos app in the iPhone 17 Pro simulator (which is showing the default wallpaper and causing high CPU). While viewing one of the stock simulator photos I chose Use as Wallpaper. I went through the steps. Even though the chosen image is now appearing as a black wallpaper, it did fix the high CPU problem for that simulator. Such a strange set of bugs.
Nov ’25
MKAnnotationViews not showing
New problem on iOS11 with some of our MKAnnotationViews not showing. They are all working fine on iOS10. Some display fine on iOS11 others don't.We have 100 location pins, if we select one location it's not visible properley because other location pins are overlapped on it,Please share Solution ASAP,
0
0
357
Oct ’17
Reply to LLDB RPC server has crashed
I have the same error, it happened after I :1, Select your TARGET --> Build Phases2, Click Run Script to show the list3, Select Run script only when installing4, Clean your project and run the project again5, Have a breakpoint at any place in one of your classesWhen the program run to the breakpoint , The error will produce, at the same time, Xcode will lose connection with your device !
Jun ’17
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
630
Activity
Sep ’16
Reply to Continuity Problem on El Capitan
same here. my same AppleID shows on all the devices, ipad/iphone, they work. On my Mac, running El Capitan, not so much.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’15
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
416
Activity
Dec ’20
Reply to NavigationSplitView sidebar Links not working after navigating back
I am actully confused why there is no collapse button to show/hide the sidebar in NavigationSplitView. Tutorials show it but when i copy the code and run it, there is no collapse button. Only the navigation links are shown full width and height. the detail view is nowhere to be seen.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Xcode setting ENABLE_BITCODE
For me, If I try to run this on a simulator project builds and compiles fine but for devices, it shows this error. IDK what's causing this for physical devices!!
Replies
Boosts
Views
Activity
Feb ’23
Reply to Shortcut Donations Not Working
Can you run the sample code project to see if the donations from that sample app show up for you? If so, compare your implementation here with that of the sample code project.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Cannot show a storyboard
Hello there, i would like to know how to show a storyboard from a swift file; In my case i tried many times but it won’t work.. So, i made a Login/Sign-Up page were the user can login/sign-up to my application, and i called it Login.storyboard, then i have another file which is SettingsViewController.swift where i have my menù etc... and till here everything works, but then i made a voice on the SettingsViewController.swift which is: case 0: if let loginStoryboard = UIStoryboard(name: Login, bundle: nil).instantiateViewController(withIdentifier: LoginNavigationController) as? UINavigationController { present(loginStoryboard, animated: true, completion: nil) } else { print(Failed to instantiate LoginNavigationController from Login.storyboard) } So, this stuff should show my Login.storyboard, but when i press on the button from my phone, everything stops and the last message i receive from logs is: libc++abi: terminating due to uncaught exception of type NSException Does somebody know what sho
Replies
3
Boosts
0
Views
574
Activity
Oct ’23
Reply to Xcode 26.1 RC issue
@Martin81 I get the ReportCrash issue running an iOS 26.1 simulator such as an iPhone 17 Pro. And it is showing a wallpaper. The only sims that don't show a wallpaper in my case are iPad simulators running iPadOS 26.1. But here's what's really weird. I ran the Photos app in the iPhone 17 Pro simulator (which is showing the default wallpaper and causing high CPU). While viewing one of the stock simulator photos I chose Use as Wallpaper. I went through the steps. Even though the chosen image is now appearing as a black wallpaper, it did fix the high CPU problem for that simulator. Such a strange set of bugs.
Replies
Boosts
Views
Activity
Nov ’25
Reply to Why Do My Replies to Reviews Not Show in the Store?
For iOS, the replies will only show if your device is running iOS 10.3 or later. Not sure about Mac version tho.
Replies
Boosts
Views
Activity
Apr ’17
MKAnnotationViews not showing
New problem on iOS11 with some of our MKAnnotationViews not showing. They are all working fine on iOS10. Some display fine on iOS11 others don't.We have 100 location pins, if we select one location it's not visible properley because other location pins are overlapped on it,Please share Solution ASAP,
Replies
0
Boosts
0
Views
357
Activity
Oct ’17
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
418
Activity
Jul ’16
Reply to Apple Watch app NOT working on device
No problem, thanks for clarifying. The dependence on the phone app shouldn't matter when running on device. What shows in the console when the app crashes?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to LLDB RPC server has crashed
I have the same error, it happened after I :1, Select your TARGET --> Build Phases2, Click Run Script to show the list3, Select Run script only when installing4, Clean your project and run the project again5, Have a breakpoint at any place in one of your classesWhen the program run to the breakpoint , The error will produce, at the same time, Xcode will lose connection with your device !
Replies
Boosts
Views
Activity
Jun ’17
command "dsconfigad -show" not returning any output
Whenever I am trying to run the command dsconfigad -show, it is not returning anything. But I can see that I am connected to a domain in enterprise connect. My Mac version is Monterey(version 12.2). Can anyone solve this issue. Thanks in advance.
Replies
0
Boosts
0
Views
457
Activity
Feb ’22
Showing second screen of LeaderBoard
Game showing leaderboard. User clicks on AppName LeaderBoard and then access the full LeaderBoard.Is there a way to show the second page with the list of friends and all players with scores directly?Please help.
Replies
0
Boosts
0
Views
264
Activity
Oct ’15