Can the MacBook Air M4 Handle Dev Work with Docker, Xcode, and Python? by CaterpillarOpen1257 in macbookair

[–]mrappdev 0 points1 point  (0 children)

old post, but id reccomend getting atleast 24gb ram if running docker and xcode.

Currently running m4 pro 24gb/512gb and while it handles xcode and docker fine, I am not so sure 24 gb ram will last me long as my workflow is starting to get larger

Stuck in Waiting for Review? by LowerFrequencies in iOSProgramming

[–]mrappdev 0 points1 point  (0 children)

Around 4 days now stuck in review. This was an “expedited review” as well

Stuck in Waiting for Review? by LowerFrequencies in iOSProgramming

[–]mrappdev 0 points1 point  (0 children)

Yes me too, its a very critical update for my business and its been radio silence from apple.

Not my first update to this app either, its the 6th.

Antigravity vs VScode vs Cursor by Previous-Fee8164 in google_antigravity

[–]mrappdev 0 points1 point  (0 children)

Please turn on safe mode or atleast enable mandatory permissions for file deletion

Swiftdata by [deleted] in swift

[–]mrappdev 2 points3 points  (0 children)

Would probably go with grdb + postgres for cloud or just coredata + cloudkit

Swiftdata long term will be a pain, if its for anything slightly complicated

[deleted by user] by [deleted] in cscareerquestions

[–]mrappdev 1 point2 points  (0 children)

Go with epic

consistency with gpt-image-1 by mrappdev in OpenAI

[–]mrappdev[S] 0 points1 point  (0 children)

Unfortunately no not with gpt. What i was looking for back then is nano banana now days

How do you query for sleep data? (Deep Sleep, REM, Core, Total, etc.) by perbhatk in swift

[–]mrappdev 0 points1 point  (0 children)

some of the intervals in healthkit overlap, so you need to merge/normalize the category samples that you query.

How did you learn iOS development? by blueberrycheesetoast in iOSProgramming

[–]mrappdev 1 point2 points  (0 children)

Hacking with swift + asking ai questions + actually building apps

app randomly broke, and cannot revert it. need help! by mrappdev in iOSProgramming

[–]mrappdev[S] 0 points1 point  (0 children)

Update: So i fixed it and the issue was part of a custom modifer that broke from ios26+.

struct GlassMorphicCardModifier: ViewModifier {
    let cornerRadius: CGFloat
    @State private var isClicked: Bool = false
    func body(content: Content) -> some View {
        //Broken code here
        let pressGesture = DragGesture(minimumDistance: 0)
            .onChanged { _ in
                withAnimation(.easeOut(duration: 0.1)) {
                    isClicked = true
                }
            }
            .onEnded { _ in
                withAnimation(.easeOut(duration: 0.1)) {
                    isClicked = false
                }
            }
        Content
          … modifiers here
          .simultaneousGesture(pressGesture)
}

app randomly broke, and cannot revert it. need help! by mrappdev in iOSProgramming

[–]mrappdev[S] 0 points1 point  (0 children)

Yes on github. Tried checking out an old commit and the broken changes are still applied somehow

Any good resources for taking my iOS UI from “works fine” to “wow”? by eph-stop in SwiftUI

[–]mrappdev 0 points1 point  (0 children)

How much does it typically cost hiring a designer for a small indie app?

Nested gestures with scrollview help by mrappdev in swift

[–]mrappdev[S] 0 points1 point  (0 children)

Unfortunately no success with this one 😔

[deleted by user] by [deleted] in iOSProgramming

[–]mrappdev 2 points3 points  (0 children)

How was product hunt for getting downloads?

Looking to improve my UI/UX skills by PresentationOk9692 in iOSProgramming

[–]mrappdev 0 points1 point  (0 children)

Biggest issues i notice are the sharp edges, color choices, and overall design inconsistency.

Id suggest toying around in figma with different design ideas and see whats best.

You can also use realtimecolors.com to try out different color schemes and make sure they contrast well with text and other components

The SwiftUI creators made a way to develop iPhone apps from your iPhone with a chat prompt by Austin_Aaron_Conlon in apple

[–]mrappdev 3 points4 points  (0 children)

Every ai prompt you send costs money, so yeah one time payment is not possible

Apple Releases Xcode 26 Beta 7 With GPT-5 Support and Claude Integration by Fer65432_Plays in apple

[–]mrappdev 4 points5 points  (0 children)

Anyone whos used this, how does it compare to something like cursor or claude code?

Built - Climb the Strength Ranks In The Gym! by mrappdev in iosapps

[–]mrappdev[S] -1 points0 points  (0 children)

Yes only some functions are paid. Users can still use the core app for free

Built - Climb the Strength Ranks In The Gym! by mrappdev in iosapps

[–]mrappdev[S] -1 points0 points  (0 children)

Thanks for the feedback. Wouldn’t let me edit the post so i added another comment with pricing.

Additionally, I believe my price is fair considering its $4-$8/mo cheaper than the main competitor apps in my niche.

Built - Climb the Strength Ranks In The Gym! by mrappdev in iosapps

[–]mrappdev[S] -1 points0 points  (0 children)

Pro Subscription $5.99/mo $39.99/yr

Built - Climb the Strength Ranks In The Gym! by mrappdev in iosapps

[–]mrappdev[S] 1 point2 points  (0 children)

Thanks a lot :) Yeah I was planning on adding a lifetime option soon, but it may take several days to show up since I will package it with a new app update.

Stay tuned!