You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two targets with two separated structures for Assets and Info.plist
our Pod file has declared both targets
target 'Lanthings' do
capacitor_pods
# Add your Pods here
end
target 'EV' do
capacitor_pods
# Add your Pods here
end
Anything is fine if we build it from ide, but if we run "npx cap sync ios" we run into this issue:
✔ Updating iOS native dependencies with pod install in 8.98s
[fatal] Unable to read: /Users/xxxxxxx/ios/App/App/Info.plist
[fatal] Unable to read: /Users/xxxxxxx/ios/App/App/Info.plist
[fatal] Unable to read: /Users/xxxxxxx/ios/App/App/Info.plist
✔ update ios in 9.66s
[info] Sync finished in 14.159s
Infact there is no Info.plist in this directory because we have the two for our targets in subfolder, anything fine from ide bundling
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We have two targets with two separated structures for Assets and Info.plist

our Pod file has declared both targets
Anything is fine if we build it from ide, but if we run "npx cap sync ios" we run into this issue:
Infact there is no Info.plist in this directory because we have the two for our targets in subfolder, anything fine from ide bundling
Beta Was this translation helpful? Give feedback.
All reactions