Search results for

“build disappears”

51,296 results found

Post

Replies

Boosts

Views

Activity

Compiler error messages disappearing
You know how XCode shows your compile errors in real time with the red ribbons to the right of the code? Now they are not there. Or they might appear occasionally after a deliberate build, but then they disappear after a few seconds, or after I click on anything. I can't write code like this. Yes, I have restarted. Didn't help. Is there some new configuration I have to set?
3
0
1.7k
Jun ’23
Share Extension disappearing
Share Extensions have been disappearing in dev builds in different ways for different versions of iOS 8. (I have not been able to find a clear pattern.) Some people say it is 'only' a problem for dev builds and not for apps downloaded from the App Store. I don't know if that is true since I have not released an app with an extension yet.In 8.4 (on one of my devices) I was forced to disable/enable my extension every time for it to show up in the share sheet. Now, in 8.4.1, the problem has gotten even worse. My extension does not show up at all. Not even in the 'More' list. So, I am currently not able to test my extension on 8.4.1. And I don't know if/how it will work if I distribute it through the App Store. I've tried TestFlight, and that does not make any difference.This has been a problem for a long time now but I have not seen any comment from Apple. Maybe I have missed it, but I would really appreciate if someone from Apple could shed some light on this problem.Thanks!Claes
Topic: UI Frameworks SubTopic: UIKit Tags:
4
0
973
Aug ’15
SCNodes disappear and then reappear
I can't post a video I don't think. But in the screen shots, I'm sightly making a circle with the phone and the green lines will disappear and then reappear. Those green lines are drawn via .addChildNode(). We're using RoomPlan to detect cabinets(.storage), and then we outline the cabinets with SCNNodes. We have other methods to capture cabinets that don't use RoomPlan. And the lines for those cabinets do not wink in and out. Perhaps there is a bug with visibility culling? We're pretty dang sure the nodes are not disappearing because we are calling .hide() anywhere. Perhaps object detection from RoomPlan running in the background is interfering?
2
0
757
Jun ’23
Reply to How do I resubmit an app after rejection?
Hi I build an app and submitted for review. But the app got reject by apple reviewer and we addressed all the feedback and trying to rebuild the app with different version, Build number also changed, when we are trying to upload again it showing successfully uploaded and showing in testFlight. After sometime the app is disappear from testFlight. I am able to delete the rejected app Able to upload the a app in TestFlight (Build version change, Build no change) After successfully uploaded, after sometime its disappear from TestFlight Is there any other step I am missing here to re-submit the build for review
Jan ’21
"Disappearing" messages
Hi, all.Had a user e-mail that he had a message disappear from an active conversation.My app is a board game; the user still saw the summaryText from prior messages, but the message containing the in-progress game was missing, so there was no way to invoke the app. Since I don't beleive it's possible to delete a single message from a conversation, I don't think there's a way for the user to have done this accidentially.I'd be curious if anyone else has experienced this issue. Thanks,-Michael
0
0
373
Sep ’16
Dynamic Island appears and then disappears
Trigger an alarm on the iPhone 14 Pro Max so that the time is displayed on the dynamic island at the top. And when you perform a specific action in the currently sold app, the time or icon displayed on the dynamic island appears and disappears. Is there anything special I need to do in my app to just keep the current dynamic island icon or time display? Other apps seem to keep the time or icon displayed on the dynamic island. Add We confirmed that if we make the bottom home indicator disappear automatically with setNeedsUpdateOfHomeIndicatorAutoHidden, the dynamic island also disappears. Is there a way to setNeedsUpdateOfHomeIndicatorAutoHidden to show the current dynamic island even though the home bar disappears? Some users believe that the app is malfunctioning because it repeats that the content of the dynamic island is displayed when you touch the app and disappears when you don't touch it.
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
2.3k
Oct ’22
Reply to App Clip info missing from 'Build Metadata' section
Every build with App Clip uploaded TestFlight went disappeared as well
Replies
Boosts
Views
Activity
Jun ’21
Reply to Testflight Build missing
Same issue here, sent 3 builds all disappeared after processing.
Replies
Boosts
Views
Activity
Jun ’19
Compiler error messages disappearing
You know how XCode shows your compile errors in real time with the red ribbons to the right of the code? Now they are not there. Or they might appear occasionally after a deliberate build, but then they disappear after a few seconds, or after I click on anything. I can't write code like this. Yes, I have restarted. Didn't help. Is there some new configuration I have to set?
Replies
3
Boosts
0
Views
1.7k
Activity
Jun ’23
disappearing Messages on viber
Disappearing Messages are not working with group chat. There is no viber updates on the apple store. I am using Iphone 12 pro.
Replies
0
Boosts
0
Views
540
Activity
May ’21
Share Extension disappearing
Share Extensions have been disappearing in dev builds in different ways for different versions of iOS 8. (I have not been able to find a clear pattern.) Some people say it is 'only' a problem for dev builds and not for apps downloaded from the App Store. I don't know if that is true since I have not released an app with an extension yet.In 8.4 (on one of my devices) I was forced to disable/enable my extension every time for it to show up in the share sheet. Now, in 8.4.1, the problem has gotten even worse. My extension does not show up at all. Not even in the 'More' list. So, I am currently not able to test my extension on 8.4.1. And I don't know if/how it will work if I distribute it through the App Store. I've tried TestFlight, and that does not make any difference.This has been a problem for a long time now but I have not seen any comment from Apple. Maybe I have missed it, but I would really appreciate if someone from Apple could shed some light on this problem.Thanks!Claes
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
4
Boosts
0
Views
973
Activity
Aug ’15
Reply to itunesconnect prerelease builds disappeared
I am too facing the same problem from yesterday. Build upload from xCode is Success and was able to see the build for processing briefly, but suddenly it disappeared and cannot find the build. How can we come to know that problem is resolved.
Replies
Boosts
Views
Activity
Dec ’16
SCNodes disappear and then reappear
I can't post a video I don't think. But in the screen shots, I'm sightly making a circle with the phone and the green lines will disappear and then reappear. Those green lines are drawn via .addChildNode(). We're using RoomPlan to detect cabinets(.storage), and then we outline the cabinets with SCNNodes. We have other methods to capture cabinets that don't use RoomPlan. And the lines for those cabinets do not wink in and out. Perhaps there is a bug with visibility culling? We're pretty dang sure the nodes are not disappearing because we are calling .hide() anywhere. Perhaps object detection from RoomPlan running in the background is interfering?
Replies
2
Boosts
0
Views
757
Activity
Jun ’23
Reply to How do I resubmit an app after rejection?
Hi I build an app and submitted for review. But the app got reject by apple reviewer and we addressed all the feedback and trying to rebuild the app with different version, Build number also changed, when we are trying to upload again it showing successfully uploaded and showing in testFlight. After sometime the app is disappear from testFlight. I am able to delete the rejected app Able to upload the a app in TestFlight (Build version change, Build no change) After successfully uploaded, after sometime its disappear from TestFlight Is there any other step I am missing here to re-submit the build for review
Replies
Boosts
Views
Activity
Jan ’21
Reply to App build disappeared on TestFlight page
Did someone found the solution? I am facing the same problem here. My new build just disappear from TestFlight
Replies
Boosts
Views
Activity
Oct ’20
Apps randomly disappearing
The apps randomly just disappeared from my home screen and when I tried to add them back through app library it’s not there, it’s frustrating
Replies
1
Boosts
0
Views
271
Activity
Apr ’23
"Disappearing" messages
Hi, all.Had a user e-mail that he had a message disappear from an active conversation.My app is a board game; the user still saw the summaryText from prior messages, but the message containing the in-progress game was missing, so there was no way to invoke the app. Since I don't beleive it's possible to delete a single message from a conversation, I don't think there's a way for the user to have done this accidentially.I'd be curious if anyone else has experienced this issue. Thanks,-Michael
Replies
0
Boosts
0
Views
373
Activity
Sep ’16
Dynamic Island appears and then disappears
Trigger an alarm on the iPhone 14 Pro Max so that the time is displayed on the dynamic island at the top. And when you perform a specific action in the currently sold app, the time or icon displayed on the dynamic island appears and disappears. Is there anything special I need to do in my app to just keep the current dynamic island icon or time display? Other apps seem to keep the time or icon displayed on the dynamic island. Add We confirmed that if we make the bottom home indicator disappear automatically with setNeedsUpdateOfHomeIndicatorAutoHidden, the dynamic island also disappears. Is there a way to setNeedsUpdateOfHomeIndicatorAutoHidden to show the current dynamic island even though the home bar disappears? Some users believe that the app is malfunctioning because it repeats that the content of the dynamic island is displayed when you touch the app and disappears when you don't touch it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
2.3k
Activity
Oct ’22
Reply to testflight builds not showing up for internal team?
I am having the same issue. Build show up as processing for a second - and then disappeared on next page refresh.
Replies
Boosts
Views
Activity
Jun ’20
Reply to testflight builds not showing up for internal team?
I am having the same issue. Build show up as processing for a second - and then disappeared on next page refresh.
Replies
Boosts
Views
Activity
Feb ’20
VS Code disappeared
After I installed Xcode on my MacBook Pro a2289 VS Code that I installed before disappeared. And Xcode doesn't open the folder on my desktop which I cloned from GitHub.
Replies
1
Boosts
0
Views
1.9k
Activity
Oct ’20