this is the first time I do a simply ios app with ionic framework. It’s a very simple app does photos and shows them in a list (It’s a very basic app to learn ionic).
I read a lot of articles and questions open here, about my issue, but I seriously don’t understand where the issue is. I simply have my ionic project, I built the project for ios and in the end opened the .xcodeproj in xcode application on my mac. Then I connected my real device and tried to run the project. The build fails due 3 issues in the following pictures. I attach also some piece of screen in order to understand you if some settings are wrong in my side. My xcode version is Version 9.2 (9C40b)
Please there is someone that can help me step by step to solve these issues? I am struggling but I am not able to solve it
As it says, you are using something that won’t work with the automated Xcode managed profile. You will have to create a provisioning profile yourself manually in the Apple Developer Console website and then download the profile in Xcode, and set it manually to be used when building the app.
Keep in mind that I am deploying my app on a real device but in debug (maybe I wasn’t clear).
To create a provisioning profile, I guess that I have to pay, and for now I don’t.