Search results for

build disappears

49,252 results found

Post

Replies

Boosts

Views

Activity

App disappear after processing
Hi supporter,I'm have upload many times, with first 2times, have receive email with error missing description on info, but 5-10 nextime upload disappear after processing and didnt get any email status or missing error.Please help me double check that, it's urgent by me. Im have email to support but didnt any response.Im using xcode 11.Thank you very much.
4
0
856
Oct ’19
iOS 18 tabbar flickers and then disappears
Use a UITabBarController to load two ViewControllers, A and B, both wrapped in UINavigationController. In A’s viewDidLoad method, push to C, with C’s hidesBottomBarWhenPushed set to true. When popping back to A, the tab bar flickers and then disappears. In versions lower than iOS 18, after popping back, the tabBar does not flicker and disappear. A ViewController override func viewDidLoad() { super.viewDidLoad() let vc = CViewController() vc.hidesBottomBarWhenPushed = true navigationController?.pushViewController(vc, animated: true) // Do any additional setup after loading the view. }
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
951
Oct ’24
Are storyboard and UIKit due to disappear ?
I read in Xcode 15.2 release notes that @IBDesignable and @Inspectable are deprecated and will disappear in a future release. After the abandon of WatchKit and its storyboard, replaced by SwiftUI, does it mean storyboards (and consequently UIKit) will progressively disappear, leaving developers alone with SwiftUI to design apps (IMHO, inadequate to design complex UI: for instance, I always struggle to position precisely objects for all devices sizes as we miss constraints manager in SwiftUI) ? For sure, IBDesignable is (was) whimsical, but a very useful tool to design sophisticated UI. Replacing by #Preview does not make it. I also understand that Xcode is a very complex piece of code and that maintaining and evolving some tools (as IBDesignable) requires effort. But isn't it what we expect from Apple ? To provide us with the best tools and keep on the promise of WYSIWYG environments, all along ? Is it only me or do others share this view ?
2
0
2.6k
Dec ’23
iCloud - desktop content disappeared
I'm not sure what I did but somehow I think I did it while purusing the icloud settings from my iphone.Here's my question: I just opened my MacBook and everything on my desktop has disappeared. Of course, I asked Google what happened and was advised via a similar question from an Apple Developer Form to delete all the content and settings from my iphone and then restore it from icloud. Ok, doing that now.......not going too well. In the mean time I found the contents of my desktop, on my harddrive. HD>users>mynamedfolder>icloud drive (archive). Any ideas of what might have happened? and how do I put the contents of my desktop back on my desktop.
0
0
271
Jun ’17
"All Ratings and Reviews" have disappeared
The All ratings and reviews have disappeared from the app store when viewing it on the appstore 10 or appstore 11. Instead, we only see our ratings for the current version which is a fraction of what we have built up over the years. We also never chose to reset our total # of ratings. It was my understanding that the total number of ratings will be the starting number in appstore 11. Was that the wrong assumption? Apps like Facebook with 30-40K ratings are down to couple hundred. I guess this is a global issue. Any thoughts?
7
0
4.0k
Sep ’17
Homkit devices disappearing overnight
I've been consistently having a problem with HomeKit devices, scenes, and automations magically vanishing overnight. When I add the devices they are fully functional at first but eventually they just disappear (usually when I'm sleeping). It also is gone from the manufacturers app. I can add the device back in as many times as I want but it continues to do this. Sometimes it stays but I cannot figure out any rhyme or reason to this problem. Any ideas?
1
0
1.2k
Apr ’17
How to reliably link a new build to newly-created IAP? After submitting, selected IAP “disappear” from the submission
Hi everyone, I’m trying to submit my first release with In-App Purchases, but I can’t keep the IAP attached to the submission. Status: Not published yet (first release) Version: 5.0.0 (multiple builds: (7), (8), etc.) What happens I upload a new build and select it for version 5.0.0. I go to Add for Review and select my newly created IAP (auto-renewable subscriptions). I submit the version. When I re-open the submission details, the IAP section is empty (they no longer appear as “Included in this submission”). The result is a double failure: App rejection (Guideline 2.1 – “IAP not found in the submitted binary”). Each IAP is also rejected for lack of a binary in its review context. It looks like the IAP and the build keep getting detached from each other after I submit. Since this is my first version, I’ve tried changing builds and even editing version metadata, but it still feels like I’m just “editing the first version” rather than creating a fresh link between this binar
0
0
100
3w