Reputation: 1
I am trying to run a Xamarin app and it gives out an error that the "CFBundleIdentifier" is missing. I looked at the "info.plist" and I can see that it's there. This is the error I am getting:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(3,3): Error: A bundle identifier is required. Either add an 'ApplicationId' property in the project file, or add a 'CFBundleIdentifier' entry in the project's Info.plist file. (MyCoffeeApp.iOS)
This is a screenshot from the "info.plist": info.plist
Did someone encounter this? How can I resolve this?
Upvotes: 0
Views: 865
Reputation: 1
I found the issue - I had 2 different locations with the same project and the "info.plist" file I had was in the wrong location.
Upvotes: 0