Post

Replies

Boosts

Views

Activity

Reply to Local CoreML Model Encryption in Simulator
It look like the simulator can not decrypt the model. I found a solution by adding "encrypt" flag only on release build. First add user-defined setting in Build Settings And then edit the per file compile flags and set them to $(ML_MODEL_ENCRYPT) https://stackoverflow.com/questions/78956706/per-file-compile-flags-in-xcode-but-only-for-release-builds
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Mar ’25
Reply to SwiftUI Map shows through toolbar.
Adding the .ignoresSafeArea() modifier to the map might resolve the issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to Local CoreML Model Encryption in Simulator
It look like the simulator can not decrypt the model. I found a solution by adding "encrypt" flag only on release build. First add user-defined setting in Build Settings And then edit the per file compile flags and set them to $(ML_MODEL_ENCRYPT) https://stackoverflow.com/questions/78956706/per-file-compile-flags-in-xcode-but-only-for-release-builds
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Mar ’25