BoltsFramework / Bolts-ObjC

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
Other
5.64k stars 577 forks source link

Codesign OSX10.9.5 #65

Closed MattTimmons closed 9 years ago

MattTimmons commented 9 years ago

Hello, I am deep in trying to properly codesign Bolts for use with the Parse framework and it shows as "..not a valid format..."

I see here that this branch is newer than what Parse is using. I did a build from the master using your scripts and dropped the OSX framework into my project, added copy files phase and checked to code sign like I do for other frameworks. I am getting:

"...bundle format is ambiguous (could be app or framework)"

This is odd as Parse and Sparkle code sign perfectly. Any ideas? I tried re-working the plist but was not successful. I also noticed that your release build script place the OSX Bolts.frameworks inside itself.

-matt

MattTimmons commented 9 years ago

I used @nlutsenko-fb script changes the latest pull request and it works!

ghost commented 9 years ago

Bolts release 1.1.3 is out. This includes the support for OS X 10.10 and compiles cleanly on the latest Xcode 6.1, as well as Xcode 6 and 5.