Skip to content
Discussion options

You must be logged in to vote

Ah okay, I got past that screen by adding in these keys to the generated Info.plist:

	<key>CFBundleSupportedPlatforms</key>
	<array>
    <string>iPhoneSimulator</string>
	</array>
	<key>DTPlatformName</key>
	<string>iphonesimulator</string>

I tried adding it to the custom info.plist but I think the default CFBundleSupportedPlatforms does not get replaced with the custom value so it doesn't fully work that way. That seems like an issue that should be fixed; I should be able to override any default values with my custom Info.plist. Though I think it would be even more ideal to choose the correct values if building for a simulator target.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ibrahima
Comment options

@ibrahima
Comment options

Answer selected by kabiroberai
@kabiroberai
Comment options

@ibrahima
Comment options

@kabiroberai
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants