problem with xcode
giacomopoppi
Member, PRO Posts: 914
ive been working for hours and hours on a problem i have with xcode:
when i try to build it (with device 3.0/debug) i get:
"___save_vfp_d8_d15_regs", referenced from:
"___switch8", referenced from:
"___switch16", referenced from:
"___switch32", referenced from:
"___restore_vfp_d8_d15_regs", referenced from:
"___switchu8", referenced from:
and when i try to release or distribute i get:
Command /usr/bin/codesign failed with exit code 1
any help is accepted
ive installed provisioning files correctly and everything.
when i try to build it (with device 3.0/debug) i get:
"___save_vfp_d8_d15_regs", referenced from:
"___switch8", referenced from:
"___switch16", referenced from:
"___switch32", referenced from:
"___restore_vfp_d8_d15_regs", referenced from:
"___switchu8", referenced from:
and when i try to release or distribute i get:
Command /usr/bin/codesign failed with exit code 1
any help is accepted
ive installed provisioning files correctly and everything.
Comments
* You need to add the "com.mycompany" part to "Bundle Identifier" in the *info.plist:
com.mycompany.${PRODUCT_NAME:rfc1034identifier}
* Make sure you have both certificates installed from apples developer site. The certificates need to be in the login keychain (not the system keychain).
* Make sure you are set to "release" mode.
* Make sure the provisioning profile is installed on your phone (in organizer section of xcode).
* Make sure to select to provisioning file for the game under "Project" -> "Edit Project Settings" -> "Code Signing Identity"