2018年10月24日

Cordova 建立 iOS 和 Android 的專案時,一開始可能遇到的問題處理


iOS


當部置到 iOS 實體裝置時,會出現 The executable was signed with invalid entitlements.

你需檢查您的 https://developer.apple.com


Identifiers >> App IDs 是否建立


以及
Provisioning Profiles >> Development
Provisioning Profiles >> Distribution
是否建立,憑證是否下找並執行

Android

出現 Could not find intellij-core.jar



修改 CordovaLib > build.gradle
repositories {


  maven {
      url "https://maven.google.com"
  }
  jcenter()   //搬移 jcenter()
  google()
}
執行 Build > Make Project
於 CordovaLib > build.gradle 執行 Try Again

沒有留言:

張貼留言