Mobile Application Programming
[ios development] Addressing error 1
so8991
2015. 3. 10. 12:41
Error type : file '/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/../lib/clang/6.0/include/module.map' has been modified since the precompiled header '/users/sunoh/library/developer/xcode/deriveddata/modulecache/1m9n77pfkkv7z/uikit-2m4vyledi34v0.pcm' was built .....
==>
1. click the project on the left-hand side => below target => right click=> delete ***test***
2. Go to "Build Setting" => add -DNS_BLOCK_ASSERTIONS=1 for each row..
- Click on your project (Usually on top of your in-Xcode-file-browser - blue Xcode icon).
- Go to
[Your project]under Targets. - Click on the
Build Settings. - Search in the search box for: 'other c flag'. (On mine there were three options - disregard all options except the bold 'Other C Flags.')
- Click on the third colom of 'Other C Flags' and enter: '-DNS_BLOCK_ASSERTIONS=1'