Skip to content

Commit 9b0b74e

Browse files
Fix Instabug.framework reference in iOS SampleApp
1 parent 921d652 commit 9b0b74e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

InstabugSample/ios/InstabugSample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,11 @@
312312
);
313313
inputPaths = (
314314
"${PODS_ROOT}/Target Support Files/Pods-InstabugSample/Pods-InstabugSample-frameworks.sh",
315-
"${PODS_ROOT}/Instabug/Instabug.framework",
316-
"${PODS_ROOT}/Instabug/Instabug.framework.dSYM",
315+
"${PODS_ROOT}/../../node_modules/instabug-reactnative/ios/Instabug.framework",
317316
);
318317
name = "[CP] Embed Pods Frameworks";
319318
outputPaths = (
320319
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework",
321-
"${DWARF_DSYM_FOLDER_PATH}/Instabug.framework.dSYM",
322320
);
323321
runOnlyForDeploymentPostprocessing = 0;
324322
shellPath = /bin/sh;

0 commit comments

Comments
 (0)