Search results for

“show when run”

115,098 results found

Post

Replies

Boosts

Views

Activity

Running
hello. I'm trying to run my app and its keep giving my error massages. Failed to register bundle identifier: The app identifier Joe.Landmarks cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. and also this massage: No profiles for 'Joe.Landmarks' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'Joe.Landmarks'. thanks for the help.
0
0
371
Jan ’22
manageSubscriptionsSheet not showing
Trying to debug StoreKit on device using a sandboxed user. When I want to show manageSubscriptionsSheet, the screen flashes but nothing shows. This is visible in the console: SKEngagementRemoteViewTask: Presenting system engagement request. Request: {length = 5347, bytes = 0x62706c69 73743030 d4010203 04050607 ... 00000000 000012d7 } Present engagement request: {length = 5347, bytes = 0x62706c69 73743030 d4010203 04050607 ... 00000000 000012d7 }, clientBundleID: com.acme.myapp Finished presenting engagement request with view service There isn't much information in the documentation so I'm not sure if it's me not doing things correctly or a bug in iOS 17.2?
2
0
918
Nov ’23
iPad not showing up in Xcode, but is showing up in iTunes
I am trying to build a hybrid app from Ionic, I have followed the instructions down to the letter, and I am persistantly stuck at the same point. No matter what I do, my iPad will not show up in xCode. I have searched for hours online, and every page I find is the same answer, find the device in your Devices, though some older replies say in your Organizer, then click use this as development device. I would love to be able to do that, but there is no device in my Devices window. When I click to add a new device, it tells me there are no devices connected to your mac. However, iTunes, which is open at the same time, is showing my iPad. I can sync with it, add music, do anything I want, except use it in xCode. Any help would be greately appreciated. I am somewhat new to xCode, so if you need any information I will gladly provide it, but you might have to help me get to it. This is seriously starting to drive me crazy, iTunes can see it an use it perfectly, but xCode refuses to see that it is e
0
0
1.7k
Aug ’17
Swift Playgrounds Learn To Code Not Showing Puzzle
Learn to code 1 module is not showing the puzzle on the right viewport. I can write commands and run them, but the puzzle viewport is just blue. Skipping through the lessons I can get maybe 5 of the puzzles to show up. When loading the puzzle viewport, playgrounds will automatically try to run code and fail. On the puzzles that show up, it won't try to run code after the initial loading. And the puzzle works just fine. Playgrounds V14.1 MacBook Pro 13-inch Late 2013 model Big Sur OS
0
0
446
Oct ’22
Code Coverage Not Showing In Editor
I have turned on code coverage (before running my unit tests), and clicked on Editor > Show Code Coverage, but the editor does not show the code coverage information along the right side of the editor window. It has appeared intermittantly, but then it will disappear for seemingly no reason. I am able to see code coverage information (the blue percentage bars for each class) in the Coverage tab of the reports navigator, but when I open any class in the editor, the coverage information does not appear along the right side of the window.Any ideas?Thank you!
3
0
5.8k
May ’17
XCode 6.4 - Errors stopped showing in editor
I'm on XCode 6.4 (6E35b)Two days ago XCode stopped showing errors in the editor. Everytime I do a build, it says 'build succeeded' but when I try to run the app or my unit tests then it says build failed but it doesn't show the red exclamation points in the editor and I have to go into the logs view and hunt through the logs to find the compile errors. I trashed my version of XCode and re-installed through the AppStore, same behavior. I do have XCode 7 downloaded but I haven't run it in weeks. I'm on Yosemite 10.10.1.Has anyone else seen this behavior before? Seems weird. I've tried toggling some of my preferences related to showing errors as well to no avail.
2
0
356
Aug ’15
Reply to Playgrounds running forever
It happens the same to me in Xcode 7 PreReleases. Playground keeps running forever. I reboot the computer, reinstalled Xcode and it's always the same. After writting a few lines Playground shows the message Running and never stops.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Running
hello. I'm trying to run my app and its keep giving my error massages. Failed to register bundle identifier: The app identifier Joe.Landmarks cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. and also this massage: No profiles for 'Joe.Landmarks' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'Joe.Landmarks'. thanks for the help.
Replies
0
Boosts
0
Views
371
Activity
Jan ’22
manageSubscriptionsSheet not showing
Trying to debug StoreKit on device using a sandboxed user. When I want to show manageSubscriptionsSheet, the screen flashes but nothing shows. This is visible in the console: SKEngagementRemoteViewTask: Presenting system engagement request. Request: {length = 5347, bytes = 0x62706c69 73743030 d4010203 04050607 ... 00000000 000012d7 } Present engagement request: {length = 5347, bytes = 0x62706c69 73743030 d4010203 04050607 ... 00000000 000012d7 }, clientBundleID: com.acme.myapp Finished presenting engagement request with view service There isn't much information in the documentation so I'm not sure if it's me not doing things correctly or a bug in iOS 17.2?
Replies
2
Boosts
0
Views
918
Activity
Nov ’23
iPad not showing up in Xcode, but is showing up in iTunes
I am trying to build a hybrid app from Ionic, I have followed the instructions down to the letter, and I am persistantly stuck at the same point. No matter what I do, my iPad will not show up in xCode. I have searched for hours online, and every page I find is the same answer, find the device in your Devices, though some older replies say in your Organizer, then click use this as development device. I would love to be able to do that, but there is no device in my Devices window. When I click to add a new device, it tells me there are no devices connected to your mac. However, iTunes, which is open at the same time, is showing my iPad. I can sync with it, add music, do anything I want, except use it in xCode. Any help would be greately appreciated. I am somewhat new to xCode, so if you need any information I will gladly provide it, but you might have to help me get to it. This is seriously starting to drive me crazy, iTunes can see it an use it perfectly, but xCode refuses to see that it is e
Replies
0
Boosts
0
Views
1.7k
Activity
Aug ’17
Admob is not showing
Hi everyone, Admob is not showing on my iOS app. When I try to find the app from admob setting page, I don’t see the app which is already listed at the store. Do you know any solution? Yusuke
Replies
5
Boosts
0
Views
5.3k
Activity
Feb ’21
Swift Playgrounds Learn To Code Not Showing Puzzle
Learn to code 1 module is not showing the puzzle on the right viewport. I can write commands and run them, but the puzzle viewport is just blue. Skipping through the lessons I can get maybe 5 of the puzzles to show up. When loading the puzzle viewport, playgrounds will automatically try to run code and fail. On the puzzles that show up, it won't try to run code after the initial loading. And the puzzle works just fine. Playgrounds V14.1 MacBook Pro 13-inch Late 2013 model Big Sur OS
Replies
0
Boosts
0
Views
446
Activity
Oct ’22
Startup image didn't show
When I use Launch Screen.storyboard to show the launch screen, sometimes it does show the startup image. What should I do ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
181
Activity
Jun ’20
Two Apple TV Apps running concurrently
Is there a way to create an Apple TV App that runs on top of all other Apple TV apps? This application would run in the corner of the screen to show workouts while a TV show is playing or other application is running.
Replies
0
Boosts
0
Views
392
Activity
Sep ’17
Reply to System uses ~300GB
Same problem... Daisy Disk shows 700GB of hidden space even when I run it as admin. I need to reclaim that space.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’17
Reply to Displaying alerts shows compiler warnings
Could you show more code so that we understand the context (where is SceneMenu ? Is this in a UICollectionViewCell ?). Do you run in simulator ? If so, just ignore the keyboard message.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to App Intent not Discoverable by Siri
Forgot to add: I expected the shortcut to be run after calling Siri on the simulator and saying Show me my books on MyNewTestApp.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Is AVRouteDetector broken in iOS 13.6 ?
Thanks for your reply. The route picker presented by the Control Center shows only the iPhone device running the app.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’20
Reply to "No Mail Accounts" alert is not showing
Same issue for us on devices (and simulator) running iOS 13. The No Mail Accounts alert is not showing up. But if we run the app on iOS versions < 13, the alert is displayed. Did you find a solution for this?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’20
Code Coverage Not Showing In Editor
I have turned on code coverage (before running my unit tests), and clicked on Editor > Show Code Coverage, but the editor does not show the code coverage information along the right side of the editor window. It has appeared intermittantly, but then it will disappear for seemingly no reason. I am able to see code coverage information (the blue percentage bars for each class) in the Coverage tab of the reports navigator, but when I open any class in the editor, the coverage information does not appear along the right side of the window.Any ideas?Thank you!
Replies
3
Boosts
0
Views
5.8k
Activity
May ’17
XCode 6.4 - Errors stopped showing in editor
I'm on XCode 6.4 (6E35b)Two days ago XCode stopped showing errors in the editor. Everytime I do a build, it says 'build succeeded' but when I try to run the app or my unit tests then it says build failed but it doesn't show the red exclamation points in the editor and I have to go into the logs view and hunt through the logs to find the compile errors. I trashed my version of XCode and re-installed through the AppStore, same behavior. I do have XCode 7 downloaded but I haven't run it in weeks. I'm on Yosemite 10.10.1.Has anyone else seen this behavior before? Seems weird. I've tried toggling some of my preferences related to showing errors as well to no avail.
Replies
2
Boosts
0
Views
356
Activity
Aug ’15