-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pod lib lint
fails with Code Signing error
#285
Labels
Comments
bizz84
added
macOS
directly related to Mac
and removed
macOS
directly related to Mac
labels
Oct 12, 2017
9 tasks
@bizz84 I just tried clone master and run ** BUILD SUCCEEDED ** How did you get SwiftyStoreKit (0.11.0) ? |
@shuhrat10 which cocoapods version are you using? Could you paste the result of this?
|
ProductName: Mac OS X
ProductVersion: 10.13
BuildVersion: 17A362a
---
Xcode 8.3.3
Build version 8E3004b
---
Cocoapods version: 1.2.1
…On Fri, Oct 13, 2017 at 3:37 AM, Andrea Bizzotto ***@***.***> wrote:
@shuhrat10 <https://github.com/shuhrat10> which cocoapods version are you
using?
Could you paste the result of this?
{ sw_vers; echo "---"; xcodebuild -version; echo "---"; echo "Cocoapods version: $(pod --version)"; }
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#285 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD0FRRaM3kuSn_m1HZSNnXltceRhbt6ks5srxNDgaJpZM4P275_>
.
|
Just tried this again and it worked. Published version 0.11.0. |
👍
… On Oct 16, 2017, at 8:15 AM, Andrea Bizzotto ***@***.***> wrote:
Just tried this again and it worked.
Published version 0.11.0.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform
In app purchase type
Environment
Version
Latest
master
System Information
Running this command:
yields this:
Related issues
CocoaPods/CocoaPods#6451
Report
Issue summary
On command line, run:
What did you expect to happen
SwiftyStoreKit passed validation.
What happened instead
Validation fails with:
The build log reveals the two following problems on the macOS build:
build.log
The same problem applies when trying to publish a new pod:
This prevents from publishing a new pod version.
I have tried resetting the code signing settings as suggested here but to no avail.
Any ideas?
The text was updated successfully, but these errors were encountered: