Skip to content

Instantly share code, notes, and snippets.

@elliottwilliams
Created February 12, 2021 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elliottwilliams/6d610a26584d75f5e640abe73f24e39f to your computer and use it in GitHub Desktop.
Save elliottwilliams/6d610a26584d75f5e640abe73f24e39f to your computer and use it in GitHub Desktop.
$ git checkout master
$ pod spec lint .
-> GTXiLib (4.3)
- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information.
- NOTE | xcodebuild: note: Using new build system
- NOTE | xcodebuild: note: Building targets in parallel
- NOTE | xcodebuild: note: Using codesigning identity override: -
- NOTE | [iOS] xcodebuild: note: Planning build
- NOTE | [iOS] xcodebuild: note: Constructing build description
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/io/zero_copy_stream.cc:35:10: fatal error: 'google/protobuf/io/zero_copy_stream.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/util/internal/utility.cc:31:10: fatal error: 'google/protobuf/util/internal/utility.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/wire_format.cc:35:10: fatal error: 'google/protobuf/wire_format.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/io/zero_copy_stream_impl_lite.cc:35:10: fatal error: 'google/protobuf/io/zero_copy_stream_impl_lite.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/wire_format_lite.cc:35:10: fatal error: 'google/protobuf/wire_format_lite.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/wrappers.pb.cc:4:10: fatal error: 'google/protobuf/wrappers.pb.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/unknown_field_set.cc:35:10: fatal error: 'google/protobuf/unknown_field_set.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/util/type_resolver_util.cc:31:10: fatal error: 'google/protobuf/util/type_resolver_util.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/util/internal/type_info_test_helper.cc:31:10: fatal error: 'google/protobuf/util/internal/type_info_test_helper.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/util/internal/type_info.cc:31:10: fatal error: 'google/protobuf/util/internal/type_info.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/type.pb.cc:4:10: fatal error: 'google/protobuf/type.pb.h' file not found
- NOTE | [iOS] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file and one is not being generated automatically. (in target 'App' from project 'App')
- NOTE | [iOS] xcodebuild: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Protobuf-C++' from project 'Pods')
Analyzed 1 podspec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment