Xcode 6 - Unknown type name 'NSString' / Expected identifier or '('

后端 未结 5 789
甜味超标
甜味超标 2021-01-04 12:15

When I am running my project in Xcode 6, I am having many weird errors.

Parse Issue - Unknown type name \'NSString\'
Format argument not an NSString
Could no         


        
5条回答
  •  情歌与酒
    2021-01-04 12:26

    See if the Prefix Header file path is correctly placed under Build Settings tab. See the complete answer at the following link.

    Check this post

提交回复
热议问题