0

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?

Community
  • 1
  • 1
Saravanan S
  • 1,021
  • 1
  • 10
  • 24

1 Answers1

0

It started working after these: - removed all plugins and added again - downgraded google analytics plugin (https://github.com/danwilson/google-analytics-plugin) to version 0.6.1

I was using Xcode 6.1

Saravanan S
  • 1,021
  • 1
  • 10
  • 24