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
I got the message Code generated in submodules/hashlink/src/_main.c automatic native compilation not yet implemented
And when I build the libhl-iOS (trigger from Heaps-iOS dependancies)
clang: error: no such file or directory: '/Users/shintiger/project/xcode-heaps/submodules/hashlink/src/track.c'
clang: error: no input files
I have check hashlink/src/track.c is not exists but hashlink/src/std/track.c, even on your fork or official repo.
While Compile Sources in Build Phases tab contains ../../submodules/hashlink/src/track.c.
The text was updated successfully, but these errors were encountered:
I got the message
Code generated in submodules/hashlink/src/_main.c automatic native compilation not yet implemented
And when I build the libhl-iOS (trigger from Heaps-iOS dependancies)
I have check hashlink/src/track.c is not exists but hashlink/src/std/track.c, even on your fork or official repo.
While Compile Sources in Build Phases tab contains
../../submodules/hashlink/src/track.c
.The text was updated successfully, but these errors were encountered: