-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add support for Free Apple development certificates #23
Comments
Interesting news. Lines 383 to 392 in c5a541e
If you find how to automate that, I think that would be interesting for lots of people, wanting to play around and test Qt for iOs development. I can help you if you want to make a PR. |
May be #6 is related. There was @OlivierLDff's idea to compare project |
Yeah actually it is related, for some reason apple doesn't allow you to see your Team id directly :). But it can be learn from key chain explained above. |
Would you consider doing a PR to add your explaination to Readme for the next person looking for its TEAM_ID ? |
Apple now allows Free Developer accounts to flash their apps to real iphones (app certificate will be valid for only 7 days) .
If I try to build I get ;
error: No account for team "123456789A". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials. (in target 'MyApp' from project 'MyApp')
error: No profiles for 'MyApp.MyApp' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'MyApp.MyApp'. (in target 'MyApp' from project 'MyApp')
But after that if I launch the MyApp.xocdeproj with XCode and go to Signing & Capabilities and check "Automatically signing" and select Team as Personal Team it works.
It will be avesome if this will automated too
The text was updated successfully, but these errors were encountered: