Can't Build iOS App

Hi,

I am trying to build an iOS app on another machine while I’m traveling and I get the following error when I build it:

The operation couldn’t be completed. 9650210D0D983DF120D059B9ED41FCEC66F45384: no identity found

I can run the app on the simulator, but can’t build it for the device. I’m using Xojo 2015 Release 2.1 with Xcode 8.2.1

I think all the Provisioning Profiles are present. I just don’t know what is going on.

Any help would be greatly appreciated.

I think it has to do with Code Signing. It will build with TEAM set to None, but not with my profile selected.

James

Hi James
I’m getting same error. Did you get solution for this problem?

This might help:

-Quit Xojo
-Open Xcode, go to Preferences > Accounts tab
-Make sure you are still logged into your account, if not log back in
-Click on Download all profiles button

-Open Xojo
-Try building again using your team.

I tried the steps you mentioned but it still gives same error.
I have XOJO 2017 release 1 and Xcode 8.2.1 as well as 9.1
Is Xcode version causing this problem?

Xojo 2017 Release 1 is compatible with Xcode 8, but not Xcode 9. If you are using Xcode 9 you will have to make sure you run Xcode 8 last and that its Preferences point to the Xcode 8 command line tools.

http://developer.xojo.com/userguide/ios-simulator

Even after doing this you may find that you have to revoke and recreate all your certificates and related information in both Xcode and iTunes Connect.

http://developer.xojo.com/userguide/device-deployment
http://developer.xojo.com/userguide/ios-app-store

Is Xojo 2017 Release 2.1 compatible with Xcode 9?
Should the Xcode account be logged in ?
If yes then, why is that if one xcode9 logged in then xcode 8 is logged out.?
Xcode keeps logging out.

No

As I have 2 Xcode version on mac, is it necessary to keep both the version logged in to account to create build?

[quote=358684:@JrmieLeroy]This might help:

-Quit Xojo
-Open Xcode, go to Preferences > Accounts tab
-Make sure you are still logged into your account, if not log back in
-Click on Download all profiles button

-Open Xojo
-Try building again using your team.[/quote]

I tried this but still gives same error.

Sometimes you have to revoke everything and try again. Here’s all the info we have on how to configure things:

I have followed steps given in this two link

[quote]Xcode Setup
Device Deployment [/quote]

Now the build is created without any error but when i deploy it on iPad, it Just flashes once and goes back to home screen

what version of iOS is on the iPad?
what minimum version did you compile it for?

I have compiled it for iOS 10.2 (32 bit)

Version of iOS in iPAD is 11.1.2

[quote=361301:@devyani gaikwad]I have followed steps given in this two link

Now the build is created without any error but when i deploy it on iPad, it Just flashes once and goes back to home screen[/quote]
And when you run it in the simulator, do you get an exception?

I’m pretty sure iOS 11 will not run 32bit apps.

No, there is no exception

The problem is solved. Just had to install Xcode version 8.3.3 and after installing Xcode 8.3.3 select the Locations tab and choose “Xcode 8.3.3” for the Command Line Tools setting and created build and deployed it on iPad( I copied development certificates to the device before)
Now its running on the iPad as well. Thank you all