cocos2d - x 2. x 2.26 으로 업그레이드 해 야 appstore 에서 64bit 지원 에 대한 검증 을 통과 할 수 있 습 니 다.
참고 로 32bit 랑 64bit 가 달라 요.
Integer data type
ILP32 size
ILP32 alignment
LP64 size
LP64 alignment
char
1 byte
1 byte
1 byte
1 byte
BOOL
, bool
1 byte
1 byte
1 byte
1 byte
short
2 bytes
2 bytes
2 bytes
2 bytes
int
4 bytes
4 bytes
4 bytes
4 bytes
long
4 bytes
4 bytes
8 bytes
8 bytes
long long
8 bytes
4 bytes
8 bytes
8 bytes
pointer
4 bytes
4 bytes
8 bytes
8 bytes
size_t
4 bytes
4 bytes
8 bytes
8 bytes
time_t
4 bytes
4 bytes
8 bytes
8 bytes
NSInteger
4 bytes
4 bytes
8 bytes
8 bytes
CFIndex
4 bytes
4 bytes
8 bytes
8 bytes
fpos_t
8 bytes
4 bytes
8 bytes
8 bytes
off_t
8 bytes
4 bytes
8 bytes
8 bytes
Floating-point type
ILP32 size
LP64 size
float
4 bytes
4 bytes
double
8 bytes
8 bytes
CGFloat
4 bytes
8 bytes
프로젝트 가 2.26 버 전 이하 로 사용 되 고 있다 면 이 글 을 참고 하여 수 동 업그레이드 로 2.26 을 지원 할 수 있 습 니 다.
http://blog.csdn.net/forza2121/article/details/43280847
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Notepad++ NppAStyle Tool 64 bit더 읽 기 notepad + 에서 자바 코드 를 포맷 할 때 NppASTylec 플러그 인 을 설치 해 야 합 니 다. 대부분 32 bits 버 전 만 제공 합 니 다. 아래 첨부 파일 은 32 비트, 64w 비트,...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.