I am using XCode 6.1.1 and upgraded phonegap from 4.2.0 to 5.3.6. After this I started getting this error, while trying to submit to app store.
The app references non-public selectors in Payload/app: setIsInline:
It was working properly when phonegap version was 4.2.0. I have checked the solutions provided here. But still facing error. I tried to find out where this setIsInline
method defined, but could not find any references.
Has anyone faced this issue or any pointers to solve this?