0
"_OBJC_CLASS_$_CustomerNameViewController", referenced from:
objc-class-ref-to-CustomerNameViewController in Kunden.o
我得到這個錯誤連我都在「Kunden.h」鏈接錯誤類進口
已經導入「CustomerViewController.h」的頭文件幫幫我!
"_OBJC_CLASS_$_CustomerNameViewController", referenced from:
objc-class-ref-to-CustomerNameViewController in Kunden.o
我得到這個錯誤連我都在「Kunden.h」鏈接錯誤類進口
已經導入「CustomerViewController.h」的頭文件幫幫我!
確保將CustomerNameViewController.m
(實施文件的CustomerNameViewController類)添加到您正在構建的目標。
謝謝弗拉基米爾!現在正在工作。 –
你應該接受答案然後Khalid.Its對你有好處的人誰回答你。 – mAc