Shai Almog
Shai Almog

Reputation: 52770

Error while sending a build of parse4cn1 application for device

I am experiencing some problems building for iOS (Debug).

Steps to reproduce:

There are no problems running the simulator or building for Android.

Upvotes: 0

Views: 51

Answers (1)

netsuite_insights
netsuite_insights

Reputation: 462

The problem is not the JDK version (so please don't change it in build.xml). I think the actual issue is the 'file not found' error which is caused by stripping out of unused classes/methods by the CN1 build server. In this case, ParsePush is detected as a false positive (because it is actually used in the iOS native code and should not be stripped out).

The problem has been fixed in parse4cn1 version 2.0.1 which is available on github. Please try with that version.

Upvotes: 2

Related Questions