0
我想在我的swift項目中使用SimplePing
。當我試圖做到這一點時(來自example的第二個快速答案),我得到了這個錯誤Use of undeclared type "SimplePing"
和Use of undeclared type "SimplePingDelegate"
。我沒有找到SimplePing的pod,並且它在iOS中默認情況下不存在。使用未聲明的類型「SimplePing」
我該如何導入它?
您需要添加SimplePing.h和SimplePing.m文件來使用這些。 –
我是否需要下載它並將其添加到我的swift應用程序中?如果是的確切的地方,我把它們(包) –
只需將這些文件拖放到您的項目 –