e.g. we have 2 targets:
- framework: MOJiAppStorePay
- debug: DebugMOJiAppStore
if we want to use MOJiAppStorePay in DebugMOJiAppStore, we should config it as follows:
- open DebugMOJiAppStore’s settings
- under build settings, add MOJiAppStorePay as DebugMOJiAppStore’s dependency
- under build settings, unfold Link Binary With Libraries, add MOJiAppStorePay and drag it after its own dependencies (MOJiBase.xc here)