Btw any AppCode users here? Why is SPM grayed out?
# ios
u
Btw any AppCode users here? Why is SPM grayed out?
n
AppCode isn't recognizing your project as an SPM project. Close AppCode, delete the .idea folder (backup any files you need) and reopen the Package.swift file.
u
hm, what do you mean recognizing, I was trying to add a first SPM dependency. Do I need to create some manifest saying this wants to use SPM first?