Discussion:
Entitlements
Bernd Fröhlich
2017-08-23 09:33:30 UTC
Permalink
I am trying to understand the process of building and deploying an in-house app for iOS.
For testing I am using the XojoNotes project.
I have created the necessary development and deployment profiles and can build the .ipa file.
So far, so good.
When I want to install the .ipa on my iPhone I get an error
"The executable was signed with invalid entitlements."

Trying to troubleshoot that, I learned that you can set the entitlements in an Xcode project.
Question is: How/where do I do that in a xojo project?

Thanks for any help.

Greetings from Germany,
Bernd Fröhlich


To unsubscribe, email ***@xojo.com
Jason Parsley
2017-08-23 13:58:33 UTC
Permalink
Post by Bernd Fröhlich
I am trying to understand the process of building and deploying an in-house app for iOS.
For testing I am using the XojoNotes project.
I have created the necessary development and deployment profiles and can build the .ipa file.
So far, so good.
When I want to install the .ipa on my iPhone I get an error
"The executable was signed with invalid entitlements."
Trying to troubleshoot that, I learned that you can set the entitlements in an Xcode project.
Question is: How/where do I do that in a xojo project?
You can set these by clicking on iOS in Build Settings and then selecting the Advanced Inspector tab.

Jason
Xojo, Inc.

Xojo Developer Conference 2018!
http://xojo.com/xdc/



To unsubscribe, email ***@xojo.com
Bernd Fröhlich
2017-08-23 14:36:14 UTC
Permalink
Post by Jason Parsley
You can set these by clicking on iOS in Build Settings and then selecting the Advanced Inspector tab.
Ah, found it. Thanks.


To unsubscribe, email ***@xojo.com

Continue reading on narkive:
Loading...