IGListKit icon indicating copy to clipboard operation
IGListKit copied to clipboard

setup error for examples

Open loilee opened this issue 5 years ago • 2 comments

When running ./scripts/setup.sh , I get the error below: XCode 12.3

The domain/default pair of (/Users/loileebooztolentino/Downloads/IGListKit-master/Source/Info, CFBundleShortVersionString) does not exist [!] The IGListDiffKit pod failed to validate due to 1 error: - ERROR | version: A version is required.

loilee avatar Apr 22 '21 04:04 loilee

Xcode 12.4 same error

X-man-rascal avatar May 03 '21 10:05 X-man-rascal

Modify scripts/version.sh will work. @loilee @X-man-rascal

#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

cd "$(dirname "$(dirname "$0")")" || exit 1

exec /usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" "$(pwd)/Source/Info.plist"

tamarous avatar May 12 '21 15:05 tamarous