Skip to content

Commit 0cda2ca

Browse files
author
Kenneth Tsang
committed
Fix build issue
1 parent c3d89f0 commit 0cda2ca

23 files changed

+760
-476
lines changed

Example/GrowingTextView.xcodeproj/project.pbxproj

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@
180180
607FACCD1AFB9204008FA782 /* Frameworks */,
181181
607FACCE1AFB9204008FA782 /* Resources */,
182182
2F9B7DBCCFD9FA3A608F5778 /* [CP] Embed Pods Frameworks */,
183-
D2747CFAE24668C4A4A7A5CD /* [CP] Copy Pods Resources */,
184183
);
185184
buildRules = (
186185
);
@@ -200,7 +199,6 @@
200199
607FACE21AFB9204008FA782 /* Frameworks */,
201200
607FACE31AFB9204008FA782 /* Resources */,
202201
AAE727B9796F5522D9F2D1A3 /* [CP] Embed Pods Frameworks */,
203-
D8E87E0916248D165CAEACDC /* [CP] Copy Pods Resources */,
204202
);
205203
buildRules = (
206204
);
@@ -280,13 +278,16 @@
280278
files = (
281279
);
282280
inputPaths = (
281+
"${PODS_ROOT}/Target Support Files/Pods-GrowingTextView_Example/Pods-GrowingTextView_Example-frameworks.sh",
282+
"${BUILT_PRODUCTS_DIR}/GrowingTextView/GrowingTextView.framework",
283283
);
284284
name = "[CP] Embed Pods Frameworks";
285285
outputPaths = (
286+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GrowingTextView.framework",
286287
);
287288
runOnlyForDeploymentPostprocessing = 0;
288289
shellPath = /bin/sh;
289-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GrowingTextView_Example/Pods-GrowingTextView_Example-frameworks.sh\"\n";
290+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GrowingTextView_Example/Pods-GrowingTextView_Example-frameworks.sh\"\n";
290291
showEnvVarsInLog = 0;
291292
};
292293
8E5AD08CEE7346DC917D10CA /* [CP] Check Pods Manifest.lock */ = {
@@ -295,13 +296,16 @@
295296
files = (
296297
);
297298
inputPaths = (
299+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
300+
"${PODS_ROOT}/Manifest.lock",
298301
);
299302
name = "[CP] Check Pods Manifest.lock";
300303
outputPaths = (
304+
"$(DERIVED_FILE_DIR)/Pods-GrowingTextView_Tests-checkManifestLockResult.txt",
301305
);
302306
runOnlyForDeploymentPostprocessing = 0;
303307
shellPath = /bin/sh;
304-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
308+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
305309
showEnvVarsInLog = 0;
306310
};
307311
AAE727B9796F5522D9F2D1A3 /* [CP] Embed Pods Frameworks */ = {
@@ -310,43 +314,16 @@
310314
files = (
311315
);
312316
inputPaths = (
317+
"${PODS_ROOT}/Target Support Files/Pods-GrowingTextView_Tests/Pods-GrowingTextView_Tests-frameworks.sh",
318+
"${BUILT_PRODUCTS_DIR}/GrowingTextView/GrowingTextView.framework",
313319
);
314320
name = "[CP] Embed Pods Frameworks";
315321
outputPaths = (
322+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GrowingTextView.framework",
316323
);
317324
runOnlyForDeploymentPostprocessing = 0;
318325
shellPath = /bin/sh;
319-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GrowingTextView_Tests/Pods-GrowingTextView_Tests-frameworks.sh\"\n";
320-
showEnvVarsInLog = 0;
321-
};
322-
D2747CFAE24668C4A4A7A5CD /* [CP] Copy Pods Resources */ = {
323-
isa = PBXShellScriptBuildPhase;
324-
buildActionMask = 2147483647;
325-
files = (
326-
);
327-
inputPaths = (
328-
);
329-
name = "[CP] Copy Pods Resources";
330-
outputPaths = (
331-
);
332-
runOnlyForDeploymentPostprocessing = 0;
333-
shellPath = /bin/sh;
334-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GrowingTextView_Example/Pods-GrowingTextView_Example-resources.sh\"\n";
335-
showEnvVarsInLog = 0;
336-
};
337-
D8E87E0916248D165CAEACDC /* [CP] Copy Pods Resources */ = {
338-
isa = PBXShellScriptBuildPhase;
339-
buildActionMask = 2147483647;
340-
files = (
341-
);
342-
inputPaths = (
343-
);
344-
name = "[CP] Copy Pods Resources";
345-
outputPaths = (
346-
);
347-
runOnlyForDeploymentPostprocessing = 0;
348-
shellPath = /bin/sh;
349-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GrowingTextView_Tests/Pods-GrowingTextView_Tests-resources.sh\"\n";
326+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GrowingTextView_Tests/Pods-GrowingTextView_Tests-frameworks.sh\"\n";
350327
showEnvVarsInLog = 0;
351328
};
352329
ED59FF2782107FC691D220C3 /* [CP] Check Pods Manifest.lock */ = {
@@ -355,13 +332,16 @@
355332
files = (
356333
);
357334
inputPaths = (
335+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
336+
"${PODS_ROOT}/Manifest.lock",
358337
);
359338
name = "[CP] Check Pods Manifest.lock";
360339
outputPaths = (
340+
"$(DERIVED_FILE_DIR)/Pods-GrowingTextView_Example-checkManifestLockResult.txt",
361341
);
362342
runOnlyForDeploymentPostprocessing = 0;
363343
shellPath = /bin/sh;
364-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
344+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
365345
showEnvVarsInLog = 0;
366346
};
367347
/* End PBXShellScriptBuildPhase section */

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- GrowingTextView (0.1.7)
2+
- GrowingTextView (0.7.2)
33

44
DEPENDENCIES:
55
- GrowingTextView (from `../`)
66

77
EXTERNAL SOURCES:
88
GrowingTextView:
9-
:path: ../
9+
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
GrowingTextView: c4c7477a4ab5b31b313219e4b2c61c20ba33321d
12+
GrowingTextView: 876bf42005b5e4a4fd740597db12caaf41f0fe6c
1313

1414
PODFILE CHECKSUM: f34f0f1fc34ca2e2faf6887857a2bda50ed3e60d
1515

16-
COCOAPODS: 1.0.1
16+
COCOAPODS: 1.8.4

Example/Pods/Local Podspecs/GrowingTextView.podspec.json

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)