kewlbear / YoutubeDL

An iOS app using youtube-dl Python module with PythonKit Swift package
MIT License
210 stars 36 forks source link

Dependencies could not be resolved #11

Open hauptanja opened 1 year ago

hauptanja commented 1 year ago

I cloned this repo, opened Xcode and pressed Run. This is the error i got:

Dependencies could not be resolved because root depends on 'youtubedl-ios' 0.0.2..<1.0.0.
'youtubedl-ios' >= 0.0.2 cannot be used because no versions of 'youtubedl-ios' match the requirement 0.0.3..<1.0.0 and package 'youtubedl-ios' is required using a stable-version but 'youtubedl-ios' depends on an unstable-version package 'ffmpeg-ios'.
aheze commented 1 year ago

Same here 😁

AlexBu commented 1 year ago

I changed the version rules to main branch and the project can be built without error.

jedi2light commented 1 year ago

I changed the version rules to main branch and the project can be built without error.

@AlexBu , I'm a bit newbie into iOS development and just need to get this app working on a real device, so could you please explain how did you do that?

dinhthiet2702 commented 1 year ago
Screen Shot 2023-03-03 at 11 46 01 pm

change brand to main -> worked