ivan.savytskyi
03/13/2019, 9:58 PMlinkTestDebugExecutableIos
task (test.kexe). As if I run this kexe on the simulator obviously I get dyld: Library not loaded
?svyatoslav.scherbina
03/14/2019, 6:14 AM$ otool -l path/to/your/f.framework/f | grep -A 2 LC_ID_DYLIB
The last line of the output should be like
@rpath/f.framework/f (offset 24)
Then f.framework
is expected to be located at Frameworks
directory near the executable, because its @rpath
is @executable_path/Frameworks
.