by FFmpeg team
@FFmpeg
Talk is cheap, send patches.
by FFmpeg team
@FFmpeg
Talk is cheap, send patches.
Problem:
Xcode build error: "unable to initiate PIF transfer session (operation in progress?) "
Solution:
killall XCBBuildService
To test i18n in iOS app add to launch arguments next:
-NSDoubleLocalizedStrings YES
- will double localized texts - will help to test layout and help to find missed localization.
-NSShowNonLocalizedStrings YES
- non localized string will SCREAM! on you uppercased
Also
To be able to capture or record a video stream from two iOS family devices you need to open two and more QuickTime instances.
To be able to do the you need to open Terminal
application
and type:
open -n -a /System/Applications/QuickTime\ Player.app
where:
-n: This
Set of Useful Xcode defaults
In case you would like a little bit tweak Xcode behaviour or get useful information from Xcode build process you can perform changes to Xcode defaults:
Given a version number MAJOR.MINOR.PATCH, increment the:
Patching up code and hope for the best🤞
Good iOS development tools and repositories that worth to use and investigate:
Swift-NIO - Event-driven network application framework for high performance protocol servers & clients, non-blocking
Factory - A new appro