i just follow the apple’s SwiftUi tutorial class (Building Lists and Navigation) and download the file to learn how to code in Swift. when i created a landmarkrow in supporting views. it said that Failed to register bundle identifier. The app identifier “com.example.apple-samplecode.Landmarks” cannot be registered to your development team. Change your bundle identifier to a unique string to try again. And said that (No profiles for ‘com.example.apple-samplecode.Landmarks’ were found: Xcode couldn’t find any iOS App Development provisioning profiles matching ‘com.example.apple-samplecode.Landmarks’.) what should i do ??
Am I need to create a developer account and pay for it if I want to use this file ???
I deleted my XCODE and reinstalled it and also I changed bundle identifier to com.tomo.test but the Xcode reported that failedToGetInstalledApplicationInfoAfterInstalling.
This was a great tutorial… I altered it to match a school project to have a list of learning centers, clicking on that takes me to the detail view where the name and address is listed however there is no pin in the map to show the location. I also added a button to get directions they need to be turn by turn based on the users current location and that is where I am stuck, is there another part to this tutorial or another tutorial you could recommend to finish this for my intro to iOS programming course?