Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation Error after Xcode was updated to 12.5 #34

Open
eul opened this issue May 5, 2021 · 1 comment
Open

Compilation Error after Xcode was updated to 12.5 #34

eul opened this issue May 5, 2021 · 1 comment

Comments

@eul
Copy link

eul commented May 5, 2021

/flutter/.pub-cache/hosted/pub.dartlang.org/tapioca-1.0.2+1/ios/Classes/VideoGeneratorService.swift:171:18: error: 'AVAssetExportSessionStatus' has been renamed to 'AVAssetExportSession.Status'
case AVAssetExportSessionStatus.failed:
^~~~~~~~~~~~~~~~~~~~~~~~~~
AVAssetExportSession.Status
AVFoundation.AVAssetExportSessionStatus:2:18: note: 'AVAssetExportSessionStatus' was obsoleted in Swift 4.2
public typealias AVAssetExportSessionStatus = AVAssetExportSession.Status
^
/flutter/.pub-cache/hosted/pub.dartlang.org/tapioca-1.0.2+1/ios/Classes/VideoGeneratorService.swift:173:17: error: 'AVAssetExportSessionStatus' has been renamed to 'AVAssetExportSession.Status'
case AVAssetExportSessionStatus.cancelled:
^~~~~~~~~~~~~~~~~~~~~~~~~~
AVAssetExportSession.Status
AVFoundation.AVAssetExportSessionStatus:2:18: note: 'AVAssetExportSessionStatus' was obsoleted in Swift 4.2
public typealias AVAssetExportSessionStatus = AVAssetExportSession.Status

@carlosjr77
Copy link

Any solution to this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants