feat: 测试闪退
This commit is contained in:
parent
240601b97b
commit
13aaa9cb6a
1
app.json
1
app.json
@ -10,6 +10,7 @@
|
||||
"newArchEnabled": true,
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"jsEngine": "jsc",
|
||||
"infoPlist": {
|
||||
"NSPhotoLibraryUsageDescription": "允许访问照片库,以便模型使用您照片库中的素材进行视频创作”(例如:上传您参加音乐节的现场图,生成一个音乐节体验Vlog",
|
||||
"NSPhotoLibraryAddUsageDescription": "App需要访问相册来保存图片",
|
||||
|
||||
10
eas.json
10
eas.json
@ -9,7 +9,15 @@
|
||||
"distribution": "internal"
|
||||
},
|
||||
"preview": {
|
||||
"distribution": "internal"
|
||||
"distribution": "internal",
|
||||
"ios": {
|
||||
"buildConfiguration": "Debug", // 👈 关键:使用 Debug 模式
|
||||
"resourceClass": "m1-medium"
|
||||
},
|
||||
"android": {
|
||||
"buildType": "apk", // 或 "app-bundle"
|
||||
"gradleCommand": ":app:assembleDebug" // 使用 Debug 构建
|
||||
}
|
||||
},
|
||||
"production": {
|
||||
"autoIncrement": true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user