1、Building fixups: pointer not aligned at _dbl_lnds_data_TileDataRespMsg_fields+0x32 from /Users/songlonglong/Desktop/capolhelper4.15.0/SDK/Libs/MAMapKit.framework/MAMapKit[arm64]2
2、Linker command failed with exit code 1 (use -v to see invocation)
1、Building fixups: pointer not aligned at _dbl_lnds_data_TileDataRespMsg_fields+0x32 from /Users/songlonglong/Desktop/capolhelper4.15.0/SDK/Libs/MAMapKit.framework/MAMapKit[arm64]2
2、Linker command failed with exit code 1 (use -v to see invocation)
Xcode 16 报
Pointer not aligned in '_landmark_data_LandmarkTileRequest_fields'+0x15 (/userpath/app/example/ios/Pods/AMap3DMap/MAMapKit.framework/MAMapKit[arm64]2)
other linker flags 添加-ld64
报错
ld: unaligned pointer(s) for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
podfile 添加
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
pod 'AMap3DMap', '~> 10.0.600'
后通过
有缘人看到可以试试
9***@qq.com
有缘人在此 测试失败
2025-07-15 18:01
s***@163.com
有缘人 测试成功。
2025-07-19 14:54
用户2871870
AMap3DMap使用10.1.3即使添加了config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'也不行,改成10.0.600后测试成功。谢谢楼主
2025-08-15 16:39