Vasyl Liutikov
Vasyl Liutikov
yes, sure. I can help with testing. I have tried to build it via ci, but the problem with `sdl_mixer` build. and I can't rebuild it for arm64. I used...
please, let me know about any updates. I want to help you with it
> I really hope they do. > > I just did some experiments: we need to compile SDL_mixer as a framework using xcodebuild so we get a redistributable library, rather...
> @pingwinator I created a build, could you test this one? (DMG in zip because github doesn't allow uploading DMG files directly...) > [julius.dmg.zip](https://github.com/bvschaik/julius/files/6758773/julius.dmg.zip) unfortunately, crash on m1 and works...
``` lipo -info ulius.app/Contents/Frameworks/libpng16.16.dylib Non-fat file: julius.app/Contents/Frameworks/libpng16.16.dylib is architecture: x86_64 ``` arm64 is missing for this lib
@bvschaik I tried to build the framework and the app. I have the same result. I have an apple dev account and will try to build it later with apple...
@bvschaik I have found the problem. I build a framework with another recommended codesign option and it works. [SDL2_mixer.framework.zip](https://github.com/bvschaik/julius/files/6760264/SDL2_mixer.framework.zip) can you try build the app with this framework or build...
you don't need a dev cert to build it.
@yimao009 because demo uses the latest version with this fix. The latest cocoapods version has this problem. Just compare `UIView+MASAdditions.m` file in your project and from github. https://github.com/SnapKit/Masonry/blob/master/Masonry/View%2BMASAdditions.m#L132
@cloudkite Could you bump version? or I could do it and prepare a pull request.