Search results for

build disappears

49,244 results found

Post

Replies

Boosts

Views

Activity

Disappearing elements from Library
I am working on a test app utilizing UISplitViewController. I search for ContainerView and drag it onto the Detail View. Then I search for an ImageView and drag it onto the Detail View. The ContainerView disappears and is replaced by the ImageView. I've deleted and recreated several times, and have also rebooted and it doesn't change how it works. Have you experienced this or is there a fix? I am using Xcode 13.4, and Monterey 12.4.
0
0
744
Jul ’22
Share Extension disappears
My iOS app has a share extension. I am using a predicate in NSExtensionActivationRule to determine when to make my extension available to users. The predicate seems to work as expected, but I have a big problem: my extension keeps disappearing from the share sheet and I need to tap More and disable/enable my extension every time I want to use it.I have seen many others having this problem, but have not found a solution. Getting desperate here. Any ideas?Claes
Topic: UI Frameworks SubTopic: UIKit Tags:
6
0
1.8k
Jul ’15
Reply to new builds not show in app store connect
Hi, Not sure if this help anyone or not. In my case it is because I updated the version. The old version was 1.0, but I upload a new build with version 1.0.1. It showing that version for a while and then disappeared. Try upload build again, XCode archive success but it showing the same error, 1.0.1 showing in testflight for a while and then disappear. Try change version to 1.0.0 also not working It only working when I change version to 1.1 > archive and Distribute again.
Apr ’23
All images disappeared on watch
This is not a question, but hopefully helped someone here:All my images disappeared on my watch app! After some testing (change name, filetype, move to extensions, etc), I finally realized that all @1x pictures disappeared, but @2x works!So hopefully if you encountered the same issue, now watchOS seems to take in @2x pictures only.
1
0
397
Aug ’15
schema menu disappeared on the Xcode screen.
Hello.I want to use the Xcode version 6.1.1.and want to install the app on iPhone device.uninstall current version(7.3_beta_2) Xcode and was installed version 6.1.1 .but schema menu disappeared on the Xcode screen.installed version 6.2 of Xcode.this version has disappear schema menu.installed version 6.3.2 of Xcode.schema menu cannot appear on the Xcode screen.I operated Menubar : next stepWindow -> Deicesconnected iPhone with USB .connected the iphone device informaton is displayed on screen.TARGET -> Build SettingsCode Singning Identity :Certificate has been set correctlyMac versionOS X El Capitanverision 10.11how to display the schema menu, please tell me.Best reagrds
2
0
2.1k
Feb ’16
UIPasteControl sometimes disappear
Problem Our app use UIPasteControl for people taps to place pasteboard contents in UITextView. It worked fine at first, but recently received a lot of user feedback and the button suddenly disappeared This problem usually occurs when an App switches between the front and back More Information When the button disappears, we find that the child view of the UIPasteControl control which name _UISlotView has a size of zero. we use UIKit and AutoLayout,limit button size (100, 36) let config = UIPasteControl.Configuration() config.displayMode = .labelOnly config.cornerStyle = .fixed config.baseForegroundColor = .white config.baseBackgroundColor = .black config.cornerRadius = 18 let btn = UIPasteControl(configuration: config) pasteBtn = btn addSubview(pasteBtn) pasteBtn.snp.makeConstraints { make in make.trailing.equalTo(-20) make.bottom.equalTo(-10) make.size.equalTo(CGSize(width: 100, height: 36)) } UI view information > (lldb) po [0x107dda810 subviews] <__NSSingleObjectArrayI 0x30152ff00>
5
0
724
Jun ’24
Our customer's events on calendar are disappeared
Our app provides a calendar that integrates with the default calendar app. Specifically, we use iOS EventKit to perform CRUD operations on calendar data. Recently, we have received reports from users that all of their events have disappeared. However, after reviewing our implementation and logs, we have not been able to identify the cause. Some users have also reported that all data in their default calendar app has disappeared as well. Does anyone have any idea what might be causing this? To delete an event within our app, users must press the delete button and then confirm the deletion in a dialog. Additionally, it is not possible to delete more than two events at once. We've seen many people in the community discussing a bug where calendar events disappear after updating to iOS 18. If you have any information about when or why this happens, we'd appreciate it if you could share your insights.
0
0
90
Jul ’25
Disappearing "On my Mac" folders
Max,I'm having trouble after updating from beta 5 to GM with all of my On my Mac (archived) folders and their emails disappearing. (I had this same issue going from beta 5 to beta 6 and had to return to v1 and update to v5 beta to keep my On my Mac folders.) I have no problems with Gmail or other mail folders in the InBox or even in the Sent box; those emails seem stable. The problems seems to be restricted to the On my Mac folders.When I follow your instructions from another thread, while running under beta 5 (that is, moving com.apple.mail to desktop) and then re-start Mail, all the folders inside On my Mac also disappear, just like when I updated to GM. When I move the folder back into the Container folder, and re-start Mail, the folders and their emails are present again.How can I stabilize this thing and move onto GM without losing my On my Mac folders?Thanks.
3
0
1k
Sep ’15
App has disappeared from connect?...
I have set it all up as I have done previously with other apps. Then aftr getting it all ready to test, it has now disappeared from my itunes connect.I went to try create a new one of the same name and ID etc, but got the error saying NAME ALREADY EXISTS so its there hiding somewhere.Anyone have this issue?I have read of other people having the issue, but then the apps just came back after a few hours, but this has been close to a full dayThanks for your help
5
0
572
Nov ’15