cocos2dx通过arm64编译

"Cast from pointer to smaller type 'int' loses information "
(int)
转变为

*(int*)

在 platform/ios/EAGLVIEW.mm中



在neon_matrix_impl.c中修改

#if defined(__ARM_NEON__)


#if defined(_ARM_ARCH_7)

"__curl_rule_01__  "
下载 Download libcurl for iOS 7.36.0
找到cocos2dx/platform/third_party/ios/
替换 curl/libraries/libcurl.a
替换curl文件夹下的所有.h文件

猜你喜欢

转载自blog.csdn.net/w13770269691/article/details/39892805