Search results for

build disappears

49,429 results found

Post

Replies

Boosts

Views

Activity

Entire App Record Disappeared - iTunes Connect
I had a client app record created (+ button on the top left of iTunes Connect), went to upload the actual build and everything went through as normal. Added the client testers, and pushed out TestFlight invitations. The client found some bugs, fixed them and uploaded a new build only to find out that the entire app record had been deleted. The client says they haven't touched anything in the portal, and they did not receive any email stating why their app is gone. When I contacted apple dev email about it, they said they cannot find any record of that app name or bundle ID existing, but when I try to create a new app record with the same app name, it gives me an error saying that name is already in use. Has anyone experienced this before, and have a possible resolution?
0
0
423
Sep ’18
Location Permission Popup disappears
Hi,I am developing some app in which I need to access users location, For that I can taking access of location manager. I get the permission popup on the start, After getting it I lock the device and unlocks then that permission popup disappears.Another issue I'am facing is some my app dont get listed in Setting apps list.Sometime app get listed but Location service doesn't get listed under app from where I can switch location on and off.Please help. Need it in hurryThanks
0
0
285
May ’16
Assets disappear in Xcode 7
Hi All,I an running Version 7.0 beta 4 (7A165t) and when in the GameScene.sks and have added some sprites Color Sprite and given then a texture which is a png in my assets.xcassets. When I quit xcode and re run it the textures I have assignes have gone and I get a big X instead. Any help here would be great !!!! i.e is this a bug or have I not followed tbhe correct steps to inserting a sprite into an SKS
1
0
498
Jul ’15
In-Apps disappears after the creation.
Hello everyone!I have faced with an issue, when i'm creating the new consumable in-app, after saving it doesn't display in the Features/In App purchases section. So i can't send it for the approval.Has anyone faced the same issue or do you have any ideas of how it can be solved?Screen cast attached - https://www.dropbox.com/s/vbstzpe4n3wj4qn/Pack_disappear.mp4?dl=0
0
0
319
Nov ’17
Xcode error won't disappear
I'm getting an error in Xcode, which uses C + +, saying no rule to process file '/Downloads/downloaded plugins for editing/GLS editor/glslEditorAudioPlugin-master/GLSLPlugIn/Source/GLSLComponent.h' of type sourcecode.c.h for architecture x8664. I want to keep the file GLSLComponent.h since getting rid of it results in more errors, but I don't know how to process a file in C++, or what the command for that is, even after Googling it. What should I do or put into the code?
0
0
381
Dec ’20
CloudKit container data disappeared.
Most of my CloudKit data has been missing from my container for over a week. No response from Apple support. I am very worried it may be unrecoverable.my apps can not access the data and the dashboard shows a huge amount of files and data in other files missing. These are needed to operate our chiropractic clinic and contain patient and transaction history. This might be a disaster for us.
3
0
494
Sep ’24
Entity disappears when changing position
I have some strange behavior in my app. When I set the position to .zero you can see the sphere normally. But when I change it to any number it doesn't matter which and how small. The Sphere isn't visible or in the view. The RealityView import SwiftUI import RealityKit import RealityKitContent struct TheSphereOfDoomRV: View { @StateObject var viewModel: SphereViewModel = SphereViewModel() let sphere = SphereEntity(radius: 0.25, materials: [SimpleMaterial(color: .red, isMetallic: true)], name: TheSphere) var body: some View { RealityView { content, attachments in content.add(sphere) } update: { content, attachments in sphere.scale = SIMD3(x: viewModel.scale, y: viewModel.scale, z: viewModel.scale) } attachments: { VStack { Text(The Sphere of Doom is one of the most powerful Objects. You can interact with him in every way you can imagine ).multilineTextAlignment(.center) Button { } label: { Text(Play Video!) } }.tag(description) }.modifier(GestureModifier()).environmentObject(viewModel) } } SphereEntity: import
1
0
981
Aug ’23
react native app disappears on iPhone 11 ios 13.7 simulator
I am developing my first react native app on a Mac(m1 chip). The app appears momentarily on the Xcode simulator and disappears in the background with a blank screen. There is no error on the terminal. Below is the terminal dump. Last login: Tue Dec 15 00:36:33 on ttys000 sanjayprasad@Sanjays-MBP ~ % cd awesomeproject sanjayprasad@Sanjays-MBP awesomeproject % npx react-native run-ios info Found Xcode workspace AwesomeProject.xcworkspace info Building (using xcodebuild -workspace AwesomeProject.xcworkspace -configuration Debug -scheme AwesomeProject -destination id=F55281D6-0A7D-414E-98D9-CC776AB102A6) success Successfully built the app info Installing /Users/sanjayprasad/Library/Developer/Xcode/DerivedData/AwesomeProject-gtggsaoeytxphlcmedfucwkufskf/Build/Products/Debug-iphonesimulator/AwesomeProject.app info Launching org.reactjs.native.example.AwesomeProject success Successfully launched the app on the simulator sanjayprasad@Sanjays-MBP awesomeproject % Your help will be greatly
0
0
703
Dec ’20
Hiding one button in horizontal stack view causes the stack view to disappear
I'm implementing a feature where the user can customize the appearance of news posts by deciding what information to be displayed. I use stack views and as you can see in the first picture there are a facebook and a twitter icon stored in a horizontal stack view. When hiding the twitter link the entire stack view disappears. It works flawlessly when hiding vertical elements as can be seen in the last picture where the image was hidden without the entire stack view disappearing. Does anyone know why this happens? I tested setting alpha instead of hidden but that has even worse behavior as then the stack view won't disappear when both buttons are hidden.
Topic: UI Frameworks SubTopic: UIKit Tags:
3
0
1.7k
May ’16
Reply to Xcode 11 sims not working
Sorry for duplicate, I posted this yesterday and it disappeared. One can be deleted.I removed Xcode and did a clean install from AppStore. Exactly the same issue still.I can build and run on real device but not simulators. Same issue with missing UVKit.framework loading a SwiftUI project, no canvas and can't run on simulator.Yes, sorry, MacOS 10.15.
Sep ’19
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.1k
Dec ’21
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
684
Apr ’18