Cordova ios 開發問題處理

問題 Cordova/CDVViewController.h file not found.
This issues seems to appear in Xcode 7.2 due to search path/include.
Solve this in following way:
1)Select your in Xcode “TARGETS”.
2) Go to “Build Settings” tab.
3) Search “Header Search Paths”
4) Double click and add this path: $(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include
5) Now clean the Project, restart the Xcode.
6) Able to make the “Build”, and “Archive”.

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *