xcode8 - PLManagedAlbumList identifier warning on console -


is there cure this:

warning: dynamic accessors failed find @property implementation 'identifier' entity albumlist while resolving selector 'identifier' on class 'plmanagedalbumlist'. did remember declare @dynamic or @synthesized in @implementation ?

this answer won't since warnings coming apple framework rather own code. i'll go ahead , put here in case other people searching on same warning.

in case getting similar warning own code, puzzling since declaring @property @dynamic. problem while main class added target, auto-generated core data category (e.g. myclass+coredataproperties.m) wasn't. adding target silences warnings.

the code works fine either way, think stricter warning new xcode 8. unfortunately apple fix log spew coming own frameworks.


Comments

Popular posts from this blog

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -