I know there is many similar questions has been asked, and I do follow many of them, still without luck.
otool -l /../iosAppUITests-Runner.app/PlugIns/iosAppUITests.xctest/iosAppUITests
Load command 26
cmd LC_LOAD_WEAK_DYLIB
cmdsize 64
name @rpath/libXCTestSwiftSupport.dylib (offset 24)
time stamp 2 Thu Jan 1 08:00:02 1970
current version 21250.0.0
compatibility version 1.0.0
Load command 27
cmd LC_LOAD_DYLIB
cmdsize 64
name /usr/lib/swift/libswiftFoundation.dylib (offset 24)
time stamp 2 Thu Jan 1 08:00:02 1970
current version 1.0.0
compatibility version 1.0.0
Load command 28
cmd LC_RPATH
cmdsize 40
path @loader_path/Frameworks (offset 12)
Xcode console log
The shared framework is created successfully in path below.
/../Debug-iphonesimulator/iosApp.app/Frameworks/shared.framework/shared
But @rpath searched on a slight different path without /iosApp.app/Frameworks/
/../Debug-iphonesimulator/shared.framework/shared' (no such file)
Any help with how to solve this path issue above would be helpful!