heestand-xyz / PixelKit

Live Graphics in Swift & Metal
MIT License
885 stars 66 forks source link

Unresolved identifier 'ImagePIXUI' #8

Closed mainrs closed 4 years ago

mainrs commented 4 years ago

I've added PixelKit to my Podfile and installed it. Xcode does pick it up and I can import it and use the UIKit related part without problems. However, I can't use SwiftUI related types as those don't get resolved by Xcode.

heestand-xyz commented 4 years ago

Just tested and it works on my end. Could you post some example code? Also make sure to run pod update to get the latest version of the pod.

heestand-xyz commented 4 years ago

@SirWindfield Did you ever get it to build? Let me know if it still dose not work, I can help you get it going!

mainrs commented 4 years ago

Sadly not, no. Running pod update did nothing, which I would guess means that I have the latest version already attached to the project. For some odd reasons it just doesn't compile properly. I went into the folder of the PixelKit dependency and none of the swift related UI component files are present. Which is just weird to me :(

heestand-xyz commented 4 years ago

Hm, ok, if you check your Podfile.lock file, what version of PixelKit are you using?