ld: framework not found CleverTapSDK
--
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.
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.
Update your .plist file:
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>
Include a call to notifyApplicationLaunchedWithOptions: when your app delegate is sent the message application:didFinishLaunchingWithOptions: as follows:
[CleverTap notifyApplicationLaunchedWithOptions:launchOptions];
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.