ohai.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A cozy, fast and secure Mastodon server where everyone is welcome. Run by the folks at ohai.is.

Administered by:

Server stats:

1.8K
active users

#iosdev

66 posts44 participants2 posts today

Help!!!
Does anyone know how to address ITMS-90048: This bundle is invalid - Your archive contains paths that are not allowed: [._Symbols]
My is being rejected from AppStore Connect since Xcode 16.3, and now even switching back to 16.2 or older branches it will give me the same issue.

Not sure what this is exactly…

Any guidance is greatly appreciated
#Xcode #Swift #Apple #iOSDev

Uploaded Cartographer app to App Store Connect to start the Testflight process.

Saw a rather cryptic error message on the first attempt to upload the build. Complained about an “invalid relationship” Canceled and resubmitted with no changes and it went thru fine. No idea what that was.

If you see that relationship error, don't panic. Just try again.

An updated look at my running/cycling/walking visualization app that syncs and displays your HealthKit / Apple Watch data and beautifully visualizes it. Since I first posted, I've improved performance, UX/UI and more. Hoping to get v1 out this weekend , just need to get some onboarding done and basic sharing/social feature. Done mainly with SwiftUI (map snapshot for sharing and UI editing done with UIKit) #swift #ios #iosdev #swiftui

TIL about the presentationBackgroundInteraction modifier in SwiftUI – it lets you interact with the background while a sheet is presented. You can even limit interaction based on the sheet's height. Super handy!