X
X
Xerby2015-03-02 10:11:07
iOS
Xerby, 2015-03-02 10:11:07

How to fix error in pods headers (iOS, XCode)?

I'm sorry, I'm very far from iOS development, but it turned out that I need to compile an iOS application from source codes. XCode 6.1 throws Expected identifier or '(' error in projectName/Pods/Headers/Public/VK-ios-sdk/VKSdk.h file. The file itself consists of only one line ../../../VK-ios- sdk/sdk/Source/VKSdk.h. It seems to me that this is something like a link file that gives a link to the original header file, but for some reason it does not compile. The developer who gave the source assured that everything works. Active googling did not help .

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
smanioso, 2015-03-02
@smanioso

Symbolic links were broken when transferring sources. Ask the developer to send the sources in a more acceptable archive or manually replace the Vkontakte SDK:
- https://vk.com/dev/ios_sdk
- https://github.com/VKCOM/vk-ios-sdk
UPD: I'm not strong in one-liners, therefore, only in the most extreme case, you can use the following command:
where instead of VKSdk.h, substitute all the files on which it will swear in a similar way.

X
Xerby, 2015-03-02
@Xerby

It turned out that I did not open it. I opened the xproject file, but I needed a workspace file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question