Ryan C. Payne

Results 13 comments of Ryan C. Payne

@AndrewSB Are you running on High Sierra by any chance? Up until recently this was working fine for me. And then this week I upgraded to High Sierra and now...

@AndrewSB I opened a PR on this repo to have it consume the 4.10.0 frameworks. I am now able to link past that error I was seeing before. Now my...

I was seeing this issue as well... Turns out my Homebrew permissions were all jacked up on this new machine... I had just finished using the Migration Assistant to migrate...

I am seeing the similar issue with `0.26.2`. I am attempting to use consume `HockeySDK-iOS`. They have both binary and source available. I would prefer to use the binary as...

It already does support this with Xcode 5.0.1. --sent from the iPhone > On Oct 24, 2013, at 7:36 AM, Lou Franco [email protected] wrote: > > On 9/16/2013, Apple announced...

https://github.com/pub-burrito/iOS-Universal-Framework/commit/88039e7a317ed7204039b1511d85274fb365d2cd That commit allows me to continue using this project with Xcode 6.

I am also seeing this same issue when trying to build a framework that contains both a single xcdatamodel as well as a xcdatamodeld. Has there been any workarounds for...

Xcode dropped armv7s from the "Standard Architectures" value. They did this because only on device used the armv7s chip and the set of instructions that the armv7s had over the...

Will it be confusing that the result of this `rename` operation is a new session that you need to verify? If there is a new command to do the renaming...

The issue is here: https://github.com/CocoaPods/trunk.cocoapods.org/blob/master/app/controllers/api/sessions_controller.rb#L12 When you run the `pod trunk register` command, it doesn't include the Authorization header, therefore `@owner` will never be present. After looking over this, I...