Jon Chui
Jon Chui
I solved this by https://github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client/issues/641#issuecomment-1179671101
> Update: I just tried "Restart session with default settings (Fallback Mode)", the application restarted and asked for microphone permissions. I granted the permission and the microphone now works perfectly...
I get the same issue trying to run the example: ``` dyld: Library not loaded: @rpath/CameraEngine.framework/CameraEngine Referenced from: /var/containers/Bundle/Application/33F19B9F-2E02-4D7E-991B-124C81699D53/CameraEngineExample.app/CameraEngineExample Reason: image not found ```
Actually, this works for me in iOS8, iphone 5s. I just had to type the "trust" the computer, first time it connects
@modocache - looks like @jwfriese has a PR for this in https://github.com/Quick/Quick/pull/766 Any idea what's blocking ?
I did the same @tamoyal . I deleted the default `flutter` `AppIcon` set and created my own blank one, then re-ran the command: `flutter pub run flutter_launcher_icons:main` and it seemed...
I'm getting a 403 error: ``` Error (403) It seems you tried to do something we can't verify. Did you log into a different Dropbox account in a different window?...
After fixing those initial leaks (cause by retain cycles w/ non-weak delegates), i found some more:  Here's a gif of my run: http://recordit.co/UISvPsprVd.gif
FYI: i opened PR https://github.com/eventtus/photo-editor/pull/42 that fixes it ;)
What's the exact steps you guys are using, b/c it's working for me when i add: ``` pod 'iOSPhotoEditor' ``` to my `Podfile` and run `pod install` I'm on Xcode...