- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Intel XDK 1826 i'm still able to build Android version but iOS fails every time.
When i go to plugins and unselect MEDIA plugin i'm able to build iOS
Media plugin (after i clicked "reset to defualt..." it shows ver 0.2.15), when i click on little info icon it takes me to 404 page
https://github.com/apache/cordova-plugin-media/blob/master/doc/index.md
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Are you using Cordova build or Legacy build? Can you provide the error log?
If you are using Legacy build, highly encourage you to use Cordova Build as Legacy build is going to be deprecated soon.
Regarding the broken info link, I have reported the bug. You can remove the index.md in the link and you will be able see the plugin page.
Swati
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
What other plugins do you have selected? Git changed the index.md files. We are aware of the issue and it will be updated in the next release of the XDK. Please post the build log file.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
There error indicates that the certificate and provisioning profile are not associated correctly.
This error occurs when the provisioning profile was created with a different certificate then the one that was configured in the XDK. During the build, when the provisioning profile is processed and the application needs to be signed, the certificate specified in the provisioning profile cannot be found.
To fix this, regenerate the provisioning profile and associate it with the correct certificate. If you have multiple distribution certificates and you aren't sure which one you have configured in the XDK, it may take a few tries. Alternatively, you can recreate the certificate (upload it via the XDK) and provisioning profile.
Eric
