Search results for

“build disappears”

51,313 results found

Post

Replies

Boosts

Views

Activity

Files & file changes disappear on APFS volume
I've been trying macOS High Sierra out, with APFS, & have noticed something disturbing. If the Mac crashes files recently created or downloaded have disappeared. Files recently changed have lost the changes. By recently I don't mean in the few minutes before the crash, but at least as far as 3 hours before the crash. I seriously hope this behaviour is resolved before High Sierra goes to public release.I originally posted this to Apple Support Communities & got an email suggesting I repost here. I wasn't posting chasing solutions, but if anyone has suggestions torwards solutions they're most welcome.
14
0
5.7k
Jun ’17
The App Store purchase button disappears when another window approaches
Since macOS 15.3.2, we have observed that when another window is moved near the App Store's install button, the button disappears. We have attached a related video in the Feedback submission here https://feedbackassistant.apple.com/feedback/20444423 Our application overlays a transparent, watermark-window on top of the system window, which causes the install button in the App Store to be hidden when a user attempts to install an application.Could you advise on how to avoid this issue?
0
0
244
Nov ’25
Today Widgets (old widgets) disappear after EVERY app update.
We had Today widgets that worked perfect for a long time. After introducing the new Widgets Extension we added a Widgets Bundle to our app. Now after every app update the old widgets disappear from Today view and can be bring back ONLY by rebooting the iPhone. Sometime when they disappear, in today view appears the first widget from the Widgets Bundle. I've tested other apps too and it happens every time to apps that support old and new widgets (Xiaomi Home app for example). Does anyone have a clue how to fix that?
1
0
2.2k
Dec ’21
Reply to "An error was encountered while attempting to communicate with this device. (The service is invalid.)"
G'Day,For me, I've just had this same error message after updating iOS to the most recent version (in my case 13.3), and had connected it to Xcode for the first time since the upgrade. When looking at Devices under 'Devices and Simulators' I could see the yellow 'preparing for development' banner.Once that had completed and the banner had disappeared, build and running from Xcode on my iPhone was working fine.Cheers,Marcus
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’19
All my app screenshots and icon disappeared when I created a new version
I was preparing a new update for our app, as usual, but in the new version all the assets automatically disappeared (screenshots, app icon, etc.), and I have no option to bring them back automatically, except by re-uploading each and every one of them manually for each localization?This isn't acceptable, we can't be asked to reupload all our assets for every update...
0
0
695
Apr ’18
Data in persistent store disappears after app restarting
I have main context in controller:let mainContext = (UIApplication.sharedApplication().delegate as! AppDelegate).managedObjectContextThen I create private context in my operation with passing reference to mainContext:privateContext = NSManagedObjectContext(concurrencyType: .PrivateQueueConcurrencyType) privateContext.parentContext = self.mainContext privateContext.performBlock { let someObj = NSEntityDescription.insertNewObjectForEntityForName(SomeObj.entityName, inManagedObjectContext: privateContext) as! SomeObj someObj.prop1 = some1 someObj.prop2 = some2 ... if privateContext.hasChanges { do { try privateContext.save() } catch let saveError as NSError { finishWithError(saveError) } } }And then I get saved items from my controller:var someObjArr = [SomeObj]() let mainContext = (UIApplication.sharedApplication().delegate as! AppDelegate).managedObjectContext let someObjRequest = NSFetchRequest(entityName: SomeObj.entityName) do { someObjArr = try mainContext.executeFetchRequest(someObjRequest) as! [SomeObj]
2
0
1.5k
Jan ’16
UICollectionView top cells disappear while animating keyboard appearance
I have UICollectionView with cells inside. Everything works well except one thing.During keyboard appearance animation, top cells that are about to go offscreen just disappear in place without any animation https://drive.google.com/file/d/17GROrgdqNDMZJf-ym-0FjT6NgFQHjelc/view?usp=sharingI have tried to implement finalLayoutAttributesForDisappearingItem but it has no any effect. Also tried to expand rect in layoutAttributesForElementsInRectoverride func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]? { let rect = CGRect(x: rect.minX, y: rect.midY - 312, width: rect.width, height: rect.height + 312) return itemAttributesCache.filter { $0.frame.intersects(rect) } }but also with no luck.The only working solution that i found is to expand UICollectionView.frame above the screen to the keyboard height and set UICollectionView.contentInset.top to the keyboard height. It works but absolutely ugly.Any ideas how to fix it?
Topic: UI Frameworks SubTopic: UIKit Tags:
12
0
3.4k
Dec ’19
One of my recent version metrics disappear in Xcode organizer metrics
Hello, For one of my recent release (2 versions ago), I used to be able to check its p50 of Hang Rate, but now it disappear and not showing up in XCode Organizer Metrics anymore. The p90 of Hang Rate of this version is still there. It's so unpredictable. Is there something we can do to get this data to populate? If not, may I understand usually why this issue will happen, is it something frond-end bug or is it because there is some thing abnormal going on in the back-end data?
1
0
185
Apr ’25
Reply to Build missing inside Activity
I am having the same issues. XCode upload validation successful. (no errors) XCode upload distribution successful. (no errors) I see my build on App Store Connect's 'Activity' view (processing). After a few seconds the build in the 'Activity' view disappears. I receive no e-mails. Upon uploading the same build via XCode validation / distribution - I get a duplicate build error. Upload with new build number, same problem. May not be related, but things that changed for us recently (past 1 day): Upgraded to XCode 12. Accepted new App Store connect agreements. Updated TestFlight beta information. Most likely on Apple's side.
Sep ’20
All Mail notifications disappear spontaneously from the notification centre
All mail notifications are visible on the notification centre. However if we swipe down the notification centre immediately after ending a phone call, it shows none of the mail notifications. All mail notifications would have disappeared from the notification centre. None of the mail notifications reappear on the notification centre even by swiping it down again after waiting for five minutes. This vanishing act also happens randomly and spontaneously after some period of inactivity and none of the mail notifications are seen upon swiping down the notification centre.The mail notifications reappear only after toggling Settings> Notifications > Mail > Allow Notifications settings which was On all the time, to Off and then put to On again. They also reappear randomly after some period of inactivity on the phone.This problem continues on iOS 13.2 public release apart from all beta releases prior to this.
1
0
1.6k
Oct ’19
Files & file changes disappear on APFS volume
I've been trying macOS High Sierra out, with APFS, & have noticed something disturbing. If the Mac crashes files recently created or downloaded have disappeared. Files recently changed have lost the changes. By recently I don't mean in the few minutes before the crash, but at least as far as 3 hours before the crash. I seriously hope this behaviour is resolved before High Sierra goes to public release.I originally posted this to Apple Support Communities & got an email suggesting I repost here. I wasn't posting chasing solutions, but if anyone has suggestions torwards solutions they're most welcome.
Replies
14
Boosts
0
Views
5.7k
Activity
Jun ’17
The App Store purchase button disappears when another window approaches
Since macOS 15.3.2, we have observed that when another window is moved near the App Store's install button, the button disappears. We have attached a related video in the Feedback submission here https://feedbackassistant.apple.com/feedback/20444423 Our application overlays a transparent, watermark-window on top of the system window, which causes the install button in the App Store to be hidden when a user attempts to install an application.Could you advise on how to avoid this issue?
Replies
0
Boosts
0
Views
244
Activity
Nov ’25
Today Widgets (old widgets) disappear after EVERY app update.
We had Today widgets that worked perfect for a long time. After introducing the new Widgets Extension we added a Widgets Bundle to our app. Now after every app update the old widgets disappear from Today view and can be bring back ONLY by rebooting the iPhone. Sometime when they disappear, in today view appears the first widget from the Widgets Bundle. I've tested other apps too and it happens every time to apps that support old and new widgets (Xiaomi Home app for example). Does anyone have a clue how to fix that?
Replies
1
Boosts
0
Views
2.2k
Activity
Dec ’21
Reply to "An error was encountered while attempting to communicate with this device. (The service is invalid.)"
G'Day,For me, I've just had this same error message after updating iOS to the most recent version (in my case 13.3), and had connected it to Xcode for the first time since the upgrade. When looking at Devices under 'Devices and Simulators' I could see the yellow 'preparing for development' banner.Once that had completed and the banner had disappeared, build and running from Xcode on my iPhone was working fine.Cheers,Marcus
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’19
All my app screenshots and icon disappeared when I created a new version
I was preparing a new update for our app, as usual, but in the new version all the assets automatically disappeared (screenshots, app icon, etc.), and I have no option to bring them back automatically, except by re-uploading each and every one of them manually for each localization?This isn't acceptable, we can't be asked to reupload all our assets for every update...
Replies
0
Boosts
0
Views
695
Activity
Apr ’18
Why 'Using Swift with Cocoa and Objective-C' disappeared from the Russian iBooks Store?
Hello. About several month ago the book 'Using Swift with Cocoa and Objective-C'(white and yellow cover) disappeared from Russian iBooks Store. And no updates, and no new download ability. Why? This is very necessary book.
Replies
0
Boosts
0
Views
797
Activity
Oct ’18
Data in persistent store disappears after app restarting
I have main context in controller:let mainContext = (UIApplication.sharedApplication().delegate as! AppDelegate).managedObjectContextThen I create private context in my operation with passing reference to mainContext:privateContext = NSManagedObjectContext(concurrencyType: .PrivateQueueConcurrencyType) privateContext.parentContext = self.mainContext privateContext.performBlock { let someObj = NSEntityDescription.insertNewObjectForEntityForName(SomeObj.entityName, inManagedObjectContext: privateContext) as! SomeObj someObj.prop1 = some1 someObj.prop2 = some2 ... if privateContext.hasChanges { do { try privateContext.save() } catch let saveError as NSError { finishWithError(saveError) } } }And then I get saved items from my controller:var someObjArr = [SomeObj]() let mainContext = (UIApplication.sharedApplication().delegate as! AppDelegate).managedObjectContext let someObjRequest = NSFetchRequest(entityName: SomeObj.entityName) do { someObjArr = try mainContext.executeFetchRequest(someObjRequest) as! [SomeObj]
Replies
2
Boosts
0
Views
1.5k
Activity
Jan ’16
UICollectionView top cells disappear while animating keyboard appearance
I have UICollectionView with cells inside. Everything works well except one thing.During keyboard appearance animation, top cells that are about to go offscreen just disappear in place without any animation https://drive.google.com/file/d/17GROrgdqNDMZJf-ym-0FjT6NgFQHjelc/view?usp=sharingI have tried to implement finalLayoutAttributesForDisappearingItem but it has no any effect. Also tried to expand rect in layoutAttributesForElementsInRectoverride func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]? { let rect = CGRect(x: rect.minX, y: rect.midY - 312, width: rect.width, height: rect.height + 312) return itemAttributesCache.filter { $0.frame.intersects(rect) } }but also with no luck.The only working solution that i found is to expand UICollectionView.frame above the screen to the keyboard height and set UICollectionView.contentInset.top to the keyboard height. It works but absolutely ugly.Any ideas how to fix it?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
12
Boosts
0
Views
3.4k
Activity
Dec ’19
Developer Mode disappeared on iOS 17 beta 6 image
After installed iOS 17 beta 6 image on iPhone 14 Pro Max, the Developer Mode disappeared from system settings. Now Xcode doesn't recognize my device because Developer Mode is off. Is there anyway to turn it on? The previous iOS 17 beta 3 image works fine.
Replies
2
Boosts
0
Views
2.1k
Activity
Aug ’23
Reply to Xcode 12.5 iSO14.2 some weird messages
Thanks @Claude31, I reset the constraints and the error disappeared. Also the other messages have disappeared! It's ok now. Cheers.
Replies
Boosts
Views
Activity
Jul ’21
One of my recent version metrics disappear in Xcode organizer metrics
Hello, For one of my recent release (2 versions ago), I used to be able to check its p50 of Hang Rate, but now it disappear and not showing up in XCode Organizer Metrics anymore. The p90 of Hang Rate of this version is still there. It's so unpredictable. Is there something we can do to get this data to populate? If not, may I understand usually why this issue will happen, is it something frond-end bug or is it because there is some thing abnormal going on in the back-end data?
Replies
1
Boosts
0
Views
185
Activity
Apr ’25
Reply to Build missing inside Activity
I am having the same issues. XCode upload validation successful. (no errors) XCode upload distribution successful. (no errors) I see my build on App Store Connect's 'Activity' view (processing). After a few seconds the build in the 'Activity' view disappears. I receive no e-mails. Upon uploading the same build via XCode validation / distribution - I get a duplicate build error. Upload with new build number, same problem. May not be related, but things that changed for us recently (past 1 day): Upgraded to XCode 12. Accepted new App Store connect agreements. Updated TestFlight beta information. Most likely on Apple's side.
Replies
Boosts
Views
Activity
Sep ’20
All Mail notifications disappear spontaneously from the notification centre
All mail notifications are visible on the notification centre. However if we swipe down the notification centre immediately after ending a phone call, it shows none of the mail notifications. All mail notifications would have disappeared from the notification centre. None of the mail notifications reappear on the notification centre even by swiping it down again after waiting for five minutes. This vanishing act also happens randomly and spontaneously after some period of inactivity and none of the mail notifications are seen upon swiping down the notification centre.The mail notifications reappear only after toggling Settings> Notifications > Mail > Allow Notifications settings which was On all the time, to Off and then put to On again. They also reappear randomly after some period of inactivity on the phone.This problem continues on iOS 13.2 public release apart from all beta releases prior to this.
Replies
1
Boosts
0
Views
1.6k
Activity
Oct ’19
Reply to Cannot find Products group in new Xcode 13 project
This has disappeared in Xcode 13, On the left Xcode 12, on the right Xcode 13: Xcode 13 Release notes explain: The project navigator hides the Products group when it’s in the default location. The Product > Show Build Folder in Finder menu item replaces the most common use. (71561549) Don't worry, usually you have no need to access it.
Replies
Boosts
Views
Activity
Oct ’21
Reply to Can't set the slider to 0
I don't mean making the slider disappear, I mean making the shape it controls disappear because 0 is nothing, I will try your solution.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’20