- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
I'm having problem while building the app. I uploaded the distribution certificate and downloaded the provisioning files but still facing the problem with the build.
An error occurred while building the application. Verify your build assets are correct and try again.
Build Log:
Building a Cordova 5.1.1 application.
The application name is "-----------"
The package name is " -----------------"
This is what I'm getting while build.
Please help.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Have you tried building one of the sample apps? For example, the "blank cordova app" or "hello cordova" app?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Please try to build the "Hello, Cordova" sample app on iOS and Android, to confirm that your build credentials are good, etc. This can help to narrow down the problem.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
@Sudeep, Is that all you are getting for your build log? Can you post a screenshot if possible?
And if the build log is really as short as you say it is, there is no other way to help resolve the issue unless you can send us the source code through private msg.
I would also check your plugins. I noticed that the verify your build assets issue happens most when plugins related.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
@Paul, this is what I'm getting when I tried building the sample IOS app but the build is successful in android. I think, missing of provisioning file is the result of the error.
- Building a Cordova 5.1.1 application.
- The application name is "SamepleAPP"
- The package name is "com.intel.xdk.hellocordova"
- Will use the provisioning profile for "adhoc"
- Warning: No provisioning profile found.
- Error: Provisioning profile is missing from the configuration file.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Yes, you need to provide that file for the build, cannot build without it. We don't provide that with the samples because they are unique to each developer. So you'll need to create a provisioning file for the sample app (easiest way is to create a "wildcard" provisioning file, where you set the App ID in the provisioning file to *).
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
In your apple developer account, where you create the provisioning file. You have to specify an app id for provisioning file, just specify * for the App ID in that provisioning file. You can't use it to publish an app, but you can use it for an ad-hoc build for testing.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
@Paul,
Somewhere I read and changed the bundle ID to a name with only characters and (.) dots. Now, I got new error. Please check.
- Building a Cordova 5.1.1 application.
- The application name is "KeepMeIn!"
- The package name is "com.naaminc.keepmein"
- Will use the provisioning profile for "adhoc"
- No plugins were found in the intelxdk.config.xml file.
- Targeting iOS version 5.1.1.
- An unexpected error occured while attempting to build the application.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The appID you used to create your mobile provisioning profile (apples developer portal) does not match what you entered in the XDK project settings.
Provisioning profile - com.naaminc.Keep-Me-In
You entered in the XDK - com.naaminc.keepmein
These must match for the build to work. You might have other issues, but this is the first one I noticed.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I still getting the same error. Please check.
- Building a Cordova 5.1.1 application.
- The application name is "KeepMeIn!"
- The package name is "com.naaminc.keepmein"
- Will use the provisioning profile for "adhoc"
- No plugins were found in the intelxdk.config.xml file.
- Targeting iOS version 5.1.1.
- An unexpected error occured while attempting to build the application.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Now, I'm getting error while uploading on the app store."Invalid code signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported in iOS. Specifically, value '*' for key 'com.apple.developer.associated-domains' in Payload/KeepMeIn!.app/KeepMeIn!' is not supported."
I'm not sure what it is. Please help.