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
Currently the Xcode iOS facefilter build will launch in debug mode by default when the ▶️ icon is used, which will be slow. It would be better if we could make an optimized/release configuration the default, as this will be the first user experience, and release vs debug distinctions may not be obvious.
The text was updated successfully, but these errors were encountered:
But there doesn't seem to be anything like "Build Configuration" yet. We would probably have to add XCODE_SCHEME_BUILD_CONFIGURATION, unless there is another trick for this.
As described here, it would probably have to run Release if we defined our own configuration types: -DCMAKE_CONFIGURATION_TYPES="Release" .
Similar to #724
Currently the Xcode iOS facefilter build will launch in debug mode by default when the▶️ icon is used, which will be slow. It would be better if we could make an optimized/release configuration the default, as this will be the first user experience, and release vs debug distinctions may not be obvious.
The text was updated successfully, but these errors were encountered: