YTLiveStreaming icon indicating copy to clipboard operation
YTLiveStreaming copied to clipboard

import Foundation needed in HttpBodyEncoding in Xcode Beta

Open jdmusiq opened this issue 3 years ago • 1 comments

Not sure if this is a thing with XCode Beta or not but when i manually imported the files, I had to add:

import Foundation

to line 8 of HttpBodyEncoding.swift to get my project to build

Here's the errors: Screen Shot 2021-07-08 at 10 56 20 PM Screen Shot 2021-07-08 at 10 56 58 PM

jdmusiq avatar Jul 09 '21 02:07 jdmusiq

Hm. I’ve tried to build the framework on Xcode 13.0 Beta and Xcode 12.5.1 right now. It's building successfully. Try to clean builder folder, reload pods (pod install).

On 9 Jul 2021, at 05:57, JDMusiq @.***> wrote:

Not sure if this is a thing with XCode Beta or not but when i manually imported the files, I had to add:

import Foundation

to line 8 of HttpBodyEncoding.swift to get my project to build

Here's the errors: https://user-images.githubusercontent.com/22249515/125016677-b8a03280-e03f-11eb-9bc9-b6f8c19f623d.png https://user-images.githubusercontent.com/22249515/125016732-cfdf2000-e03f-11eb-913e-e5b6f6da50cd.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SKrotkih/YTLiveStreaming/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVFURKI5RRDU7OEEGTCKTLTWZQRTANCNFSM5AB4VCNA.

SKrotkih avatar Jul 09 '21 04:07 SKrotkih