Post

Replies

Boosts

Views

Activity

Reply to Need Access to Last Uploaded Build on App Store Connect
Sadly, While you can download the application from the AppStore itself, you cannot re-download it from AppStore Connect. And even if you could, you need the source code to do modifications. You would use Xcode to make those source code modifications and submit them back to TestFlight and the AppStore. Your only hope is either getting the source code from the original developer or start from scratch.
Jul ’24
Reply to iOS Development
I would say you copied/paste from the web and because of that you have a lot of new lines in there. A bit of cleanup of all those empty lines might help readability. The fact that you inserted it as swift code is good.
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’24
Reply to Unable to update Apple Watch Se from 10.6.1 to Watch OS 11
The Apple Watch SE does not support updating to WatchOS 11 which is why the update is not being presented to you, it's the same with my Apple Watch 5, no update to 11 available.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Files Missing after Creating Branch
When you worked on your first branch, did you commit your work before creating and switching to a new branch? You could take a look at the .git directory inside your project root directory if there is anything in there but if you did not commit there is a good chance you lost your work.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Can't release builds via MacOS 15 beta
You can't, your best bet is boot from an external SSD with Sonoma on it and Xcode 14, or if you have enough space left on your internal SSD to partition it and install Sonoma on it.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Need Access to Last Uploaded Build on App Store Connect
Sadly, While you can download the application from the AppStore itself, you cannot re-download it from AppStore Connect. And even if you could, you need the source code to do modifications. You would use Xcode to make those source code modifications and submit them back to TestFlight and the AppStore. Your only hope is either getting the source code from the original developer or start from scratch.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Release app to production with Xcode 16 beta and MacOS 15 beta
You could prepare an external SDD to boot into the previous version which only has Mac OS and Xcode and submit from there
Replies
Boosts
Views
Activity
Jun ’24
Reply to I plan to study iOS Development. I need to buy a MacBook.
I would suggest at least 16 Gb and 512Gb of disk space, and an m2 is quite sufficient
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to iOS Development
I would say you copied/paste from the web and because of that you have a lot of new lines in there. A bit of cleanup of all those empty lines might help readability. The fact that you inserted it as swift code is good.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Can't update Xcode to 15.1
If you grabbed the Release candidate, it has the same version number
Replies
Boosts
Views
Activity
Dec ’23
Reply to App publish with intranet calls
If you have an enterprise account and it'an employees only app, you don't need to go thru Apple Appstore to distribute internally. You could put the app on the intranet and let your user download it from there.
Replies
Boosts
Views
Activity
Nov ’23
Reply to Distribute application on apple store only to some people
Use TestFlight. It is made exactly for that purpose
Replies
Boosts
Views
Activity
Nov ’23
Reply to What is wrong with this Model ?
You are definitely using a 3rd party library to decode your json code. So you might want to ask in forums related to that library where the issue is.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Can an app in beta be distributed on the iOS App store & be searched by anyone & downloaded for testing?
No You have to go thru TestFlight
Replies
Boosts
Views
Activity
May ’23
Reply to Hardware requirements for app development
Personally, I would consider at least 16Gb and 512Gb for a development machine.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Data Persistence and Core Data with SwiftUI
This should help you: https://www.apps4world.com/add-core-data-swiftui-tutorial.html
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Installing Xcode 14 beta 3 breaks Xcode 13 simulators?
If you want to remove the beta and return to Xcode 13 only. Make sure you exit either Xcode 13 or 14. Delete Xcode 14 Delete the directory /Library/Developer (you will have to sudo to remove it) Restart Xcode 13. It will reinstall the components and you should be good to go. You might have to reinstall the sims you want
Replies
Boosts
Views
Activity
Jul ’22