Post

Replies

Boosts

Views

Activity

Reply to Cannot find 'TARGET_OS_SIMULATOR' in the scope
I fix like this #if targetEnvironment(simulator) let isARMSimulator: Bool #if arch(arm64) isARMSimulator = true #else isARMSimulator = false #endif #else let isARMSimulator = false #endif
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to Cannot find 'TARGET_OS_SIMULATOR' in scope
Hi, I fix this like that #if targetEnvironment(simulator) let isARMSimulator: Bool #if arch(arm64) isARMSimulator = true #else isARMSimulator = false #endif #else let isARMSimulator = false #endif
Replies
Boosts
Views
Activity
Apr ’25
Reply to Request cancelled when trying to detect faces in photo using VNDetectFaceRectanglesRequest.
I have the same issue. Have you found a solution?
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22