Commit d0ffad3cd01b93972b41fdcdedd2af72aba8ed15
1 parent
0928f4d1
提交
Showing
3 changed files
with
7 additions
and
2 deletions
CNLiveDemoXGTestModule.podspec
Example/CNLiveDemoXGTestModule.xcodeproj/project.pbxproj
| ... | ... | @@ -305,10 +305,12 @@ |
| 305 | 305 | ); |
| 306 | 306 | inputPaths = ( |
| 307 | 307 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveDemoXGTestModule_Example/Pods-CNLiveDemoXGTestModule_Example-frameworks.sh", |
| 308 | + "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework", | |
| 308 | 309 | "${BUILT_PRODUCTS_DIR}/CNLiveDemoXGTestModule/CNLiveDemoXGTestModule.framework", |
| 309 | 310 | ); |
| 310 | 311 | name = "[CP] Embed Pods Frameworks"; |
| 311 | 312 | outputPaths = ( |
| 313 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework", | |
| 312 | 314 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveDemoXGTestModule.framework", |
| 313 | 315 | ); |
| 314 | 316 | runOnlyForDeploymentPostprocessing = 0; | ... | ... |
Example/Podfile