Re: [MonoTouch] Error: No installed provisioning profiles match.

2012-10-12 Thread Nic Wise
you need to make one in the developer portal, then use the same
instructions to get them down into xcode

 In addition to the couple of extra certificates (on the apple
 developer provisioning site:

 https://developer.apple.com/ios/manage/overview/index.action

 (login first), under Certificates - Development)x

 you can also (in xcode) open the organiser (window - Organiser) and
 if you go into provisioning, and hit the refresh button, it'll ask for
 your login (apple developer id), and download most of what you need -
 team profile, any app-specific certs etc. Also handy if you change a
 profile or update anything in the dev provisioning area.




On Thu, Oct 11, 2012 at 6:01 PM, Kris Bloom k...@ev3d.net wrote:
 I just figured out something.. if i set the build to Ad-Hoc | iPhone i get
 this error. It works done when i choose Debug | iPhone. So i had the wrong
 thing selected. But now, how do i get provisioning for ad-hoc? So i can use
 test Flight?


 Thanks,

 Kris Bloom
 
 Extreme Velocity 3D
 www.ExtremeVelocity3d.com



 On Oct 11, 2012, at 10:11 AM, Nic Wise n...@fastchicken.co.nz wrote:

 In addition to the couple of extra certificates (on the apple
 developer provisioning site:

 https://developer.apple.com/ios/manage/overview/index.action

 (login first), under Certificates - Development)x

 you can also (in xcode) open the organiser (window - Organiser) and
 if you go into provisioning, and hit the refresh button, it'll ask for
 your login (apple developer id), and download most of what you need -
 team profile, any app-specific certs etc. Also handy if you change a
 profile or update anything in the dev provisioning area.

 On Thu, Oct 11, 2012 at 4:40 PM, Jeff Stedfast j...@xamarin.com wrote:

 Hi Kris,

 It sounds like you probably haven't installed the Apple Mobile Provisioning
 profile. To do this, you'll need to log in to Apple's developer site and go
 to the iOS Provisioning Portal and create a provisioning profile for your
 app/company and then download/install it (if I recall correctly, just open
 the downloaded *.mobileprovision file and it will get installed).

 Hope that helps,

 Jeff


 On Thu, Oct 11, 2012 at 11:34 AM, Kris Bloom k...@ev3d.net wrote:


 Is it possible to make this process any harder? good heavens.. i just
 signed up with Apple developer and paid the $100. Now i am trying to test my
 app on my phone and I have done everything apple says to do an i seem to be
 missing something.. i am getting this error

 Error: No installed provisioning profiles match the installed iPhone code
 signing keys. (StreetSource)


 Thanks,

 Kris Bloom
 
 Extreme Velocity 3D
 www.ExtremeVelocity3d.com


 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch




 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch




 --
 Nic Wise
 t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
 b. http://www.fastchicken.co.nz/

 mobileAgent (for FreeAgent): get your accounts in your pocket.
 http://goo.gl/IuBU
 Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
 Earnest: Self-employed? Track your business expenses and income.
 http://earnestapp.com
 Nearest Bus: find when the next bus is coming to your stop.
 http://goo.gl/Vcz1p
 London Bike App: Find the nearest Boris Bike, and get riding!
 http://goo.gl/Icp2



 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch




-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


[MonoTouch] Error: No installed provisioning profiles match.

2012-10-11 Thread Kris Bloom
Is it possible to make this process any harder? good heavens.. i just signed up 
with Apple developer and paid the $100. Now i am trying to test my app on my 
phone and I have done everything apple says to do an i seem to be missing 
something.. i am getting this error 

Error: No installed provisioning profiles match the installed iPhone code 
signing keys. (StreetSource)


Thanks,

Kris Bloom

Extreme Velocity 3D
www.ExtremeVelocity3d.com


___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


Re: [MonoTouch] Error: No installed provisioning profiles match.

2012-10-11 Thread Jeff Stedfast
Hi Kris,

It sounds like you probably haven't installed the Apple Mobile Provisioning
profile. To do this, you'll need to log in to Apple's developer site and go
to the iOS Provisioning Portal and create a provisioning profile for your
app/company and then download/install it (if I recall correctly, just open
the downloaded *.mobileprovision file and it will get installed).

Hope that helps,

Jeff

On Thu, Oct 11, 2012 at 11:34 AM, Kris Bloom k...@ev3d.net wrote:

 Is it possible to make this process any harder? good heavens.. i just
 signed up with Apple developer and paid the $100. Now i am trying to test
 my app on my phone and I have done everything apple says to do an i seem to
 be missing something.. i am getting this error

 Error: No installed provisioning profiles match the installed iPhone code
 signing keys. (StreetSource)


 Thanks,

 Kris Bloom
 
 Extreme Velocity 3D
 www.ExtremeVelocity3d.com


 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch

