Hi, I found a way and it seems to work, which can help us found out the framework where the problem lies.
The problem occurs at the linking stage, we can use a script to convert the framework into a dylib, and linking will also occur during this process.
Here is my script:
$clang_path -arch $arch -dynamiclib -target arm64-apple-ios12.0 -isysroot "$iphoneos_sdk_path" -F$framework_path -framework $framework_name -ObjC -all_load -undefined dynamic_lookup -o "$output_file" &> "/tmp/$framework_name.txt"
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: