-
-
Notifications
You must be signed in to change notification settings - Fork 125
Description
Constantly prevents archiving:
ld: warning: ignoring duplicate libraries: '-lc++' ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found ld: warning: Could not find or use auto-linked framework 'UnitySwiftProtobuf': framework 'UnitySwiftProtobuf' not found Undefined symbols for architecture arm64: "___lunar_console_action_register", referenced from: _PlatformIOS___lunar_console_action_register_m7129F692FBE13907DF7CB84569044C1A8D4A0C7A in LunarConsole.o _PlatformIOS_OnActionRegistered_mEDBC14A1E25C61ED2389F2C0259FDCC8FCDBE546 in LunarConsole.o "___lunar_console_action_unregister", referenced from: _PlatformIOS___lunar_console_action_unregister_mA8CF0B0B77C2E2FFD6B7895AA0DFECF7E4A8B267 in LunarConsole.o _PlatformIOS_OnActionUnregistered_m015D1CF91BA3B3DC267398D96FDD4F735A481A4D in LunarConsole.o "___lunar_console_clear", referenced from: _PlatformIOS___lunar_console_clear_m105231854CC4F388B6FCCABA9D812DDEF488A6DB in LunarConsole.o _PlatformIOS_ClearConsole_mD16E3823C704F5ED44AE08730EF2146DFAA00D69 in LunarConsole.o "___lunar_console_cvar_register", referenced from: _PlatformIOS___lunar_console_cvar_register_mEAE56295EF99C75F3C47E66C719F09F23DA5CE6E in LunarConsole.o "___lunar_console_cvar_update", referenced from: _PlatformIOS___lunar_console_cvar_update_mDB9DCAE09152C8E5A90778D2F757E8306E514062 in LunarConsole.o _PlatformIOS_OnVariableUpdated_m24881D21554D24F3F073A18661D22205CEC449C3 in LunarConsole.o "___lunar_console_destroy", referenced from: _PlatformIOS___lunar_console_destroy_m799DC6ACC9A676C6CE4F264BC07CAEB936C274E4 in LunarConsole.o _PlatformIOS_Destroy_m74193801FFDEF83F3621841C4B9CA311D81928D1 in LunarConsole.o "___lunar_console_hide", referenced from: _PlatformIOS___lunar_console_hide_m4403A413CE352C87B94E72A44217FA12ECE54824 in LunarConsole.o _PlatformIOS_HideConsole_mA7942E7F9E833F41CA881D9B316019377C9DCDC7 in LunarConsole.o "___lunar_console_initialize", referenced from: _PlatformIOS___lunar_console_initialize_m9295E1BF023E08C16129DD78759AEB8A688D6C99 in LunarConsole.o "___lunar_console_log_message", referenced from: _PlatformIOS___lunar_console_log_message_m70451C7CCD1F068723A325B79FD2490EEA1943E8 in LunarConsole.o "___lunar_console_show", referenced from: _PlatformIOS___lunar_console_show_mE9F14BC09F175B0955FDC81D3986CCC9645339FD in LunarConsole.o _PlatformIOS_ShowConsole_mABC117FFDE883CB8104FDBCE25F54B920DFC38F5 in LunarConsole.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
My mac knowledge got me this far, I don't know what to do next.