Post

Replies

Boosts

Views

Activity

Reply to Xcode crashing and closing before submitting an app to the store
Try using the latest version of Xcode: 15.2
Replies
Boosts
Views
Activity
Feb ’24
Reply to Xcode 15 cannot deploy to iOS 15.7 device
When I run into issues like this, I restart the device. If that doesn't work, restart your Mac as well. Are you connecting to your device via WiFi or a cable?
Replies
Boosts
Views
Activity
Feb ’24
Reply to Unit Testing Hangs on xCode 15
See this thread: https://forums.developer.apple.com/forums/thread/738623 Seems like iOS 14 not supported on Sonoma
Replies
Boosts
Views
Activity
Feb ’24
Reply to Paid Apple Developer Account but developed app not working after 7 days
It seems like the app is not signed correctly or associated with your developer account. See: https://stackoverflow.com/questions/38307356/iphone-app-under-test-crashes-after-a-few-days Check the validity of your app's provisioning profile in your Xcode project.
Replies
Boosts
Views
Activity
Feb ’24
Reply to The App cannot be installed because its integrity could not be verified (Apple Configurator)
Does it install via Xcode on the same device? Maybe you need to go to your device's Settings > General > VPN & Device Management to 'trust' the profile?
Replies
Boosts
Views
Activity
Feb ’24
Reply to I paid for apple developer program, but its still asking me to pay
Best to contact Apple via: https://developer.apple.com/contact/#!/topic/select
Replies
Boosts
Views
Activity
Feb ’24
Reply to Xcode crashing and closing before submitting an app to the store
Maybe it doesn't like something in your plist? Is there a previous version of the app that worked? (just guessing here because I'm not sure what DVTFailureHintExceptionPreprocessor does)
Replies
Boosts
Views
Activity
Feb ’24
Reply to Main.storyboard and Info.plist suddenly missing
Assuming you have the files backed up somewhere, did you try removing the storyboard from the workspace and re-adding it?
Replies
Boosts
Views
Activity
Feb ’24
Reply to Xcode Key Bindings has no way to clear a binding?
After playing with Key Bindings a bit, you have to select the row and press the 'return' key to be able to add or delete a key binding. Once you press 'return', you'll see the + and - options for the key binding. (I'm using Xcode 15.2) Hope that helps
Replies
Boosts
Views
Activity
Feb ’24
Reply to Main.storyboard and Info.plist suddenly missing
Seems buggy for sure. How about if you try adding a new plist or storyboard? Do those show up?
Replies
Boosts
Views
Activity
Feb ’24
Reply to Plain Segmented Control
You can set the background color to something but I don't know if you can remove it: UISegmentedControl.appearance().backgroundColor = .red
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to File name globbing in Swift
I believe you're looking for RegEx: https://developer.apple.com/documentation/swift/regex
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24