Has anyone seen these errors before? This is from the validation stage of Application Loader.
Problem solved.
Initially, when I was trying to get the default sample App working, it lacked some reference files. So I dragged in the directory with ios, mac, android, etc.
Turns out the mac, android, and pc directories caused the non-public api errors.
Deleted those references, and everything works now.
_ It would be nice if the sample App worked out of the box. _
Problem solved.
Initially, when I was trying to get the default sample App working, it lacked some reference files. So I dragged in the directory with ios, mac, android, etc.
Turns out the mac, android, and pc directories caused the non-public api errors.
Deleted those references, and everything works now.
_ It would be nice if the sample App worked out of the box. _
using os.exit() also creates this error
remove os.exit() command and use UIApplicationExitsOnSuspend=true in build.settings file
using os.exit() also creates this error
remove os.exit() command and use UIApplicationExitsOnSuspend=true in build.settings file