문제

I'm trying to submit my app to the AppStore but I'm getting this msg:

Your app contains non-public API usage. Please review the erros, correct them, and resubmit your application.

The app contais or inherits from non-public classes in Payload/iPark.app/City-6AEFBE8F8D9CC569.o: City

I only use google Maps api

도움이 되었습니까?

해결책

They're saying you have a class called City and it conflicts with the name of one of Apple's private classes. Right click on City in City.h and select refactor and prefix the name with your initials. For example, I would name mine JLCity.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top