Post

Replies

Boosts

Views

Activity

Reply to Error loading a model of CoreML
You can fix this error with the following code, however, predictions simply do not work correctly in the Simulator, you must use an actual device: #if targetEnvironment(simulator) imageClassificationRequest.usesCPUOnly = true; #endif
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’23
Reply to Help "App not eligible for Search Ads"
Same issue here. Can't run any ads except for Search Results... which gives zero impressions. It seems Apple has shadow banned us
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Error loading a model of CoreML
You can fix this error with the following code, however, predictions simply do not work correctly in the Simulator, you must use an actual device: #if targetEnvironment(simulator) imageClassificationRequest.usesCPUOnly = true; #endif
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to The Settings app crashes when trying to open it on the latest iOS 17 simulator.
+1 same issue, resetting Simulator does nothing
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23