build for iOS (provisionprofile, codesignidentity)

A Adel Sari 3 years ago
0 1 0

Hi,
i am building a test for RMS 4.1 support on RhoHub,
i've created a rhomobile app in RMS 4.1.1, upload it to Rhohub, now when i try to build it choosing iOS(Development) and Rhodes Git revision 4.0.9, it fails.
in build.yml what information should i provide in provisionprofile, codesignidentity ?

the log is attached
my build.yml is
#sdk: "C:/MotorolaRhoMobileSuite4.1.1/ruby/lib/ruby/gems/1.9.1/gems/rhodes-4.1.1"
sdkversion: "4.1.0"
name: "TestRMS4.1.1"
version: 1.0
vendor: "rhomobile"
build: "debug"
applog: "rholog.txt"
iphone:
  configuration: "Release"
  sdk: "iphonesimulator7.0"
  provisionprofile:
  codesignidentity: "iPhone Developer"
  entitlements:
  BundleIdentifier: "com.rhomobile.testrms411"
  BundleURLScheme: "testrms411"
wp8:
  productid: "5dcbdc61-df8d-0131-4a8d-0000600fe800"
android:
  manifest_template: "AndroidManifest.erb"
  version: "2.3.3"
wm:
#sdk: "MC3000c50b (ARMV4I)"
#sdk: "Windows Mobile 6.5.3 Professional DTK (ARMV4I)"
extensions:
  - rhoconnect-client

Any suggestion is welcomed, thanks.

Please register or login to post a reply

1 Replies

M Michael Toews

Your Error:
Check dependencies
Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “7CB9AC64-265D-41C4-982B-75005FB17B99”, however, no such provisioning profile was found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.1'

You need to add your provision profile to your build.yml and make sure that the entry for codesignidentity is correct.

CONTACT
Can’t find what you’re looking for?