I'm trying to add AFNetworking to the private cocoapods spec by following steps.
- clone
AFNetworkingfrom github and push to private gitlab - modify
AFNetworking.podspecfile and change thes.sourceattribute to the private url - run
pod spec lint --verbose, fail with
** BUILD SUCCEEDED **
Testing with
xcodebuild. -> AFNetworking (3.2.1)
- NOTE | [AFNetworking/Serialization, AFNetworking/Security, AFNetworking/Reachability, and more...] xcodebuild: note: Using new build system
- NOTE | [AFNetworking/Serialization, AFNetworking/Security, AFNetworking/Reachability, and more...] xcodebuild: note: Planning build
- NOTE | [AFNetworking/Serialization, AFNetworking/Security, AFNetworking/Reachability, and more...] xcodebuild: note: Constructing build description
- NOTE | [AFNetworking/Serialization, AFNetworking/Security, AFNetworking/Reachability, and more...] xcodebuild: warning: Skipping code signing because the target does not have an Info.plist file. (in target 'App')
- ERROR | [AFNetworking/Serialization, AFNetworking/Security, AFNetworking/Reachability, and more...] xcodebuild: Returned an unsuccessful exit code.
Analyzed 1 podspec.
[!] The spec did not pass validation, due to 1 error.
any guys know how to solve this issue?