SpaceMadness / lunar-unity-console

High-performance Unity iOS/Android logger built with native platform UI
https://www.assetstore.unity3d.com/en/#!/content/43800
Other
833 stars 112 forks source link

iOS Unity Build using CI Fastlane-Action #216

Open igor-genies opened 1 year ago

igor-genies commented 1 year ago

Hello, I have the last unity package version on my project, and currently, works pretty well when I build on iOS devices. When I tried to build using a GitAction CI, this error happens:

error: Build input file cannot be found: 'ProjectFolder/LunarConsole/Editor/iOS/Common/Console/Plugin/lunar_unity_native_interface.m'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'UnityFramework' from project 'Unity-iPhone')

My Setup:

Here're what I tried:

designamx commented 11 months ago

did you find a fix for this?