___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


Re: [MonoTouch] Error: No installed provisioning profiles match.

2012-10-11 Thread Nic Wise
In addition to the couple of extra certificates (on the apple
developer provisioning site:

https://developer.apple.com/ios/manage/overview/index.action

(login first), under Certificates - Development)x

you can also (in xcode) open the organiser (window - Organiser) and
if you go into provisioning, and hit the refresh button, it'll ask for
your login (apple developer id), and download most of what you need -
team profile, any app-specific certs etc. Also handy if you change a
profile or update anything in the dev provisioning area.

On Thu, Oct 11, 2012 at 4:40 PM, Jeff Stedfast j...@xamarin.com wrote:
 Hi Kris,

 It sounds like you probably haven't installed the Apple Mobile Provisioning
 profile. To do this, you'll need to log in to Apple's developer site and go
 to the iOS Provisioning Portal and create a provisioning profile for your
 app/company and then download/install it (if I recall correctly, just open
 the downloaded *.mobileprovision file and it will get installed).

 Hope that helps,

 Jeff


 On Thu, Oct 11, 2012 at 11:34 AM, Kris Bloom k...@ev3d.net wrote:

 Is it possible to make this process any harder? good heavens.. i just
 signed up with Apple developer and paid the $100. Now i am trying to test my
 app on my phone and I have done everything apple says to do an i seem to be
 missing something.. i am getting this error

 Error: No installed provisioning profiles match the installed iPhone code
 signing keys. (StreetSource)


 Thanks,

 Kris Bloom
 
 Extreme Velocity 3D
 www.ExtremeVelocity3d.com


 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch



 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch




-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


Re: [MonoTouch] Error: No installed provisioning profiles match.

2012-10-11 Thread Kris Bloom
I just figured out something.. if i set the build to Ad-Hoc | iPhone i get 
this error. It works done when i choose Debug | iPhone. So i had the wrong 
thing selected. But now, how do i get provisioning for ad-hoc? So i can use 
test Flight?

Thanks,

Kris Bloom

Extreme Velocity 3D
www.ExtremeVelocity3d.com



On Oct 11, 2012, at 10:11 AM, Nic Wise n...@fastchicken.co.nz wrote:

 In addition to the couple of extra certificates (on the apple
 developer provisioning site:
 
 https://developer.apple.com/ios/manage/overview/index.action
 
 (login first), under Certificates - Development)x
 
 you can also (in xcode) open the organiser (window - Organiser) and
 if you go into provisioning, and hit the refresh button, it'll ask for
 your login (apple developer id), and download most of what you need -
 team profile, any app-specific certs etc. Also handy if you change a
 profile or update anything in the dev provisioning area.
 
 On Thu, Oct 11, 2012 at 4:40 PM, Jeff Stedfast j...@xamarin.com wrote:
 Hi Kris,
 
 It sounds like you probably haven't installed the Apple Mobile Provisioning
 profile. To do this, you'll need to log in to Apple's developer site and go
 to the iOS Provisioning Portal and create a provisioning profile for your
 app/company and then download/install it (if I recall correctly, just open
 the downloaded *.mobileprovision file and it will get installed).
 
 Hope that helps,
 
 Jeff
 
 
 On Thu, Oct 11, 2012 at 11:34 AM, Kris Bloom k...@ev3d.net wrote:
 
 Is it possible to make this process any harder? good heavens.. i just
 signed up with Apple developer and paid the $100. Now i am trying to test my
 app on my phone and I have done everything apple says to do an i seem to be
 missing something.. i am getting this error
 
 Error: No installed provisioning profiles match the installed iPhone code
 signing keys. (StreetSource)
 
 
 Thanks,
 
 Kris Bloom
 
 Extreme Velocity 3D
 www.ExtremeVelocity3d.com
 
 
 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch
 
 
 
 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch
 
 
 
 
 -- 
 Nic Wise
 t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
 b. http://www.fastchicken.co.nz/
 
 mobileAgent (for FreeAgent): get your accounts in your pocket.
 http://goo.gl/IuBU
 Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
 Earnest: Self-employed? Track your business expenses and income.
 http://earnestapp.com
 Nearest Bus: find when the next bus is coming to your stop. 
 http://goo.gl/Vcz1p
 London Bike App: Find the nearest Boris Bike, and get riding! 
 http://goo.gl/Icp2

___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch