maarten ha
11/02/2022, 7:47 PM> Task :linkDebugExecutableNative FAILED
e: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
Undefined symbols for architecture x86_64:
"_icalcomponent_new", referenced from:
_libical_icalcomponent_new_wrapper836 in result.o
ld: symbol(s) not found for architecture x86_64
Execution failed for task ':linkDebugExecutableNative'.
> Compilation finished with errors
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
Currently trying to work with the libical library but when I try to use a function I constantly get an error that symbols are not defined. My ide knows these functions (I don’t 😅). I am starting to get a feeling these things are still too advanced for beginners. someone have a clue how I can fix it?Landry Norris
11/02/2022, 7:59 PMLandry Norris
11/02/2022, 7:59 PMmaarten ha
11/02/2022, 8:00 PMheaders=/Users/maarten2000ha/Documents/Programming/Calendar/kotlin-native-Ical/src/nativeInterop/cinterop/libical/ical.h
headerFilter=/Users/maarten2000ha/Documents/Programming/Calendar/kotlin-native-Ical/src/nativeInterop/cinterop/libical/*
I dragged the .h files in a folder in the project. I have no clue how to make it dynamic to make it prettier and work on other machines. first time trying this outLandry Norris
11/02/2022, 8:04 PMLandry Norris
11/02/2022, 8:05 PMLandry Norris
11/02/2022, 8:07 PMmaarten ha
11/02/2022, 8:08 PMmaarten ha
11/02/2022, 8:09 PMLandry Norris
11/02/2022, 8:09 PMmaarten ha
11/02/2022, 8:10 PMLandry Norris
11/02/2022, 8:11 PMLandry Norris
11/02/2022, 8:13 PMhfhbd
11/02/2022, 9:04 PMmaarten ha
11/02/2022, 9:20 PMmaarten ha
11/03/2022, 6:16 AMhfhbd
11/03/2022, 7:29 AMLandry Norris
11/03/2022, 1:02 PM