Skip to content

Commit fad1fb1

Browse files
author
Christian
committed
link to real CocoaPods framework files
1 parent cec248a commit fad1fb1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Example/NotesExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,13 @@
335335
);
336336
inputPaths = (
337337
"${PODS_ROOT}/Target Support Files/Pods-NotesExample-iOS/Pods-NotesExample-iOS-frameworks.sh",
338-
"${PODS_ROOT}/../../Frameworks/iOS/ObjectBox.framework",
339-
"${PODS_ROOT}/../../Frameworks/iOS/ObjectBox.framework.dSYM",
338+
"${PODS_ROOT}/ObjectBox/Carthage/Build/iOS/ObjectBox.framework",
340339
);
341340
name = "[CP] Embed Pods Frameworks";
342341
outputFileListPaths = (
343342
);
344343
outputPaths = (
345344
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectBox.framework",
346-
"${DWARF_DSYM_FOLDER_PATH}/ObjectBox.framework.dSYM",
347345
);
348346
runOnlyForDeploymentPostprocessing = 0;
349347
shellPath = /bin/sh;
@@ -359,15 +357,13 @@
359357
);
360358
inputPaths = (
361359
"${PODS_ROOT}/Target Support Files/Pods-NotesExample-macOS/Pods-NotesExample-macOS-frameworks.sh",
362-
"${PODS_ROOT}/../../Frameworks/macOS/ObjectBox.framework",
363-
"${PODS_ROOT}/../../Frameworks/macOS/ObjectBox.framework.dSYM",
360+
"${PODS_ROOT}/ObjectBox/Carthage/Build/Mac/ObjectBox.framework",
364361
);
365362
name = "[CP] Embed Pods Frameworks";
366363
outputFileListPaths = (
367364
);
368365
outputPaths = (
369366
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectBox.framework",
370-
"${DWARF_DSYM_FOLDER_PATH}/ObjectBox.framework.dSYM",
371367
);
372368
runOnlyForDeploymentPostprocessing = 0;
373369
shellPath = /bin/sh;

0 commit comments

Comments
 (0)