David John Smailes
David John Smailes
Set the pod to build to Swift 3.2 and it will compile.
Or you could use this which should only affect the Swift versions of this pod and GPUImage which it depends on, leaving any other pods as they are for Swift...
Use the closure to get the URL and pass it to an AVPlayer: func tapButton(isRecording: Bool) { if isRecording { recorder?.record() } else { recorder?.stop({ (url) in DispatchQueue.main.async { //do...
The framework is precompiled in 5.01 so you won't be able to use it unless they release an updated version or the source so you can compile it yourself.
In VideoGenerator.swift if you add the line commented below this will fix the orientation problem. if let aVideoAssetTrack: AVAssetTrack = aVideoAsset.tracks(withMediaType: .video).first, let aAudioAssetTrack: AVAssetTrack = aAudioAsset.tracks(withMediaType: .audio).first { //fixes...
Try running `$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer` before you try to convert the models.
@alexookah is it possible you have the Google Maps SDK already added to that project either by a custom SP or pod? The branch being suggested has a dependency on...
@alexookah you can, in my experience at least with this branch of Utils, remove the Google Maps pod and then use the official SPM version of Google Maps of your...
We're having this same problem. The app builds locally, but fails with No Such Module when building on Bitrise.
> same issue here with Bitrise. I tried Xcode 13.1.x, 13.2.x and 13.3.x ... nothing works. Any ideas? The local build works. Try setting to manual build order.