Junda
Junda
I got the same issue too. Luckily it is a simple fix. Until PR is merged, my fork here: https://github.com/samwize/imagesnap
@rhuss I have a build here https://github.com/samwize/lolcommits/blob/306dd0ebf21464de2d7824cfae841517cd094b1f/vendor/ext/imagesnap/imagesnap
The fix is actually in the Info.plist. The binary must be alongside with the Info.plist. I wrote about it in https://samwize.com/2019/10/13/info-plist-for-a-macos-command-line-app/
I had the same issue as of May 2018. Need to add `CameraEngine.framework` as an Embedded Binary into the example target.
Anyway, I did a fix of my own. In `EGOPhotoCaptionView` `setCaptionHidden`, i added `self.hidden = NO` in the else loop.
In master this is working correctly using `%d`. Please merge so that the current pod version 0.7 can work.
I have fixed in my fork here: https://github.com/samwize/SwiftMoment/commit/41e2b524bceb2281f36ef598a1dcab5e0b58e92e What do you think?