Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.ios.md #3186

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update README.ios.md #3186

wants to merge 5 commits into from

Conversation

petersmythe
Copy link

Add requirement to install iOS SDK (but the minimum version of 17.5 is mostly likely wrong and needs to be adjusted)

Add requirement to install iOS SDK (but the minimum version of 17.5 is mostly likely wrong and needs to be adjusted)
@AppInventorWorkerBee
Copy link
Collaborator

Can one of the admins verify this patch?

Correct location of AICompanionApp.xcconfig file
Add requirements for provisioning profile.

TODO: what capabilities must be specified for the App?
@petersmythe
Copy link
Author

  • TODO: what capabilities must be specified for the App?

image

README.ios.md Outdated Show resolved Hide resolved
Clarify minimum iOS SDK
README.md Outdated Show resolved Hide resolved
Comment on lines +83 to +84
Name: MIT App Inventor Development
App ID: edu.mit.appinventor.*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not want people using MIT in the identifiers for their testing. They should be using something a namespace they might reasonably control. Worst case, they could use a reverse DNS style entry based on their email address or their GitHub username.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not work, in my (very limited) experience. The file AICompanionApp.xcodeproj/project.pbxproj has PRODUCT_BUNDLE_IDENTIFIER = edu.mit.appinventor.aicompanion3 and this is the App ID that must be included in the provisioning profile, otherwise Xcode reports:

image

and the ant ios build fails with:

image

Alternatively, we could include instructions to update AICompanionApp.xcodeproj/project.pbxproj in multiple places to a namespace that they control. What do you think @ewpatton ?

@petersmythe
Copy link
Author

petersmythe commented May 28, 2024

Noted, I will fix

Fix development/distribution certificate uncertainty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants