Post

Replies

Boosts

Views

Activity

Reply to AVAssetExportSession exportAsynchronously stuck/freeze/not starting
LOG_MEDIASERVERD.log Exact same issue appear on my iPhone 12 (iOS 14.6) and my iPhone XR (iOS 14.4.2). This appears when import multiple videos from gallery to my app, apply some processing like crop or resize video to each one using AVAssetExportSession and before export ends I force close app, next I open again my app and try import another video files AVAssetExportSession is blocked (Another operations like play video doesn't work in this time), takes a lot of time (About 5 minutes) and finally ends with status .failed (The operation could not be completed), after that all operations over AVAssetExportSession executes normally! Restarting iPhone unblock AVAssetExportSession but is very frustrating! Please some advice or workaround for avoid this issue? I added device log (MediaServerD process logs), each time AVExportSession call .fail log this line <<<< FigExportCommmon >>>> remakerFamily_Finalize: (0x135f49df0) state invalidated
Topic: Media Technologies SubTopic: Video Tags:
Jun ’21
Reply to SwiftUI NavigationLink pops out by itself
I fixed this issue adding StackNavigationViewStyle with navigationViewStyle modifier to NavigationView parent NavigationView { .... }.navigationViewStyle(StackNavigationViewStyle()) Happy coding!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to AVAssetExportSession exportAsynchronously stuck/freeze/not starting
LOG_MEDIASERVERD.log Exact same issue appear on my iPhone 12 (iOS 14.6) and my iPhone XR (iOS 14.4.2). This appears when import multiple videos from gallery to my app, apply some processing like crop or resize video to each one using AVAssetExportSession and before export ends I force close app, next I open again my app and try import another video files AVAssetExportSession is blocked (Another operations like play video doesn't work in this time), takes a lot of time (About 5 minutes) and finally ends with status .failed (The operation could not be completed), after that all operations over AVAssetExportSession executes normally! Restarting iPhone unblock AVAssetExportSession but is very frustrating! Please some advice or workaround for avoid this issue? I added device log (MediaServerD process logs), each time AVExportSession call .fail log this line <<<< FigExportCommmon >>>> remakerFamily_Finalize: (0x135f49df0) state invalidated
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Xcode unsupported iOS version after beta update 14.5 error 18e5140k
Thank you @MicheleC, @TKincses try Clean build folder and remove your app from iPhone! Making this solved for me the problem with "Failed to prepare device for development".
Replies
Boosts
Views
Activity
May ’21
Reply to onAppear is called when the view hasn't appeared
Any update about this issue?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’21
Reply to onAppear is called when the view hasn't appeared
Any update about this issue?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’21
Reply to Out of sync between video and audio of video exported by AVAssetExportSession
Do you know in which version will be resolved this issue?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Apr ’21
Reply to Out of sync between video and audio of video exported by AVAssetExportSession
Any updates about this issue? I have the same problem when compose video of 30s video with audio, tracks has same duration but when AVAssetExportSession finish, playing audio ends before video and have .5s os silence at end of videoclip
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Apr ’21