Open louis123562 opened 3 years ago
Okay - what does work is using the following entries in the config.xml:
<edit-config mode="merge" parent="com.apple.developer.associated-domains" target="*-Info.plist">
<array>
<string>applinks:example.org</string>
</array>
</edit-config>
<edit-config mode="merge" parent="com.apple.developer.associated-domains" target="*-Info.plist">
<array>
<string>applinks:example.org</string>
</array>
</edit-config>
Can someone verify this?!
Hello,
when i try to build iOS on a fresh project, it stops at
Not a nice error message, but it leads to the entry in config.xml:
Of course i replaced my domain with example.org. When i remove those lines in config.xml, it compiles all the way through.
Here is my Ionic Info:
I already setup new projects and removed/added the iOS-platform several times, but the compilation always stucks at this point.
Does anyone have a solution for this? Thanks in advance :)