Posts

Post not yet marked as solved
0 Replies
347 Views
To create a new application, I didn't see any warning or error of Alpha related issue during update assets in the app. But I am getting error "Invalid asset files remove alpha from image" during upload this build on Test Flight. So how can resolve this problem? Because I didn’t get any warning in my asset files.
Posted
by fusioni.
Last updated
.
Post not yet marked as solved
1 Replies
1.4k Views
I am getting this error in my project and I am getting why this is happening can anyone help me in this.
Posted
by fusioni.
Last updated
.
Post not yet marked as solved
0 Replies
1.2k Views
i am facing issue using xcode 14.3, the error is failed to emit precompiled header '/Users/Library/Developer/Xcode/DerivedData/ksl-eyxaasnuhobrniasqskqxatrixxw/Build/Intermediates.noindex/PrecompiledHeaders/TEBridge-Header-swift_YVK8DW4UEVT6-clang_2GLMX79PBJ59I.pch' for bridging header '/Users/Desktop/GA-4For mobile/ott-ios-Latest-16-June/ksl/Utilities/Resources/TEBridge-Header.h'
Posted
by fusioni.
Last updated
.
Post not yet marked as solved
1 Replies
1.8k Views
Anyone Work on PDFKit, I draw a custom Annotation in PDFView, But I want to add action in Custom Annotation and I can't able to add Gesture in PDFAnnotation because it does not inherit from UIView, so is there any way to add Gesture in PDFAnnotation.
Posted
by fusioni.
Last updated
.
Post not yet marked as solved
1 Replies
707 Views
we are facing issue, when uploading video i want to show progress bar with percentage according to video size, i am using didSendBodyData delegate but here we are unable to get call back particular in this delegate and all other delegate is calling properly, if any one face this kind of problem please suggest to me. Advance thanks
Posted
by fusioni.
Last updated
.
Post not yet marked as solved
1 Replies
661 Views
Hello Everyone, Apple rejects app due to this crash and attached couple of crash logs, from where it hard to find out what's the exact reason behind it, Can anyone help me out. crashlog-542E9683-FEF0-49D6-A9B5-E92DB6FCAA93.txt crashlog-4139CEFD-E45A-46AC-BA9C-C77ED036B0FD.txt crashlog-7513B474-0E68-4B43-ACD9-4EC112E3BAAA.txt crashlog-9590010E-D2B1-430A-84DA-94F0BA6E1232.txt
Posted
by fusioni.
Last updated
.
Post not yet marked as solved
1 Replies
1k Views
Is it possible to change a UIView background color a particular selected area?
Posted
by fusioni.
Last updated
.
Post not yet marked as solved
4 Replies
3.6k Views
I am using the AVPlayer for playing the video. But my problem i.e, the the player is occurring the error. while the same url is already to play in to the Android device and Safari web browser also. If this url replaced by the other url it's working fine.This is the error.player.error==========>>>>>>>>>>Optional(Error Domain=AVFoundationErrorDomain Code=-11848 "Cannot Open" UserInfo={NSUnderlyingError=0x156d78f30 {Error Domain=NSOSStatusErrorDomain Code=-12925 "(null)"}, NSLocalizedFailureReason=The media cannot be used on this device., NSLocalizedDescription=Cannot Open})override func viewDidLoad() { super.viewDidLoad() let videoUrl = "http://telvuehls_t03007-i.akamaihd.net/hls/live/217085/T03007-calkins/playlist.m3u8" let playerItem = AVPlayerItem(URL: NSURL(string: videoUrl as String)!) let playerObj = AVPlayer(playerItem: playerItem) self.player = playerObj if playerItem.error == nil{ playerObj.play() }else{ print("player.error==========>>>>>>>>>>\(playerItem.error)") } }
Posted
by fusioni.
Last updated
.