I found that the project would fail to build (error:image not loaded) if the normal third-party framework does't set as "embedded" in the project settings. However, this time, I rebuilt this third-party framework as XCFramework, and everything goes fine with "Do Not Embed" settings for XCFramework.
Should I embed XCFramework or not?
