Reputation: 52770
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
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