You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode 14.3+ recommends enabling the module verifier in project settings. When you do so, your project will no longer build because of an incompatibility from ACRCloud SDK. The error is
double-quoted include "ACRCloudConfig.h" in framework header, expected angle-bracketed instead
To fix you have to change Enable Module Verifier to No in your target's build settings. Can you release an update that's compatible with the module verifier?
The text was updated successfully, but these errors were encountered:
Xcode 14.3+ recommends enabling the module verifier in project settings. When you do so, your project will no longer build because of an incompatibility from ACRCloud SDK. The error is
To fix you have to change Enable Module Verifier to No in your target's build settings. Can you release an update that's compatible with the module verifier?
The text was updated successfully, but these errors were encountered: