Search results for

“build disappears”

51,299 results found

Post

Replies

Boosts

Views

Activity

Custom Lyrics Disappearing
Hey there. I am slightly new to all this developing side of Apple, which I have enjoyed so far, but I just wanted to mention that first. Anyway. To my first discussion!I Have been messing around with iOS 10 GM for a few days now, Everything seems very good so far, except I am still have problems with the lyrics. If I add my own custom lyrics, which i am going to call selection one, and sync them to my iPhone and/or iPad they sync across nicely, and work fine. But if I then manually add some new lyrics from selection two, the lyrics from section one disappear, and no matter what I do I can't get them back. And if I add a third selection of lyrics, the lyrics from selection two will disappear next and so on and so on.Is anyone else having this problem? Sorry if it isn't explained well, I have had great difficulty trying to word it in the more efficient way possible. Basically older lyrics i have put on keep disappearing when I add lyrics to other songs later on. Hope that helps a litt
2
0
1.5k
Sep ’16
iAd 'disappears' when peeking
I've added peek and pop to my app which also has iAD banners.The app has a table view and a detail view which is displayed when tapping on a cell. All fairly basic stuff. Each view has a banner ad at the bottom.When navigating through the app normally, without 3D touch, the ads display normally. However, when I use 3D Touch to peek from a table cell, the iAd banner area turns black and any banner disappears. If I release at this point the area stays black and no banner is displayed. If I navigate normally into the detail page and back to the tableview the banners reappear.When I pop into the detail view, the banner ad is initially displayed but almost immediately disappears never to return. This time, there is no black area left and the view content goes all the way to the bottom of the screen.Any help gratefully received.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
143
Sep ’15
Data Disappeared
Hi, writing a database app for storing equipment details. Spent the day doing minor changes and tidying with many backups made, and always re-building to check its all working. Everything ok but then next build looses all data, what's the best thing to check to see if the data is still there, any help would be fantastic.
1
0
1.1k
2w
List is Disappearing
I am building an app that will allow users to share their views. In the view there is a list which contains the information. To share the view, I convert the view into a shareable PDF file with ImageRenderer. But when the file is shared, the list with the information is gone. How can I fix this to show the list inside the PDF file?
2
0
470
Oct ’22
checkmark in tableView is disappear
Hi!When I Scrolling the TableView, the checkmark has been disappear or appear in other index. Someone can help me? Some tip?Please!Cheers.The code... func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if let cell = self.myTableViewPer.cellForRow(at: indexPath as IndexPath) { if cell.accessoryType == .checkmark{ cell.accessoryType = .none //my logic here... }else if cell.accessoryType == .none{ cell.accessoryType = .checkmark //other logic here... } }//my tableView and Cells have 11 index.
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
3.0k
Jan ’19
Custom Lyrics Disappearing
Hey there. I am slightly new to all this developing side of Apple, which I have enjoyed so far, but I just wanted to mention that first. Anyway. To my first discussion!I Have been messing around with iOS 10 GM for a few days now, Everything seems very good so far, except I am still have problems with the lyrics. If I add my own custom lyrics, which i am going to call selection one, and sync them to my iPhone and/or iPad they sync across nicely, and work fine. But if I then manually add some new lyrics from selection two, the lyrics from section one disappear, and no matter what I do I can't get them back. And if I add a third selection of lyrics, the lyrics from selection two will disappear next and so on and so on.Is anyone else having this problem? Sorry if it isn't explained well, I have had great difficulty trying to word it in the more efficient way possible. Basically older lyrics i have put on keep disappearing when I add lyrics to other songs later on. Hope that helps a litt
Replies
2
Boosts
0
Views
1.5k
Activity
Sep ’16
Reply to new builds not show in app store connect
Anyone still experiencing issues seeing builds? Just logged in and all of my active and previous builds have disappeared from App Store Connect. Of course I can upload a new build but I have active users on previous builds so this is far from the preferred solution.
Replies
Boosts
Views
Activity
Sep ’20
Prose disappears on export
I'm using Swift Playgrounds 3.4.1 for Mac and creating a playground using Swift 5.3. I've noticed that, when writing prose in different pages of the playground, it will render correctly at first but then disappear when switching between pages or exporting as a new playground. Is this a known issue or is there another problem?
Replies
0
Boosts
0
Views
342
Activity
Apr ’21
MPVolumeView disappears on AirPlay
Hi, When activating AirPlay it seems MPVolumeView disappears. Without any ability to have on-screen slider to control the volume. This seems to be only available on Apple's apps. Am I missing something?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
843
Activity
Sep ’20
Reply to App build disappeared on TestFlight page
I'm also having the same problem, I uploaded the build, it got processed than it appeared in the builds on testflight but after I validated it for export it disappeared and now all I have are the builds version numbers which show nothing when expanded.
Replies
Boosts
Views
Activity
Sep ’17
Reply to iOS build disappears
Application Loader feels medieval but works just fine. Try uploading build via AL, it helps me every time I face this issue with 'disappearing' builds
Replies
Boosts
Views
Activity
Sep ’17
Reply to Testflight Build missing
Still happening, uploaded 3 builds and all disappeared. First upload was 6 hours ago now.
Replies
Boosts
Views
Activity
Jun ’19
iAd 'disappears' when peeking
I've added peek and pop to my app which also has iAD banners.The app has a table view and a detail view which is displayed when tapping on a cell. All fairly basic stuff. Each view has a banner ad at the bottom.When navigating through the app normally, without 3D touch, the ads display normally. However, when I use 3D Touch to peek from a table cell, the iAd banner area turns black and any banner disappears. If I release at this point the area stays black and no banner is displayed. If I navigate normally into the detail page and back to the tableview the banners reappear.When I pop into the detail view, the banner ad is initially displayed but almost immediately disappears never to return. This time, there is no black area left and the view content goes all the way to the bottom of the screen.Any help gratefully received.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
143
Activity
Sep ’15
Data Disappeared
Hi, writing a database app for storing equipment details. Spent the day doing minor changes and tidying with many backups made, and always re-building to check its all working. Everything ok but then next build looses all data, what's the best thing to check to see if the data is still there, any help would be fantastic.
Replies
1
Boosts
0
Views
1.1k
Activity
2w
Reply to new builds not show in app store connect
in my case, I load the build, for a few seconds it stays, when I go to Test flight, I find the new build empty and the old builds. Then when I reload the page or after waiting a while it disappears. I only have the old builds left. If I try to load the new build again I get the build error already present.
Replies
Boosts
Views
Activity
Sep ’20
Why does this forum WatchKit forum disappear
This WatchKit forum seems to disappear and then reappear. Anyone know what the problem is? If you are reading this, I guess it's here!
Replies
2
Boosts
0
Views
812
Activity
Jul ’17
List is Disappearing
I am building an app that will allow users to share their views. In the view there is a list which contains the information. To share the view, I convert the view into a shareable PDF file with ImageRenderer. But when the file is shared, the list with the information is gone. How can I fix this to show the list inside the PDF file?
Replies
2
Boosts
0
Views
470
Activity
Oct ’22
Reply to Remove old build (to add a new build)
Looks like it was removed, unnecessary. Just add the new build to the App Store, the old one will disappear.
Replies
Boosts
Views
Activity
Oct ’23
checkmark in tableView is disappear
Hi!When I Scrolling the TableView, the checkmark has been disappear or appear in other index. Someone can help me? Some tip?Please!Cheers.The code... func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if let cell = self.myTableViewPer.cellForRow(at: indexPath as IndexPath) { if cell.accessoryType == .checkmark{ cell.accessoryType = .none //my logic here... }else if cell.accessoryType == .none{ cell.accessoryType = .checkmark //other logic here... } }//my tableView and Cells have 11 index.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
3.0k
Activity
Jan ’19
SKTileMap mysteriously disappears!
Hello,as you read on the title, i have an SKTileMapNode that mysteriously disappears as soon it goes out from the camera's shot. The physics body of each tiles of the map still remain, but the map become hidden. Someone knows how to help?Best regards.
Replies
1
Boosts
0
Views
909
Activity
Aug ’17