kewlbear / YoutubeDL

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

Undefined symbol (errors when building) #1

Closed dddd-zdf closed 3 years ago

dddd-zdf commented 3 years ago

I apologize in advance if I asked any stupid questions or offended anyone since this is my first time using Xcode.

image
kewlbear commented 3 years ago

What's the version number of the Xcode you are using?

dddd-zdf commented 3 years ago

What's the version number of the Xcode you are using?

it's 12.2 (12B45b) running on M1 macBook air.

kewlbear commented 3 years ago

Oh, I haven't tested it on M1 yet. I'm waiting for my M1 Mac mini. If you can wait until 23/12, I'll let you know. If you find a solution before me, please file a pull request.

dddd-zdf commented 3 years ago

Oh, I haven't tested it on M1 yet. I'm waiting for my M1 Mac mini. If you can wait until 23/12, I'll let you know. If you find a solution before me, please file a pull request.

sure thing. Thanks for your help!

kewlbear commented 3 years ago

After days of trial and error since delivery of my Apple Silicon Mac mini, I finally updated my packages with M1 versions of precompiled libraries. You should update Swift packages to latest versions and clean build folder first. After that I was able to run this app on M1 with iOS simulator. HTH

dddd-zdf commented 3 years ago

After days of trial and error since delivery of my Apple Silicon Mac mini, I finally updated my packages with M1 versions of precompiled libraries. You should update Swift packages to latest versions and clean build folder first. After that I was able to run this app on M1 with iOS simulator. HTH

I didn't look into it since I've been busy with my final week. Thank you!