Skip to content

Removed ObjC class exports#123

Open
ypopovych wants to merge 1 commit intoMobileNativeFoundation:mainfrom
ypopovych:main
Open

Removed ObjC class exports#123
ypopovych wants to merge 1 commit intoMobileNativeFoundation:mainfrom
ypopovych:main

Conversation

@ypopovych
Copy link

Kronos exports couple of automatically generated ObjC classes because of usage of selectors for timers.

It leads for errors when library is used in the dynamic library and target at the same time and ObjC classes are duplicated.

In this PR I removed usage of @objc at all so there are no ObjC classes generated for the library code.

Signed-off-by: Yehor Popovych <yehor.popovych@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant