Artur Grigor

Results 9 comments of Artur Grigor

The important thing here is that the build should pass and right now if you don't have the `CFBundleDisplayName` property set in the `Info.plist` it won't. So I suggest using...

I'll fix that, but only after the next beta is released.

Please attach the crash report or paste it here.

Please type 'bt' in the debug console to show you the backtrace and paste it here along with every other info that you can grab, iOS version, which simulator are...

Same thing happens to me: Artur-Grigors-iPhone-5:~ root# weak_classdump -p Music 'Added weak_classdump to "Music" (42215)' cy# weak_classdump(Helper,"/tmp/Music"); **\* _assert(CYRecvAll(client, &size, sizeof(size))):../Console.cpp(142):Run

Thanks @weissazool! I've made those changes but for some reason Travis CI doesn't use the proper .travis.yml config for the latest commits but you can check the status of the...

@weissazool no, removing the Podfile doesn't affect that at all because the installation uses the `TransitionKit.podspec` in which you define the dependencies. The Podfile is just for building the project...

@weissazool That wouldn't be affected at all because when you install this framework using CocoaPods it uses the `TransitionKit.podspec` file which already exists. The `Podfile` needs to be there only...

@blakewatters can you please take a look at this small PR? The whole purpose of this PR is to add Carthage support to this project and in order to do...