Ciaran Sloan
08/09/2023, 8:24 AMxcodeConfigurationToNativeBuildType["Debug"]= NativeBuildType.DEBUG
xcodeConfigurationToNativeBuildType["Snapshot"]= NativeBuildType.DEBUG
xcodeConfigurationToNativeBuildType["Release"]= NativeBuildType.RELEASE
xcodeConfigurationToNativeBuildType["Production"]= NativeBuildType.RELEASE
However I'm not sure how I can do this when just embedding a framework. Wondering if anyone has any ideas or can point me to the relevant docs?ynsok
09/26/2023, 12:23 PMNacho Ruiz Martin
11/12/2023, 8:48 PM