-
Notifications
You must be signed in to change notification settings - Fork 4
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
iOS Cordova - The path for Info.plist dont exist #126
Comments
Hi @ninaDeimos , got you issue. Seems like you didn't config the id of APP? The error: |
Hi @ShawnInTibco
|
The CGAppCLPrepTool must take the App ID from some environment variable, right? Because it is not an input parameter/option. Can you tell me, which variable it expects to find the App ID in? |
So, as a workaround, I created a file (null)_policy_metadata.xml and put it in the Data folder, where the CGAppCLPrepTool is looking for it. In that case the log output changes to
But otherwise, nothing changes. The build still fails, and the error is "The path for Info.plist dont exist" |
Hi @ninaDeimos , I'm not so familia to Capacitor, will investigate and try to fix it in future version. |
not a good idea. Seems like CGAppCLPrepTool was trying to find your .app path but didn't get it. all the files "info.plist. policy_mate.xml" are in .app file. |
We're using the iOS Cordova Plugin and followed the documentation and the build worked, but our client reported, that they couldn't start the app, after they installed it through MDM (it works if I install it directly on the developer device). They suggested to us to change all frameworks in Xcode from "Do not embed" to "Embed & Sign". Now after we did that, the build is failing.
Here is the part of the log output, that I think is relevant:
Can I get any support on this issue?
The text was updated successfully, but these errors were encountered: