테스트 장치에 OTA를 설치하지 못하는 이유를 이해할 수 없습니다.iOS 앱 OTA 설치가 도메인 = MIInstallerErrorDomain 코드 = 11과 함께 실패 함. 번들이 없거나 유효하지 않습니다. CFBundleExecutable
내 프로젝트는 순수 Swift입니다. Carthage를 통해 추가 된 Swift 프레임 워크 (Alamofire)는 하나뿐입니다 (또한 제거하고 동일한 설치 결과로 앱을 다시 작성하려고했습니다).
Xcode 8.2.1을 사용하여 macOS 10.12.3을 구축하고 있습니다. 배포 대상은 iOS 10.0입니다.
나는 그때 IPA 파일 을받을 때 매니페스트 파일을 만들기 위해 iOS 앱에 대한 BetaBuilder를 사용하는 등, 나는 내 웹 서버에 BetaBuilder에서 제공하는 모든 파일을 업로드, 특별 배포를 위해 수출, 응용 프로그램을 보관. 유효한 도메인과 올바른 comodo ssl 인증서가 있습니다. 내 웹 페이지로 이동하여 BetaBuilder에서 생성 한 표준 페이지를 가져 와서 설치 링크를 누르고 iOS 알림을 받으면 앱을 설치하고 "설치"를 누른 다음 아무 것도 나타나지 않는지 묻습니다.
저는이 방법으로 앱의 이전 빌드를 성공적으로 배포했습니다.
iPhone itunesstored(AppStoreDaemon)[95] <Info>: [<private>]: We have the entitlement: com.apple.appstored.private result: 1
iPhone MobileSafari(UIKit)[215] <Notice>: app did become active
iPhone appstored[126] <Info>: [<private>]: We have the entitlement: com.apple.appstored.private for pid: 95 result: 1
iPhone appstored[126] <Info>: [<private>]: Installing manifest: <private> for client: <private>
iPhone appstored[126] <Error>: [<private>]: Imported download: 2976036528959945147 for bundle: my.bundle.id
iPhone appstored[126] <Info>: [<private>]: Starting job 2976036528959945147
iPhone appstored[126] <Notice>: [<private>]: Adding download(s): <private>
iPhone appstored[126] <Info>: [<private>]: Preparing download: 2976036528959945147/<private>
iPhone appstored[126] <Info>: [<private>]: Using media asset: -2790838922200582333, for download: 2976036528959945147/<private>, is local cache: 0, URL: <private>
iPhone appstored[126] <Info>: [<private>]: Running HEAD operation to get size for asset: -2790838922200582333 for download: 2976036528959945147/<private>
iPhone appstored[126] <Info>: [<private>]: Loading thumbnail from URL: <private>
iPhone appstored(appstored)[126] <Notice>: TIC TCP Conn Start - connection logs
iPhone mDNSResponder[101] dns resolving logs
iPhone itunesstored(iTunesStore)[95] <Notice>: Could not load library [21]
iPhone appstored(libsystem_network.dylib)[126] <Info>: nw_endpoint_resolver_update - connection and downloading logs
iPhone appstored[126] <Info>: [<private>]: Back with icon data for download: 2976036528959945147/<private>
iPhone appstored[126] <Info>: [<private>]: Updating placeholder icon for download: 2976036528959945147/<private>
iPhone appstored[126] <Info>: [<private>]: Installing icon for <private>
iPhone appstored[126] <Info>: [<private>]: Generated Info.plist for app placeholder: <private>
iPhone appstored(MobileInstallation)[126] <Notice>: <private>:InstallPlaceholder:1:Success:<private>
iPhone installd(MobileSystemServices)[40] <Notice>: 0x1926a000 -[MIClientConnection _doInstallationForURL:withOptions:completion:]: Install of "/var/mobile/Library/Caches/com.apple.appstored/2976036528959945147.app" type Placeholder (LSInstallType = 1) requested by appstored (pid 126)
iPhone installd(MobileSystemServices)[40] <Notice>: 0x1926a000 -[MIInstaller _extractPackageWithError:]: Incoming install at /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.wPzZXY/6528959945147.app had class 3; changing to class 4
iPhone installd(MobileSystemServices)[40] <Notice>: 0x1926a000 -[MIExecutableBundle _validateWithError:]: 81: Bundle at path /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.wPzZXY/6528959945147.app has missing or invalid CFBundleExecutable in its Info.plist
iPhone installd(MobileSystemServices)[40] <Notice>: 0x1926a000 -[MIInstaller _bundlesAtURL:error:]: Failed to create bundle for file:///private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.wPzZXY/6528959945147.app/ : Error Domain=MIInstallerErrorDomain Code=11 "Bundle at path /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.wPzZXY/extracted/2976036528959945147.app has missing or invalid le in its Info.plist" UserInfo={LegacyErrorString=MissingBundleExecutable, FunctionName=-[MIExecutableBundle _validateWithError:], NSLocalizedDescription=Bundle at path /private/var/installd/Library/Caches/.installd.staging/temp.wPzZXY/extracted/2976036528959945147.app has missing or invalid CFBundleExecutable in its Info.plist, SourceFileLine=81}
iPhone appstored(MobileInstallation)[126] <Notice>: <private>:InstallPlaceholder:2:Fail:<private>
iPhone SpringBoard(MobileCoreServices)[48] <Error>: LaunchServices observer: Apps Failed be installed: <private>
이미 더블 체크 한을 나는의 Info.plist과 번들에 CFBundleExecutable 이름을 수행 I 장치에서 얻을
로그는 (I 불필요한 정보를 삭제 한)입니다. 내 로컬 장치에서 앱을 빌드하고 실행할 수 있습니다. 올바른 프로비저닝 프로파일을 사용하여 빌드 중이라는 것도 확인했습니다. 어떤 성공하지 "비트 코드에서 재 구축"의 체크 표시를 확인
Has missing or invalid CFBundleExecutable in its Info.plist
CFBundleExecutable missing or invalid
가 첫 번째 당으로 내가하지 않도록 노력했다 :
내 관련 대답없는 질문은 몇 가지가 있습니다 .
어떤 도움을 주셔서 감사합니다.