You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add v4.1 via cocoapods to an objective-c project and am running into the following errors:
- Property 'json' not found on object of type 'LotameProfile *'
- Property 'pid' not found on object of type 'LotameProfile *'
- Property 'json' not found on object of type 'LotameAudience *'
- Property 'abbreviation' not found on object of type 'LotameAudience *'
Those properties are not tagged with @objc in their respective class definitions. Is there another way to access those properties from objective-c or can we get an update? Thanks!
The text was updated successfully, but these errors were encountered:
brianwat
changed the title
Obj-c compatibility
Obj-c object property access
Aug 20, 2019
Hi,
I'm trying to add v4.1 via cocoapods to an objective-c project and am running into the following errors:
- Property 'json' not found on object of type 'LotameProfile *'
- Property 'pid' not found on object of type 'LotameProfile *'
- Property 'json' not found on object of type 'LotameAudience *'
- Property 'abbreviation' not found on object of type 'LotameAudience *'
Those properties are not tagged with @objc in their respective class definitions. Is there another way to access those properties from objective-c or can we get an update? Thanks!
The text was updated successfully, but these errors were encountered: