1、真机调试运行成功闪退
发现运行没问题,连xcode会闪退,经排查是高德地图初始化引起.
self.gdlocationManager = [[AMapLocationManager alloc]init];
解决方法
高德官网更新SDK最新可以解决问题
2、xcode12编译真机可以运行,模拟器报错如下
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=arm64 armv7).
解决方法
找到Build Settings-VALID_ARCHS在里面添加 x86_64