Jurashikku

Results 16 comments of Jurashikku

> @Jurashikku try 1.7.1 Still try versions/a/ ``` Termination Reason: Namespace DYLD, Code 1 Library missing Library not loaded: @rpath/liblua54.framework/Versions/A/liblua54 Referenced from: /Users/USER/*/MauiLuaApp.app/Contents/MacOS/MauiLuaApp Reason: tried: '/Users/yurasultanov/LuaUiEngine/LuaUiEngine/MauiLuaApp/bin/Debug/net7.0-maccatalyst/maccatalyst-x64/MauiLuaApp.app/Contents/Frameworks/liblua54.framework/Versions/A/liblua54' (no such file), '/Users/yurasultanov/LuaUiEngine/LuaUiEngine/MauiLuaApp/bin/Debug/net7.0-maccatalyst/maccatalyst-x64/MauiLuaApp.app/Contents/Frameworks/liblua54.framework/Versions/A/...

There are two fixes: ``` Change the location of the liblua54 library to be where it says it is inside the .framework (in Versions/A/liblua54). Change the LC_ID_DYLIB value to state...

So loo forward of framework build what I see [About Framework Version ](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/VersionInformation.html#//apple_ref/doc/uid/20002255-BCIECADD) [About Framework Structure](https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/FrameworkAnatomy.html#//apple_ref/doc/uid/20002253-99920) So i think that link lib is builded as Framework and compile with default...

> I guess is a bug on Xcode. I fixed forcing the right install_name value. It should be fixed on `1.7.2` (KeraLua `1.4.1`) [NLua/lua@4d5829b](https://github.com/NLua/lua/commit/4d5829b53aa463e1009775d8e7a27bacd66e2729) After update, now droped exception `...

[Where Test Initi](https://github.com/Jurashikku/NluaTestMaui/blob/main/NluaTestMaui/NluaTestMaui/MainPage.xaml.cs)