2017-12-26 10 views
-1

은 sudo는 이온 코르도바 IOS코르도바는 IOS를 구축하지 - 아카이브 실패 - : 프로필

확인 종속성 코드 서명 오류 구축 일치 팀 : 발견 팀 'N773KY89E6'일치 'com.and56.client'없음 프로필 : 엑스 코드 나오지 않았어을 'N773KY89E6/com.and56.client'와 일치하는 프로비저닝 프로파일을 찾을 수 없습니다. 프로파일을 Xcode의 도킹 항목으로 드래그 앤 드롭하여 설치하거나 대상 편집기의 일반 탭에서 다른 프로파일을 선택하십시오. 코드 서명 오류 : 코드 서명은 SDK '아이폰 OS 11.2'

이 ** ARCHIVE 실패 **

내가 작업 프로비저닝 프로파일이 확신에 제품 유형 '응용 프로그램'이 필요합니다. 《After upgrading to xcode 9, cordova app won't build, error 70, requires provisioning profile》

NPM : 내가 좋아하는 온라인 내가 찾은 몇 가지 솔루션을 시도 4.1.2 코르도바 : 8.0.0 코르도바 - IOS : 4.5.4 엑스 코드 : 9.2

답변

0

빌드. JSON은 다음과 같은 지침

{ 
"ios": { 
    "debug": { 
    "codeSignIdentity": "iPhone Developer", 
    "developmentTeam":"YOURTEAMID", 
    "provisioningProfile": "provisioning profile name or UUID", 
    "packageType": "development" 
    }, 
    "release": { 
    "codeSignIdentity": "iPhone Distribution", 
    "developmentTeam":"YOURTEAMID", 
    "provisioningProfile": "provisioning profile name or UUID", 
    "packageType": "ad-hoc" 
    } 
    } 
} 

and provisioning profile needs to be created and downloaded from apple.developer.com. The profile is specific to the app you are building, and internally has been coded with the applications bundle id. e.g com.company.MyApp. The name to use in your build.json is the literal name of the profile as downloaded from apple without the extension. The name is also contained inside the file is your search for UUID. The UUID is also identified inside the file. When you double click the file it will be installed in the ~/Library/MobileDevice/Provisioning\ Profiles directory, renamed to .mobileprovision

를 수행 할 필요가