framework not found CleverTapSDK

164 views
Skip to first unread message

chandan...@gmail.com

unread,
Sep 24, 2015, 4:29:40 AM9/24/15
to WizRocket support
I have added the cleverTapSDK framework in the Build phases->Link Binary and Libraries. I have also added the other frameworks as well. When I try to build the product I get the error as: 


ld: framework not found CleverTapSDK

clang: error: linker command failed with exit code 1 (use -v to see invocation)

I followed the documentation given here: https://github.com/CleverTap/clevertap-ios-sdk.

I'm not sure on what is the problem for this Please help. 

Sumitra Narayanan

unread,
Sep 24, 2015, 12:46:54 PM9/24/15
to chandan...@gmail.com, WizRocket support
Hi,

Could we have some more information on your error? It would be great if you shared the full error message with us, and we'll go from there to debug your issue.

Thanks,
Support

--
You received this message because you are subscribed to the Google Groups "WizRocket support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wizrocket+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wizrocket/843e8e44-dab4-4747-9fa8-d40edd275e13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Sumitra | CleverTap

chandan chandan

unread,
Sep 25, 2015, 3:11:25 AM9/25/15
to WizRocket support

Hello,


I resolved this issue. The Clevertap framework must be copied on the project folder. I did not copy it on the project folder I was directly adding from the downloads folder on the Xcode Build phases->Link Binary and Libraries Section.


I'm now facing one more issue now When I open the app on the iphone 6 which has ios 9.0 version OS. On the clevertap dashboard It shows 0 for ios on the User by Platform section. I also added the clevertap accountID and token and checked it twice. Refer to the below mentioned image:



 


Can Clevertap take the User events from iphone simulators?. Please Help. 

Sumitra Narayanan

unread,
Sep 25, 2015, 12:28:52 PM9/25/15
to Chandan B, WizRocket support
Hi Chandan,

Glad you figured out your earlier issue! Here is a link that might help for your current issue: https://support.clevertap.com/integration/ios-sdk/

Did you make sure to follow these steps from the above link?

Add Your CleverTap Account Credentials

Update your .plist file:

  • Create a key called CleverTapAccountID with a string value
  • Create a key called CleverTapToken with a string value
  • Insert the Account ID and Token values from your CleverTap Dashboard -> Settings -> Integration -> Account ID, SDKs.

Integrate the Library

Add the CleverTap.h header

In every class where you’d like to record user actions, as well as your AppDelegate, import the CleverTap.h header file:

#import <CleverTapSDK/CleverTap.h>

Notify CleverTap that your app has finished launching

Include a call to notifyApplicationLaunchedWithOptions: when your app delegate is sent the message application:didFinishLaunchingWithOptions: as follows:

[CleverTap notifyApplicationLaunchedWithOptions:launchOptions];
Only if you notify CleverTap that your app has finished launching will an 'App Launched' event be raised and you will see an iOS user appear on your Dashboard. It shouldn't matter that you are using an iPhone simulator.

Please let me know if you have any more issues!

Thanks,
Support

On Fri, Sep 25, 2015 at 2:33 AM, Chandan B <chan...@3esofttech.com> wrote:
Hello,

I resolved this issue. The Clevertap framework must be copied on the project folder. I did not copy it on the project folder I was directly adding from the downloads folder on the Xcode Build phases->Link Binary and Libraries Section.

I'm now facing one more issue now When I open the app on the iphone 6 which has ios 9.0 version OS. On the clevertap dashboard It shows 0 for ios on the User by Platform section. Refer to the below mentioned image:

 

Can Clevertap take the User events from iphone simulators?. Please Help. 




Thanks & Regards,
Chandan B
3E Software Solutions
eXperts in eLearning & eCommerce

Reply all
Reply to author
Forward
0 new messages