Post

Replies

Boosts

Views

Activity

Reply to App crashes in simulator on drag-and-drop install
Found the solution for my scenario, the app was quarantined, this fixed the issue: xattr -r -d com.apple.quarantine ./XXXX.app
Replies
Boosts
Views
Activity
Mar ’24
Reply to app bundle file is crashing when drag and drop on simulator
Hey @Abhistin, any luck finding what is causing this issue for you?
Replies
Boosts
Views
Activity
Mar ’24
Reply to Format Decimal as string in Swift?
If the desired output is for the formatted string to always have two decimal places, I guess you would need formatter.minimumFractionDigits = 2
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’22