-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
base: master
Are you sure you want to change the base?
Update README.ios.md #3186
Conversation
Add requirement to install iOS SDK (but the minimum version of 17.5 is mostly likely wrong and needs to be adjusted)
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?
Clarify minimum iOS SDK
Name: MIT App Inventor Development | ||
App ID: edu.mit.appinventor.* |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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:
and the ant ios
build fails with:
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 ?
|
Fix development/distribution certificate uncertainty.
Add requirement to install iOS SDK (but the minimum version of 17.5 is mostly likely wrong and needs to be adjusted)