iOS build issue after adding a new domain with primary domain in galaxy

I have recently added a new domain with my primary domain in meteor galaxy app config.
After this changes i am unable to build my iOS app.
Info plist file is generating with below dev configurations.

<content src="http://localhost:12384/" />
    <allow-intent href="tel:*" />
    <allow-intent href="geo:*" />
    <allow-intent href="mailto:*" />
    <allow-intent href="sms:*" />
    <allow-intent href="market:*" />
    <allow-intent href="itms:*" />
    <allow-intent href="itms-apps:*" />
    <allow-navigation href="http://localhost" />

and if i fix the info plist file manually and release to app store then the components are not rendering properly , the app showing the web components instead of mobile components

I found that the issue is related with the meteor version,our current version is 2.16 and we tested using version 3 then the issue resolved.