I am also facing the same issue with xcode 14.3, Any resolution must be appreciated.
Does it require any changes to the pre-build script?
Post
Replies
Boosts
Views
Activity
Kindly help how to fixed this issue while releasing new version of framework to Cocoapod.
EnablexWebRTC (1.0.2)
- ERROR | [iOS] unknown: Encountered an unknown error ([!] /usr/bin/curl -f -L -o /var/folders/mv/vjq48h6s349c4scqf3_9r89r0000gn/T/d20230509-5698-9vakf9/file.zip https://www.enablex.io/httpdocs/developer/wp-content/uploads/EnablexWebRTC_1.0.2.zip --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.12.1 cocoapods-downloader/1.6.3'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 404
) during validation.
Analyzed 1 podspec.
[!] The spec did not pass validation, due to 1 error.
This is my new version of library - EnablexWebRTC
I need to upload another version and facing this above issue.
Hi,
I am still does not got any way to resolve this wrong name issue showing over app.
Kindly suggest me the changes to fixed this.
Any Suggestion, Where is the issue. My framework working perfect in application , but when I am importing same in broadcast extension "SampleHandler" its giving error - "Could not build Objective-C module 'EnxRTCiOS'", I have also try with "BroadcastExtension-Bridging-Header.h" but no luck.
Any suggestion please.
Also when I am start broadcast through below code:-
let broadCast = RPSystemBroadcastPickerView(frame: CGRect(x: 20, y: 40, width: 51, height: 51))
broadCast.preferredExtension = "Bundle Identifier for Broadcast Target"
broadCast.isHidden = true
broadCast.showsMicrophoneButton = false
let buttonPress = NSSelectorFromString("buttonPressed:")
if broadCast.responds(to: buttonPress) {
broadCast.perform(buttonPress, with: nil)
}
self.view.addSubview(broadCast)
self.view.bringSubviewToFront(broadCast)
broadCast.center = self.view.center
I can see broadcast picker start broadcasting my iPhone screen, but i am not getting any event inside "RPBroadcastSampleHandler"
How do I get "CMSampleBuffer" from "RPBroadcastSampleHandler" to my application.
Any suggestion please.