Gopinath Manickam
Gopinath Manickam

Reputation: 247

Cocoapod path reference error

I have newly added cocoapods into my application, now getting “parser error” while compiling the code in client machine, But the same source code working fine in my system (without any changes). Please find below error along with screen shot.

../../../FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.h

enter image description here

And also i have added this tag ($(inherited) - > non-recursive) into below paths in Target -> Build settings.

Header Search Path, Framework Search path, Library Search Path.

i hope this is cocoapods path reference issue, Please any one help me out of this issue.

Note: Have sent file to client as a .zip.

Upvotes: 0

Views: 64

Answers (1)

Gopinath Manickam
Gopinath Manickam

Reputation: 247

Finally i came up with answer, I have sent source file to client end(other systems) as a .tar.gz format instead of .zip file.

This is solved my issue.Hope it will help for some one in the future.....

enter image description here

Upvotes: 1

Related Questions