Search results for

“build disappears”

51,301 results found

Post

Replies

Boosts

Views

Activity

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
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
770
Jul ’22
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
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
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
265
Jul ’25
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
411
Aug ’15
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
789
Jun ’24
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
Reply to New binary uploaded yesterday is stuck in Processing state
>> Does anyone have good news?I was contacted by Apple rep 20 minutes ago. He asked me to reupload a build since there was system maintenance while my previous builds were uploaded.I uploaded a new build. My old builds that were stuck disappeared from there. It took a coupl of minutes until I saw the build in the prerelease section and I was able to submit.
Jul ’15
photos shared albums disappeared
Anyone else's shared albums disappear in macOS Sierra?
Replies
0
Boosts
0
Views
224
Activity
Jun ’16
Reply to Testflight support?
The state changed to In Beta App Review but it appears for every build that disappear, is this a new bugged state? because certanly there is no need to review older builds right?Thanks
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’16
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:
Replies
6
Boosts
0
Views
1.8k
Activity
Jul ’15
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.
Replies
0
Boosts
0
Views
770
Activity
Jul ’22
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
Replies
2
Boosts
0
Views
2.1k
Activity
Feb ’16
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.
Replies
Boosts
Views
Activity
Apr ’23
Macintosh HD disappearing from Finder
Macintosh HD keeps disappearing from the sidebar of Finder, has anyone else had this issue?
Replies
0
Boosts
0
Views
468
Activity
Oct ’19
Reply to Build not showing up in App Store Connect after successful upload in XCode
yea iOS activity section disappeared and now it's only mac builds section. Hope that's a bug
Replies
Boosts
Views
Activity
Dec ’20
Reply to itunesconnect prerelease builds disappeared
All of my old prerelease versions are still there, but when I try to upload a new build, it disappears right after the processing stage.
Replies
Boosts
Views
Activity
Sep ’16
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.
Replies
0
Boosts
0
Views
265
Activity
Jul ’25
Homekit: invite button disappear
The invite button just disappear in home app. Other can't invite her phone too. How to solve this problem?
Replies
0
Boosts
0
Views
836
Activity
Jan ’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.
Replies
1
Boosts
0
Views
411
Activity
Aug ’15
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>
Replies
5
Boosts
0
Views
789
Activity
Jun ’24
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.
Replies
3
Boosts
0
Views
1k
Activity
Sep ’15
Reply to New binary uploaded yesterday is stuck in Processing state
>> Does anyone have good news?I was contacted by Apple rep 20 minutes ago. He asked me to reupload a build since there was system maintenance while my previous builds were uploaded.I uploaded a new build. My old builds that were stuck disappeared from there. It took a coupl of minutes until I saw the build in the prerelease section and I was able to submit.
Replies
Boosts
Views
Activity
Jul ’15