-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Problems configuring my project #3
Comments
If it helps here is the new project I created: |
Hey @danielmessi13, thank you for your support and message. I really appreciate it! Also, thanks for providing the Github project repository. I've cloned your project and confirmed that you've done everything correctly. Since you're using the Remember to include the image path in the However, after importing the image, your app is going to run without error, but it will not connect to the CarPlay simulator due to the missing Entitlements.plist, as you have already mentioned. CarPlay requires this entitlement file and one of the entitlement keys. It has nothing to do with this package, it is required for everything to create an app in CarPlay. It does not matter whether you have or have not received entitlement keys from Apple.
But don't worry! You can create your own Entitlements even if you don't receive the rights from Apple. It's very simple to create an entitlements file to run CarPlay in a simulator:
That was all; your app is now ready to go 🚀 Please let me know if you have any further questions! |
Add this in the doc home page :) |
Hi, first of all congratulations for the initiative, I'm wanting to use your package, I had problems inserting it in the project I'm working on so I created a new project using Flutter 2.5
So, I followed all the steps, with the exception of "Entitlements.plist", as I haven't received the rights from Apple yet.
I'm getting these two errors when trying to build:
I downloaded the example project and got it running, so I checked a few things different from what is said in Readme.
In example, in the Podfile file this line is still commented out: # platform :ios, '9.0'
By Xcode it also says that iOS Deployment Target is 9.0
The text was updated successfully, but these errors were encountered: