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'
后通过
有缘人看到可以试试
2***@qq.com
请问后来解决了吗
2024-10-25 12:30