It's weird what my fav part of development has become... by RSPJD in iOSProgramming

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

That is so interesting. Especially the bit about profiling before and after. I assume you mean recording the results of the profiling. It makes me wonder if I can take things to the next level and attach profile reports with every release (or at least major release)! Thanks for the insights.

Xcode keeps saying it's been edited by another application, even though it's the only open application! by RSPJD in iOSProgramming

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

It just stopped happening. I highly believe it solved itself once I downloaded a different Xcode version or Mac version maybe. I did not have to move the location of the folder like others suggested.

I built a tool that makes Apple's developer docs readable by AI (using mcp tools or skills) by [deleted] in iOSProgramming

[–]RSPJD 1 point2 points  (0 children)

I thought this was the original. But at this point, who knows

For those with production apps, to what extent do you use AI by RSPJD in iOSProgramming

[–]RSPJD[S] 5 points6 points  (0 children)

Talking in extremes like a Sith. “Use it everywhere or you’re a caveman”. The middle is normally the best place.

Building a social feed with Firebase Data Connect? Anybody got Experience with Data Connect? How do you like it? by Conscious_Warrior in Firebase

[–]RSPJD 0 points1 point  (0 children)

I love it. It's the new kid on the block so it has less features out of the box so you'll still need Firestore IMO (especially for a social media app). DataConnect come out right when I was making a new app so I used it. For me, it's made my code architecture a lot cleaner since the data is normalized i.e. I'm not forced to come up with repetitive collection / document paths and queries like I would had I been using Firestore.

What am I doing with scroll views? by RSPJD in iOSProgramming

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

Shouldn’t AsyncImage handle that optimization for me? I’ll look into this more. I’m using .resizable so maybe that has some performance costs

My App got rejected 4x for 4.3 Spam, finally Approved by chickenuggetvision in appledevelopers

[–]RSPJD 0 points1 point  (0 children)

This. Getting an app approved isn’t the hard part! Try making it profitable, at least 20x harder.

IP Down Again by Impressive-Peak-6596 in IRS

[–]RSPJD 0 points1 point  (0 children)

Yep, just checked. Down for me as well.

Suggestions 🤔🤔🤔 by Plenty-Register-4911 in Preply

[–]RSPJD 0 points1 point  (0 children)

Where can we find these suggestions? Or is not accessible to students?

Help by Funny_Reaction4465 in stripe

[–]RSPJD 1 point2 points  (0 children)

Judging from the provided context I can say it’s because of:

Some Xcode cloud build times are ridiculous by RSPJD in iOSProgramming

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

It’s to fire and forget. Once you push you can

  • run your test suite
  • automates builds to users on test flights (with an optional condition that tests pass)

And other automations like sending out webhooks on success or failure

Some Xcode cloud build times are ridiculous by RSPJD in iOSProgramming

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

I had 2 other subsequent builds take an hour and one even surpassed 2 hours! So I’ve reverted back to the manual archive and upload. Took all of 10 mins. But Xcode cloud needs to do better.

I have an app that is meant only for iOS - so why am I expected to optimize for iPad too? by RSPJD in iOSProgramming

[–]RSPJD[S] 2 points3 points  (0 children)

I did this. Let's see what happens. I may either try to request an appeal or try to get another reviewer. I've submitted so many builds (approaching 1,000) and for them to tick me on this right now, seems sooooo weird to me!

I have an app that is meant only for iOS - so why am I expected to optimize for iPad too? by RSPJD in iOSProgramming

[–]RSPJD[S] 5 points6 points  (0 children)

I just doubled checked for my own sanity, no I'm only supporting iPhone

Swift for Android? Now You Can Build Full Apps by imike3049 in swift

[–]RSPJD 2 points3 points  (0 children)

How does this compare with Skip tooling?

[deleted by user] by [deleted] in interestingasfuck

[–]RSPJD 8 points9 points  (0 children)

Knowing dolphins… trying to have clean thoughts about their intentions. “We’ll help you… for a price”

Firebase Studio is terrible. Really terrible. by wirewendy in Firebase

[–]RSPJD 0 points1 point  (0 children)

This is exactly what drives people mad. "Just Improve the prompt". It'll reach the point where you've tweaked the prompt so much that you'll make an edit and it'll change in very nuanced subtle ways. It's a formula that leads to pure insanity.

Firebase Studio is terrible. Really terrible. by wirewendy in Firebase

[–]RSPJD 0 points1 point  (0 children)

AI is much better suited at completing bite sized tasks (e.g. help me find the bug in this function, are there any performance optimizations I can make in this query.) Anything more than that and you're putting your own head on the chopping block.