Xcode 11.3.1 Не удалось загрузить Info.plist из комплекта по пути - PullRequest
0 голосов
/ 28 января 2020

У меня есть проект React Native, который перестает работать после обновления Xcode до версии 11.3.1. Ошибка следующая

Could not install at this time.
Failed to load Info.plist from bundle at path /Users/dmytro/Library/Developer/CoreSimulator/Devices/F0BD5650-04A4-4534-B3F6-56B74ED1B0C2/data/Library/Caches/com.apple.mobile.installd.staging/temp.aRWRdh/extracted/Target.app/Frameworks/RCTVibration.framework; Extra info about plist: ACL=<not found

enter image description here

и подробности

Details

This app could not be installed at this time.
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Could not install at this time.
Recovery Suggestion: Failed to load Info.plist from bundle at path /Users/dmytro/Library/Developer/CoreSimulator/Devices/F0BD5650-04A4-4534-B3F6-56B74ED1B0C2/data/Library/Caches/com.apple.mobile.installd.staging/temp.aRWRdh/extracted/Target.app/Frameworks/RCTVibration.framework; Extra info about plist: ACL=<not found> 
--
Failed to load Info.plist from bundle at path /Users/dmytro/Library/Developer/CoreSimulator/Devices/F0BD5650-04A4-4534-B3F6-56B74ED1B0C2/data/Library/Caches/com.apple.mobile.installd.staging/temp.aRWRdh/extracted/Target.app/Frameworks/RCTVibration.framework; Extra info about plist: ACL=<not found> 
Domain: MIInstallerErrorDomain
Code: 35
User Info: {
    FunctionName = "-[MIBundle _validateWithError:]";
    LegacyErrorString = PackageInspectionFailed;
    SourceFileLine = 128;
}
--

enter image description here

Ответы [ 2 ]

3 голосов
/ 28 января 2020

Решением для меня было удалить use_frameworks! из Podfile.

Не забудьте pod install, очистить производные данные и Erase All Content And Settings на вашем симуляторе.

0 голосов
/ 28 января 2020

Go до YourTarget> Build Settings> Packaging> Info.plist File и проверьте здесь путь к вашему .plist файлу.

Также было бы полезно очистить папку derived data и заново собрать проект.

...