The maximum number of apps for free development profiles has been reached. I've already tryed to delete all apps under XCode-Device-MyIphone-Apps but there are not apps which i can delete. So where is the Problem, why do i become this error with my free developer account which usually could sig 3 Apps? As info: On my iPhone 8 iOS 13.5 are not profiles installed anymore but it doesn't work.
Post
Replies
Boosts
Views
Activity
I found out that you can define a launch-screen image for WebApps on IOS. Now I have a question: Is it possible to define different launch screen images based on the different rotations and screen sizes?
I recently encountered a "potential bug" with SwiftData.
I save my model with modelContent.insert and after that I get following error when trying to delete it with modelContent.delete:
Could not cast value of type 'Swift.Optional<Any>' (0x1f5b871f8) to 'Foundation.UUID'
This I mentioning the let id: UUID field marked with @Attribute(.unique).
This build doesn't crash running in an iOS Sim but if it's running thought TestFlight on my iPhone it just crashes.
If I try to delete elements that aren't just created, I don't get this error.
Is there a possibility to enable the public transport layer like in the Maps app?
Hi Devs,
i have a question concerning the security set-key-partition-list -S command. I want to use it to enable a code signing certificate being used by codesign and productbuild to sign without sudo or a password prompt. Some sources indicate i need to add codesign: as partition but some don't even mention this. So my question is what partitions are even possible to add? What does partitions in this context mean? How can i find out which i need for productbuild and codesign?
Thanks in advance
Paul